PocketModePolicyFromInt Method |
Retrieves the corresponding PocketModePolicy value, from a valid integer.
Namespace:
Com.Datalogic.Decode
Assembly:
datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0
(1.0.0.0)
Syntax
public static Com.Datalogic.Device.Configuration.PocketModePolicy FromInt (int id);
Public static Com.Datalogic.Device.Configuration.PocketModePolicy FromInt (Integer id);
Parameters
- id
- Type: System.Int32
int
Return Value
Type: Com.Datalogic.Device.Configuration.PocketModePolicy
Type of the corresponding enum value, or DISPLAY_OFF if not a valid integer is passed.
Remarks
See Also