Share via


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

2/27/2008

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

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

Syntax

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

/** @property */
public void set_CapContinuousRead (boolean value)
public function get CapContinuousRead () : boolean

public function set CapContinuousRead (value : boolean)

Remarks

The Boolean value of true indicates that the device supports the 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