MagneticStripeReaderCapabilities.IsTransmitSentinelsSupported プロパティ

定義

デバイスが開始と終了のセンチネルを送信できるかどうかを示します。

public:
 property bool IsTransmitSentinelsSupported { bool get(); };
bool IsTransmitSentinelsSupported();
public bool IsTransmitSentinelsSupported { get; }
var boolean = magneticStripeReaderCapabilities.isTransmitSentinelsSupported;
Public ReadOnly Property IsTransmitSentinelsSupported As Boolean

プロパティ値

Boolean

bool

デバイスが開始と終了のセンチネルを送信できる場合は True。それ以外の場合は false。

適用対象