Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the constants that represent the magnetic stripe reader (MSR) tracks.
Syntax
typedef enum _MsrTrackIds {
MsrTrackIds_None,
MsrTrackIds_Track1,
MsrTrackIds_Track2,
MsrTrackIds_Track3,
MsrTrackIds_Track4
} MsrTrackIds;
Constants
MsrTrackIds_None |
MsrTrackIds_Track1 |
MsrTrackIds_Track2 |
MsrTrackIds_Track3 |
MsrTrackIds_Track4 |
Requirements
Requirement | Value |
---|---|
Header | pointofservicedriverinterface.h (include Pointofservicedriverinterface.h) |