LeverStatusFromInt Method |
Retrieves the corresponding LeverStatus value, from a valid integer.
Namespace:
Com.Datalogic.Cradle
Assembly:
datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static LeverStatus FromInt(
int n
)
Public Shared Function FromInt (
n As Integer
) As LeverStatus
Parameters
- n
- Type: SystemInt32
- int
Return Value
Type:
LeverStatusLeverStatus the corresponding one.
Remarks See Also