typedef enum { VM_GSM_SMS_RESULT_OK = 0, VM_GSM_SMS_SUPPORT_SYNC_SMS_CENTER_ADDRESS = 1, VM_GSM_SMS_CALLBACK_REGISTERED = 1, VM_GSM_SMS_ERROR_IDENTIFY = -4, VM_GSM_SMS_ERROR_MIBR_NOT_IN_PROCESS_SPACE = -3, VM_GSM_SMS_ERROR_MIBR = -2, VM_GSM_SMS_ERROR_REQUEST = -1, VM_GSM_SMS_RESULT_MAX = 0x7FFFFFFF } VM_GSM_SMS_RESULT;
typedef enum { VM_GSM_SMS_RESULT_OK = 0, VM_GSM_SMS_SUPPORT_SYNC_SMS_CENTER_ADDRESS = 1, VM_GSM_SMS_CALLBACK_REGISTERED = 1, VM_GSM_SMS_ERROR_IDENTIFY = -4, VM_GSM_SMS_ERROR_MIBR_NOT_IN_PROCESS_SPACE = -3, VM_GSM_SMS_ERROR_MIBR = -2, VM_GSM_SMS_ERROR_REQUEST = -1, VM_GSM_SMS_RESULT_MAX = 0x7FFFFFFF } VM_GSM_SMS_RESULT;
SMS request results.
vmgsm_sms.h
|
Members |
Description |
|
VM_GSM_SMS_RESULT_OK = 0 |
SMS operation request succeeds. |
|
VM_GSM_SMS_SUPPORT_SYNC_SMS_CENTER_ADDRESS = 1 |
Supports synchronous SMS center address. |
|
VM_GSM_SMS_CALLBACK_REGISTERED = 1 |
Sets interrupt again if registered. |
|
VM_GSM_SMS_ERROR_IDENTIFY = -4 |
SMS identify error. |
|
VM_GSM_SMS_ERROR_MIBR_NOT_IN_PROCESS_SPACE = -3 |
SMS MIBR error. |
|
VM_GSM_SMS_ERROR_MIBR = -2 |
SMS request error. |
|
VM_GSM_SMS_ERROR_REQUEST = -1 |
SMS operation request failed. |
|
VM_GSM_SMS_RESULT_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.