Click or drag to resize

TimeoutSleepFromInt Method

Retrieves the corresponding TimeoutSleep value, from a valid integer.

Namespace:  Com.Datalogic.Device.Display
Assembly:  datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static TimeoutSleep FromInt(
	int n
)

Parameters

n
Type: SystemInt32
- int

Return Value

Type: TimeoutSleep
TimeoutSleep the corresponding one. Returns NEVER_SLEEP when the input is not included in the enum set.
Remarks

Retrieves the corresponding TimeoutSleep value, from a valid integer.

[Android Documentation]

See Also