MSR_SUPPORTED_CARD_TYPES structure (pointofservicedriverinterface.h)

This structure defines the types of magnetic stripe cards supported by the reader.

Syntax

typedef struct _MSR_SUPPORTED_CARD_TYPES {
  unsigned char Count;
  unsigned int  CardTypes[MSR_CARD_TYPE_MAX_COUNT];
} MSR_SUPPORTED_CARD_TYPES, *PMSR_SUPPORTED_CARD_TYPES;

Members

Count

Count of supported magnetic stripe cards defined in CardTypes[MSR_CARD_TYPE_MAX_COUNT].

CardTypes[MSR_CARD_TYPE_MAX_COUNT]

Magnetic stripe cards supported by the reader. The first Count members are valid.

Requirements

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