typedef struct { VMUINT16 message_id; VMUINT16 destination_port; VMUINT16 source_port; VMUINT16 message_length; VMUINT16 reference; VMUINT8 number[VM_GSM_SMS_MAX_ADDRESS_LENGTH + 1]; VMUINT8 sms_center_number[VM_GSM_SMS_MAX_ADDRESS_LENGTH + 1]; vm_date_time_t time_stamp; VMUINT8 total_segment; VMUINT8 segment_number; VMUINT8 dcs; VMUINT8 mti; VMUINT8 protocol_id; VMUINT8 first_octet; VMUINT8 data[1]; VM_GSM_SMS_SIM sim_id; VM_GSM_SMS_STORAGE storage_type; } vm_gsm_sms_new_message_t;
typedef struct { VMUINT16 message_id; VMUINT16 destination_port; VMUINT16 source_port; VMUINT16 message_length; VMUINT16 reference; VMUINT8 number[VM_GSM_SMS_MAX_ADDRESS_LENGTH + 1]; VMUINT8 sms_center_number[VM_GSM_SMS_MAX_ADDRESS_LENGTH + 1]; vm_date_time_t time_stamp; VMUINT8 total_segment; VMUINT8 segment_number; VMUINT8 dcs; VMUINT8 mti; VMUINT8 protocol_id; VMUINT8 first_octet; VMUINT8 data[1]; VM_GSM_SMS_SIM sim_id; VM_GSM_SMS_STORAGE storage_type; } vm_gsm_sms_new_message_t;
New Message Data Structure.
vmgsm_sms.h
|
Members |
Description |
|
VMUINT16 message_id; |
Message ID. |
|
VMUINT16 destination_port; |
Destination port. |
|
VMUINT16 source_port; |
Source port. |
|
VMUINT16 message_length; |
Message length. |
|
VMUINT16 reference; |
Concatenate message reference. |
|
VMUINT8 number[VM_GSM_SMS_MAX_ADDRESS_LENGTH + 1]; |
Source number. |
|
VMUINT8 sms_center_number[VM_GSM_SMS_MAX_ADDRESS_LENGTH + 1]; |
SMS center number. |
|
vm_date_time_t time_stamp; |
Timestamp of service center. |
|
VMUINT8 total_segment; |
Total segments. |
|
VMUINT8 segment_number; |
Segment number. |
|
VMUINT8 dcs; |
Encoding format. |
|
VMUINT8 mti; |
Message type identification. Reserved. |
|
VMUINT8 protocol_id; |
Protocol ID. |
|
VMUINT8 first_octet; |
The first octet. |
|
VMUINT8 data[1]; |
Data. |
|
VM_GSM_SMS_SIM sim_id; |
SIM ID. |
|
VM_GSM_SMS_STORAGE storage_type; |
Storage type. |
Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at
support@toolsfactory.com.