RFIDScannerProperties.CapReadTimer Property (POS for .NET v1.12 SDK Documentation)
2/27/2008
Gets or sets a Boolean value that indicates whether the device supports a read timer.
Namespace: Microsoft.PointOfService.BaseServiceObjects
Assembly: Microsoft.PointOfService.ControlBase (in microsoft.pointofservice.controlbase.dll)
Syntax
'Declaration
Public Property CapReadTimer As Boolean
public bool CapReadTimer { get; set; }
public:
property bool CapReadTimer {
bool get ();
void set (bool value);
}
/** @property */
public boolean get_CapReadTimer ()
/** @property */
public void set_CapReadTimer (boolean value)
public function get CapReadTimer () : boolean
public function set CapReadTimer (value : boolean)
Remarks
The Boolean value of true indicates that the device supports a read timer.
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