GXDN: Gurux Developer Network
Functionalities Enumeration
NamespacesGurux.TerminalFunctionalities
Terminal functionality enumeration.
Members
Member Description
BatteryCharge
Phone is capable of telling battery charge. Integer value=0x8.
If not using .NET Framework, use constant GX_TERMINAL_FUNCTIONALITY_BATTERY_CHARGE.

SignalQuality
Phone is capable of telling signal quality. Integer value=0x4.
If not using .NET Framework, use constant GX_TERMINAL_FUNCTIONALITY_SIGNAL_QUALITY.

StatusCapable
Phone is capable of telling network status. Integer value=0x2.
If not using .NET Framework, use constant GX_TERMINAL_FUNCTIONALITY_NETWORK_STATUS.

PinCode
Phone supports PIN code. Integer value=0x1.
If not using .NET Framework, use constant GX_TERMINAL_FUNCTIONALITY_PIN_CODE.

None
No connection to the modem is established. Integer value=0.
If not using .NET Framework, use constant GX_TERMINAL_FUNCTIONALITY_UNKNOWN.

Remarks
If not using .NET Framework, enumeration is GX_TERMINAL_FUNCTIONALITY.

Assembly: Gurux.Terminal (Module: Gurux.Terminal) Version: 5.0.0.1