TCPIP_HTTP_DYN_ARG_TYPE Enumeration
C
typedef enum {
TCPIP_HTTP_DYN_ARG_TYPE_INVALID = 0,
TCPIP_HTTP_DYN_ARG_TYPE_INT32,
TCPIP_HTTP_DYN_ARG_TYPE_STRING
} TCPIP_HTTP_DYN_ARG_TYPE;
Description
Enumeration: TCPIP_HTTP_DYN_ARG_TYPE
This enumeration defines the types of the HTTP supported dynamic variables arguments.
Members
Members | Description |
---|---|
TCPIP_HTTP_DYN_ARG_TYPE_INVALID = 0 | Invalid argument type. |
TCPIP_HTTP_DYN_ARG_TYPE_INT32 | The dynamic variable argument is an int32_t. |
TCPIP_HTTP_DYN_ARG_TYPE_STRING | The dynamic variable argument is an ASCII string. |
Remarks
Currently a dynamic variable can have either string or int32_t parameters. Only 16-bit values are currently supported.