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