次の方法で共有


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 と受信コマンドの長さが完全に一致するかどうかを示すブール値。

適用対象

こちらもご覧ください