PosCommon.WaitForever Field

Definition

Used as the value for a timeout parameter in common and device-specific methods to indicate the method should wait until it receives a response, instead of timing out.

public const int WaitForever = -1;
val mutable WaitForever : int
Public Const WaitForever As Integer  = -1

Field Value

Value = -1

Applies to