typedef enum { VM_GSM_GPRS_PROXY_NONE = 0, VM_GSM_GPRS_PROXY_CL_WSP, VM_GSM_GPRS_PROXY_CO_WSP, VM_GSM_GPRS_PROXY_CL_SEC_WSP, VM_GSM_GPRS_PROXY_CO_SEC_WSP, VM_GSM_GPRS_PROXY_CL_SEC_WTA, VM_GSM_GPRS_PROXY_CO_SEC_WTA, VM_GSM_GPRS_PROXY_HTTP, VM_GSM_GPRS_PROXY_HTTP_TLS, VM_GSM_GPRS_PROXY_STARTTLS, VM_GSM_GPRS_PROXY_MAX = 0x7FFFFFFF } VM_GSM_GPRS_PROXY_TYPE;
typedef enum { VM_GSM_GPRS_PROXY_NONE = 0, VM_GSM_GPRS_PROXY_CL_WSP, VM_GSM_GPRS_PROXY_CO_WSP, VM_GSM_GPRS_PROXY_CL_SEC_WSP, VM_GSM_GPRS_PROXY_CO_SEC_WSP, VM_GSM_GPRS_PROXY_CL_SEC_WTA, VM_GSM_GPRS_PROXY_CO_SEC_WTA, VM_GSM_GPRS_PROXY_HTTP, VM_GSM_GPRS_PROXY_HTTP_TLS, VM_GSM_GPRS_PROXY_STARTTLS, VM_GSM_GPRS_PROXY_MAX = 0x7FFFFFFF } VM_GSM_GPRS_PROXY_TYPE;
The proxy type
vmgsm_gprs.h
|
Members |
Description |
|
VM_GSM_GPRS_PROXY_NONE = 0 |
The 'not specified' type. |
|
VM_GSM_GPRS_PROXY_CL_WSP |
The WSP, Connection less type. |
|
VM_GSM_GPRS_PROXY_CO_WSP |
The WSP, Connection oriented type. |
|
VM_GSM_GPRS_PROXY_CL_SEC_WSP |
The WSP, Connection less, security mode type. |
|
VM_GSM_GPRS_PROXY_CO_SEC_WSP |
The WSP, Connection oriented, security mode type. |
|
VM_GSM_GPRS_PROXY_CL_SEC_WTA |
The WTA, Connection less, security mode type. |
|
VM_GSM_GPRS_PROXY_CO_SEC_WTA |
The WTA type, Connection oriented, security mode type. |
|
VM_GSM_GPRS_PROXY_HTTP |
The HTTP type. |
|
VM_GSM_GPRS_PROXY_HTTP_TLS |
The HTTP - enable TLS type. |
|
VM_GSM_GPRS_PROXY_STARTTLS |
The STARTTLS type |
|
VM_GSM_GPRS_PROXY_MAX = 0x7FFFFFFF |
The 'ensure the compiler treat this enum as 32-bit integer' type. |
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.