- using System;
- using System.Collections.Generic;
- using System.Text;
- namespace Dfs.WayneChina.GilbarcoDispenserPayTerminal.MessageEntities.Outgoing
- {
- public class DataContentCommand : CardMessageBase
- {
- public DataContentCommand() : base(HandleType.DataContent)
- {
- Stx = 0xFA;
- }
- }
- }
|