此結構代表長度為 DataLengthInBytes的 Service Point of Service (POS) unicode 字串。
語法
typedef struct _PosStringType {
UINT32 DataLengthInBytes;
} PosStringType;
成員
DataLengthInBytes
以位元組為單位的字串長度。
言論
字串為 Unicode,字串的內容緊接在 PosStringType 結構之後。
要求
要求 | 價值 |
---|---|
標頭 | pointofservicedriverinterface.h (include PointOfServiceDriverInterface.h) |