ClaimedMagneticStripeReader.IsTransmitSentinelsEnabled 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 track data contains start and end sentinel values.
public:
property bool IsTransmitSentinelsEnabled { bool get(); void set(bool value); };
bool IsTransmitSentinelsEnabled();
void IsTransmitSentinelsEnabled(bool value);
public bool IsTransmitSentinelsEnabled { get; set; }
var boolean = claimedMagneticStripeReader.isTransmitSentinelsEnabled;
claimedMagneticStripeReader.isTransmitSentinelsEnabled = boolean;
Public Property IsTransmitSentinelsEnabled As Boolean
Property Value
Boolean
bool
True if the track data contains start and end sentinel values. False if the track data properties only contain track data between sentinels.
Remarks
This property is initialized to false.