GsmModemTestGsmModemCapabilities Method |
Tests the capability of the GSM modem.
Namespace: ZylSoft.GsmAssembly: ZylGsm (in ZylGsm.dll) Version: 1.2.0.21451
XMLNS for XAML: Not mapped to an xmlns.
Syntaxpublic int TestGsmModemCapabilities()
Public Function TestGsmModemCapabilities As Integer
Dim instance As GsmModem
Dim returnValue As Integer
returnValue = instance.TestGsmModemCapabilities()
public:
int TestGsmModemCapabilities()
member TestGsmModemCapabilities : unit -> int
Return Value
Int32
1st bit - reserved
2nd bit - display caller number support (1 =true, 0 = false)
3rd bit - default GSM 7-bit alphabet support
4th bit - Text SMS support
5th bit - PDU SMS support
6th bit - new message notification support
7th bit - read SMS support
8th bit - send SMS support
9th -16th bit - reserved
See Also