MagneticStripeReaderCapabilities.IsTransmitSentinelsSupported Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates whether the devices is able to transmit start and end sentinels.
public:
property bool IsTransmitSentinelsSupported { bool get(); };
bool IsTransmitSentinelsSupported();
public bool IsTransmitSentinelsSupported { get; }
var boolean = magneticStripeReaderCapabilities.isTransmitSentinelsSupported;
Public ReadOnly Property IsTransmitSentinelsSupported As Boolean
Property Value
Boolean
bool
True if the device is able to transmit start and end sentinels; otherwise, false.