다음을 통해 공유


PosStringType 구조체(pointofservicedriverinterface.h)

이 구조체는 길이가 DataLengthInBytes가POS(Point of Service) 유니코드 문자열을 나타냅니다.

통사론

typedef struct _PosStringType {
  UINT32 DataLengthInBytes;
} PosStringType;

회원

DataLengthInBytes

문자열의 길이(바이트)입니다.

발언

문자열은 유니코드이고 문자열의 내용은 PosStringType 구조 직후에 따릅니다.

요구 사항

요구
헤더 pointofservicedriverinterface.h(PointOfServiceDriverInterface.h 포함)