wcdmaMsgDecodingParams Struct Reference
Detailed Description
Structure contains parameters which need to be decoded from message
- Parameters:
-
| pMessage[IN] |
- Message read off the device via SLQSGetSMS
|
| pSenderAddrLength[IN/OUT] |
- Upon input, indicates the maximum number of ASCII characters (including NULL termination) that the pSenderAddr buffer can accommodate.Note that a length of 14 is reasonable. Upon successful output, returns the length of destination address string.
|
| pSenderAddr[OUT] |
- Returns NULL-terminated ASCII String containing destination address
|
| pTextMsgLength[IN/OUT] |
- Upon input, specifies the number of characters the given text message buffer can accommodate. Upon successful output, returns the number of characters returns in the given text message buffer.
|
| pTextMsg[OUT] |
|
| pScAddrLength[IN/OUT] | -Returns NULL-terminated ASCII String containing destination address |
| pScAddr[OUT] |
- NULL-terminated ASCII String containing service center address
|
| pTime[OUT] |
- Time fecthed from message
|
| pDate |
- Date fecthed from message
|
Field Documentation