共用方式為


SmartCardAutomaticResponseApdu.CommandApdu 屬性

定義

取得或設定這個 APDU 的命令。

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

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

屬性值

這個 APDU 的命令。

適用於

另請參閱