BDA_RATING_PINRESET structure (bdatypes.h)

Syntax

typedef struct _BDA_RATING_PINRESET {
  BYTE bPinLength;
  BYTE argbNewPin[MIN_DIMENSION];
} BDA_RATING_PINRESET, *PBDA_RATING_PINRESET;

Members

bPinLength

Specifies the buffer size including a null termination.

argbNewPin[MIN_DIMENSION]

Specifies null-terminated UTF8. Use an empty string if the pin is disabled.

Requirements

Requirement Value
Header bdatypes.h