typedef enum { VM_GSM_SIM_STATUS_ERROR = -1, VM_GSM_SIM_STATUS_VACANT = 0, VM_GSM_SIM_STATUS_WORKING = 1, VM_GSM_SIM_STATUS_MAX = 0x7FFFFFFF } VM_GSM_SIM_STATUS;
typedef enum { VM_GSM_SIM_STATUS_ERROR = -1, VM_GSM_SIM_STATUS_VACANT = 0, VM_GSM_SIM_STATUS_WORKING = 1, VM_GSM_SIM_STATUS_MAX = 0x7FFFFFFF } VM_GSM_SIM_STATUS;
The return type of vm_get_sim_card_status().
vmgsm_sim.h
|
Members |
Description |
|
VM_GSM_SIM_STATUS_ERROR = -1 |
Failed to get status. |
|
VM_GSM_SIM_STATUS_VACANT = 0 |
No SIM card is detected or the SIM card is not working. |
|
VM_GSM_SIM_STATUS_WORKING = 1 |
The SIM card is working. |
|
VM_GSM_SIM_STATUS_MAX = 0x7FFFFFFF |
Forces the compiler to use 4-byte integer for enum. |
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.