typedef struct { VM_GSM_SMS_STATUS status; VM_GSM_SMS_SIM sim_id; VM_GSM_SMS_STORAGE storage_type; vm_date_time_t time_stamp; VMUINT16 content_size; VMWCHAR* content; VMWCHAR number[VM_GSM_SMS_MAX_ADDRESS_LENGTH + 1]; } vm_gsm_sms_add_message_t;
typedef struct { VM_GSM_SMS_STATUS status; VM_GSM_SMS_SIM sim_id; VM_GSM_SMS_STORAGE storage_type; vm_date_time_t time_stamp; VMUINT16 content_size; VMWCHAR* content; VMWCHAR number[VM_GSM_SMS_MAX_ADDRESS_LENGTH + 1]; } vm_gsm_sms_add_message_t;
Add Message Data Structure.
vmgsm_sms.h
|
Members |
Description |
|
VM_GSM_SMS_STATUS status; |
Status. |
|
VM_GSM_SMS_SIM sim_id; |
SIM ID. |
|
VM_GSM_SMS_STORAGE storage_type; |
Storage type. |
|
vm_date_time_t time_stamp; |
Timestamp. |
|
VMUINT16 content_size; |
Content buffer size. |
|
VMWCHAR* content; |
Content buffer. |
|
VMWCHAR number[VM_GSM_SMS_MAX_ADDRESS_LENGTH + 1]; |
Destination number. |
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.