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
)
Public Shared Function FromInt (
n As Integer
) As TimeoutSleep
Parameters
- n
- Type: SystemInt32
- int
Return Value
Type:
TimeoutSleepTimeoutSleep the corresponding one. Returns NEVER_SLEEP when the input is not included in the enum set.
Remarks See Also