次の方法で共有


MsrAuthenticationProtocolType 列挙 (pointofservicedriverinterface.h)

この列挙型は、磁気ストライプ リーダー (MSR) 認証プロトコルを定義します。

構文

typedef enum _MsrAuthenticationProtocol {
  MsrAuthenticationProtocolType_None,
  MsrAuthenticationProtocolType_ChallengeResponse
} MsrAuthenticationProtocolType;

定数

 
MsrAuthenticationProtocolType_None
認証はサポートされていません。
MsrAuthenticationProtocolType_ChallengeResponse
チャレンジ応答認証がサポートされています。

備考

パスワード認証は、チャレンジ応答認証の例です。

必要条件

要件 価値
ヘッダー pointofservicedriverinterface.h (Pointofservicedriverinterface.h を含む)