共用方式為


MagneticStripeReaderCapabilities.IsTransmitSentinelsSupported 屬性

定義

指出裝置是否能夠傳輸開始和結束 sentinels。

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

屬性值

Boolean

bool

如果裝置能夠傳輸開始和結束 sentinels,則為 True;否則為 false。

適用於