Share via


Msr.CapTransmitSentinels Property

2/27/2008

If true, the MSR device can transmit start and end sentinels. If false, these characters cannot be returned to the application.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property CapTransmitSentinels As Boolean
public abstract bool CapTransmitSentinels { get; }
public:
virtual property bool CapTransmitSentinels {
    bool get () abstract;
}
/** @property */
public abstract boolean get_CapTransmitSentinels ()
public abstract function get CapTransmitSentinels () : boolean

Remarks

CapTransmitSentinels is set by the service object, based on the capabilities of 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
TransmitSentinels