Share via


RFIDScanner.ContinuousReadMode Property

2/27/2008

Gets a Boolean value that indicates whether the device is in Continuous Read mode.

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

Syntax

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

Remarks

The Boolean value of true indicates that the device is in Continuous Read mode. The ProtocolMask and ReadTimerInterval properties are read-only when this property is true.

This property is initialized to false by the Open method.

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

RFIDScanner Class
RFIDScanner Members
Microsoft.PointOfService Namespace