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.
This enumeration defines the levels of magnetic stripe reader (MSR) authentication support.
Syntax
typedef enum DriverMagneticStripeReaderAuthenticationLevel {
NotSupported,
Optional,
Required
} ;
Constants
NotSupported Does not support authentication. |
Optional Supports authentication, but does not require it. |
Required Requires authentication. |
Requirements
Requirement | Value |
---|---|
Header | pointofservicecommontypes.h (include Pointofservicecommontypes.h) |