SMS functionality enumeration.
| Member | Description |
|---|---|
| BatteryCharge |
Phone is capable of telling battery charge. Integer value=0x20.
If not using .NET Framework, use constant GX_SMS_FUNCTIONALITY_BATTERY_CHARGE. |
| SignalQuality |
Phone is capable of telling signal quality. Integer value=0x10.
If not using .NET Framework, use constant GX_SMS_FUNCTIONALITY_SIGNAL_QUALITY. |
| StatusCapable |
Phone is capable of telling network status. Integer value=0x8.
If not using .NET Framework, use constant GX_SMS_FUNCTIONALITY_NETWORK_STATUS. |
| SendCapable |
Phone is capable of sending SMS. Integer value=0x4.
If not using .NET Framework, use constant GX_SMS_FUNCTIONALITY_SMS_SEND. |
| ReceiveCapable |
Phone is capable of receiving SMS. Integer value=0x2.
If not using .NET Framework, use constant GX_SMS_FUNCTIONALITY_SMS_RECEIVE. |
| PinCode |
Phone supports PIN code. Integer value=0x1.
If not using .NET Framework, use constant GX_SMS_FUNCTIONALITY_PIN_CODE. |
| None |
No connection to the modem is established. Integer value=0.
If not using .NET Framework, use constant GX_SMS_FUNCTIONALITY_UNKNOWN. |
If not using .NET Framework, enumeration is GX_SMS_FUNCTIONALITY.
Assembly: Gurux.SMS (Module: Gurux.SMS) Version: 5.0.0.1