次の方法で共有


SmartCardAutomaticResponseApdu.ResponseApdu プロパティ

定義

アプリケーション プロトコル データ ユニット (APDU) からの応答を取得または設定します。

public:
 property IBuffer ^ ResponseApdu { IBuffer ^ get(); void set(IBuffer ^ value); };
IBuffer ResponseApdu();

void ResponseApdu(IBuffer value);
public IBuffer ResponseApdu { get; set; }
var iBuffer = smartCardAutomaticResponseApdu.responseApdu;
smartCardAutomaticResponseApdu.responseApdu = iBuffer;
Public Property ResponseApdu As IBuffer

プロパティ値

APDU からの応答。

適用対象

こちらもご覧ください