Share via


RFIDScanner.CapContinuousRead Property

2/27/2008

Gets a Boolean value that indicates whether the device supports continuous reading.

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

Syntax

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

Remarks

The Boolean value of true indicates that the device supports continuous reading. The application should query this property before invoking the StartReadTags method and other continuous read methods.

This property is initialized 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