PosStringType structure (pointofservicedriverinterface.h)

This structure represents a Point of Service (POS) unicode string with a length of DataLengthInBytes.

Syntax

typedef struct _PosStringType {
  UINT32 DataLengthInBytes;
} PosStringType;

Members

DataLengthInBytes

The length of the string in bytes.

Remarks

The string is Unicode and the contents of the string follow immediately after the PosStringType structure.

Requirements

Requirement Value
Header pointofservicedriverinterface.h (include PointOfServiceDriverInterface.h)