#include <sms.h>
|
|
uint8_t | addressSize |
| |
|
uint8_t * | pSMSCAddress |
| |
|
uint8_t | typeSize |
| |
|
uint8_t * | pSMSCType |
| |
|
swi_uint256_t | ParamPresenceMask |
| |
Structure contains Gets the SMS center address parameters.
- Parameters
-
| addressSize |
- The maximum number of characters (including NULL terminator) that the SMS center address array can contain.
- Bit to check in ParamPresenceMask - 1
|
| pSMSCAddress |
- The SMS center address represented as a NULL terminated string.
- Bit to check in ParamPresenceMask - 1
|
| typeSize |
- The maximum number of characters (including NULL terminator) that the SMS center address type array can contain.
- Bit to check in ParamPresenceMask - 1
|
| pSMSCType |
- The SMS center address type represented as a NULL terminated string.
- Bit to check in ParamPresenceMask - 1
|
| ParamPresenceMask |
- bitmask representation to indicate valid parameters.
|
The documentation for this struct was generated from the following file: