Share via


RFIDScannerProperties.ContinuousReadMode Property (POS for .NET v1.12 SDK Documentation)

2/27/2008

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

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

Syntax

'Declaration
Public Property ContinuousReadMode As Boolean
public bool ContinuousReadMode { get; set; }
public:
property bool ContinuousReadMode {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_ContinuousReadMode ()

/** @property */
public void set_ContinuousReadMode (boolean value)
public function get ContinuousReadMode () : boolean

public function set ContinuousReadMode (value : boolean)

Remarks

The Boolean value of true indicates that the device is in Continuous Read mode.

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

RFIDScannerProperties Class
RFIDScannerProperties Members
Microsoft.PointOfService.BaseServiceObjects Namespace