共用方式為


SmartCardAutomaticResponseApdu.ShouldMatchLength 屬性

定義

取得或設定布林值,指出 CommandApdu 和傳入命令是否應該有完全相符的長度。

public:
 property bool ShouldMatchLength { bool get(); void set(bool value); };
bool ShouldMatchLength();

void ShouldMatchLength(bool value);
public bool ShouldMatchLength { get; set; }
var boolean = smartCardAutomaticResponseApdu.shouldMatchLength;
smartCardAutomaticResponseApdu.shouldMatchLength = boolean;
Public Property ShouldMatchLength As Boolean

屬性值

Boolean

bool

布林值,指出 CommandApdu 和傳入命令是否應該有完全相符的長度。

適用於

另請參閱