Share via


Msr.TransmitSentinels Property

2/27/2008

If true, the Track1Data, Track2Data, Track3Data, and Track4Data properties contain start sentinel and end sentinel values.

Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)

Syntax

'Declaration
Public MustOverride Property TransmitSentinels As Boolean
public abstract bool TransmitSentinels { get; set; }
public:
virtual property bool TransmitSentinels {
    bool get () abstract;
    void set (bool value) abstract;
}
/** @property */
public abstract boolean get_TransmitSentinels ()

/** @property */
public abstract void set_TransmitSentinels (boolean value)
public abstract function get TransmitSentinels () : boolean

public abstract function set TransmitSentinels (value : boolean)

Remarks

If false, these properties contain only the track data between these sentinels.

TransmitSentinels is set by the service object, based on the capability of the device.

Accessing TransmitSentinels can cause one of the following values to be placed in the ErrorCode property:

Value

Meaning

Success

TransmitSentinels was set successfully.

Illegal

The CapTransmitSentinels property has been set to false by the service object; start sentinel and end sentinel values are not supported by the device.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.

See Also

Reference

Msr Class
Msr Members
Microsoft.PointOfService Namespace
Msr.CapTransmitSentinels Property