#include <sms.h>
|
uint32_t | messageTag |
|
uint32_t | messageFormat |
|
uint32_t | messageSize |
|
uint8_t | message [MAX_SMS_MESSAGE_SIZE] |
|
swi_uint256_t | ParamPresenceMask |
|
This sturcture contains unpack get SMS parameters.
- Parameters
-
messageTag |
- Message tag
- 0 - Read
- 1 - Not read
- 2 - Mobile originated and sent
- 3 - Mobile originated but not yet sent
|
- Bit to check in ParamPresenceMask - 1
- Parameters
-
messageFormat |
- Message format
- 0 - CDMA (IS-637B)
- 1 - 5 (Reserved)
- 6 - GSM/WCDMA PP
|
- Bit to check in ParamPresenceMask - 1
- Parameters
-
messageSize |
- Upon input the maximum number of bytes that can be written to the message array.
- Upon successful output the actual number of bytes written to the message array.
- Bit to check in ParamPresenceMask - 1
|
message |
- The message contents array
|
ParamPresenceMask |
- bitmask representation to indicate valid parameters.
|
The documentation for this struct was generated from the following file: