typedef struct { VMWCHAR number[VM_GSM_SMS_MAX_ADDRESS_LENGTH + 1]; VM_GSM_SMS_STATUS status; VM_GSM_SMS_MTI mti; VMUINT8 tp_status; VM_GSM_SMS_FOLDER folder_id; VM_GSM_SMS_PARAMETER parameter_flag; VM_GSM_SMS_STORAGE storage_type; VM_GSM_SMS_SIM sim_id; vm_date_time_t timestamp; VMWCHAR center_address[VM_GSM_SMS_MAX_ADDRESS_LENGTH + 1]; VM_GSM_SMS_PROTOCOL_IDENTIFIER protocol_identifier; VM_GSM_SMS_VALIDITY_PERIOD validity_period; VMINT status_report; VMINT reply_path; VMUINT16 source_port; VMUINT16 destination_port; VM_GSM_SMS_DCS dcs; VM_GSM_SMS_CLASS message_class; VMUINT16 content_buffer_size; VMWCHAR* content_buffer; VMWCHAR* content_file_path; void* content_ems; } vm_gsm_sms_read_message_data_t;
typedef struct { VMWCHAR number[VM_GSM_SMS_MAX_ADDRESS_LENGTH + 1]; VM_GSM_SMS_STATUS status; VM_GSM_SMS_MTI mti; VMUINT8 tp_status; VM_GSM_SMS_FOLDER folder_id; VM_GSM_SMS_PARAMETER parameter_flag; VM_GSM_SMS_STORAGE storage_type; VM_GSM_SMS_SIM sim_id; vm_date_time_t timestamp; VMWCHAR center_address[VM_GSM_SMS_MAX_ADDRESS_LENGTH + 1]; VM_GSM_SMS_PROTOCOL_IDENTIFIER protocol_identifier; VM_GSM_SMS_VALIDITY_PERIOD validity_period; VMINT status_report; VMINT reply_path; VMUINT16 source_port; VMUINT16 destination_port; VM_GSM_SMS_DCS dcs; VM_GSM_SMS_CLASS message_class; VMUINT16 content_buffer_size; VMWCHAR* content_buffer; VMWCHAR* content_file_path; void* content_ems; } vm_gsm_sms_read_message_data_t;
Message Data Structure.
vmgsm_sms.h
|
Members |
Description |
|
VMWCHAR number[VM_GSM_SMS_MAX_ADDRESS_LENGTH + 1]; |
SMS number. |
|
VM_GSM_SMS_STATUS status; |
SMS status. |
|
VM_GSM_SMS_MTI mti; |
MTI, Message Type Indication. |
|
VMUINT8 tp_status; |
TP-Status, for Status Report. |
|
VM_GSM_SMS_FOLDER folder_id; |
Folder ID. |
|
VM_GSM_SMS_PARAMETER parameter_flag; |
Parameter flag. |
|
VM_GSM_SMS_STORAGE storage_type; |
Sets the storage to read SMS from. |
|
VM_GSM_SMS_SIM sim_id; |
SIM ID. |
|
vm_date_time_t timestamp; |
Timestamp. |
|
VMWCHAR center_address[VM_GSM_SMS_MAX_ADDRESS_LENGTH + 1]; |
SMS center address. |
|
VM_GSM_SMS_PROTOCOL_IDENTIFIER protocol_identifier; |
Protocol identifier. |
|
VM_GSM_SMS_VALIDITY_PERIOD validity_period; |
validity period. |
|
VMINT status_report; |
Status report. |
|
VMINT reply_path; |
Reply path. |
|
VMUINT16 source_port; |
Source port. |
|
VMUINT16 destination_port; |
Destination port. |
|
VM_GSM_SMS_DCS dcs; |
DCS, Data Coding Scheme. |
|
VM_GSM_SMS_CLASS message_class; |
Message class. |
|
VMUINT16 content_buffer_size; |
Content buffer size. |
|
VMWCHAR* content_buffer; |
Content buffer. |
|
VMWCHAR* content_file_path; |
Content file path. |
|
void* content_ems; |
Content EMS |
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.