Share via


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

2/27/2008

Gets or sets the integer value that indicates the minimum time interval between tag reads in milliseconds.

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

Syntax

'Declaration
Public Property ReadTimerInterval As Integer
public int ReadTimerInterval { get; set; }
public:
property int ReadTimerInterval {
    int get ();
    void set (int value);
}
/** @property */
public int get_ReadTimerInterval ()

/** @property */
public void set_ReadTimerInterval (int value)
public function get ReadTimerInterval () : int

public function set ReadTimerInterval (value : int)

Remarks

This property only applies when in Continuous Read mode. A value of zero indicates no delay between reads.

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