共用方式為


SmartCardAutomaticResponseApdu.AppletId 屬性

定義

取得或設定這個 APDU 的 Applet 識別碼。

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

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

屬性值

這個 APDU 的 Applet 識別碼。

適用於

另請參閱