typedef struct { VM_GSM_TEL_CALL_SIM sim; VMUINT16 num_uri[VM_GSM_TEL_MAX_NUMBER_LENGTH + 1]; VMUINT8 module_id; VMBOOL is_ip_dial; void* phonebook_data; } vm_gsm_tel_dial_action_request_t;
typedef struct { VM_GSM_TEL_CALL_SIM sim; VMUINT16 num_uri[VM_GSM_TEL_MAX_NUMBER_LENGTH + 1]; VMUINT8 module_id; VMBOOL is_ip_dial; void* phonebook_data; } vm_gsm_tel_dial_action_request_t;
Action struct for VM_GSM_TEL_CALL_ACTION_DIAL call type.
vmgsm_tel.h
|
Members |
Description |
|
VM_GSM_TEL_CALL_SIM sim; |
Call type. |
|
VMUINT16 num_uri[VM_GSM_TEL_MAX_NUMBER_LENGTH + 1]; |
Number, in UCS-2 encoding. |
|
VMUINT8 module_id; |
Initiate module ID. The default is 0. |
|
VMBOOL is_ip_dial; |
IP dial, currently only applicable for GSM & 3G. The default is VM_FALSE. |
|
void* phonebook_data; |
Phonebook data for call service to query caller info. The default is NULL. |
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.