Share via


RFIDScanner.ReadTimerInterval Property

2/27/2008

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

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

Syntax

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

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

public abstract function set ReadTimerInterval (value : int)

Remarks

This property only applies to continuous reading. A value of zero indicates no delay between reads. The value of this property is zero if the CapReadTimer property is false. Tries to set this property when the CapReadTimer property is false or when the ContinuousReadMode property set to true will throw an exception.

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