Datalogic .NET SDK
BatteryThreshold (Struct)
Syntax
[StructLayout(LayoutKind.Sequential)]
public struct BatteryThreshold
{
public UInt16 Low;
public UInt16 Critical;
}
Description
BatteryThreshold Identifiers. This struct is used to hold battery threshold information.
Type |
Name |
Default Value |
Description |
public UInt16 |
Low |
None |
Good to low theshold percentage. |
public UInt16 |
Critical |
None |
Low to critical threshold percentage. |
Copyright © Datalogic ADC. All Right Reserved