ClaimedMagneticStripeReader.IsTransmitSentinelsEnabled Property

Definition

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.

Applies to