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
NotSupportedDoes not support authentication. |
OptionalSupports authentication, but does not require it. |
RequiredRequires authentication. |
Requirements
| Requirement | Value |
|---|---|
| Header | pointofservicecommontypes.h (include Pointofservicecommontypes.h) |