QueryType

nn::boss::QueryType Enumerated Type

Syntax

enum QueryType;

Value

Value Description
QUERYTYPE_NONE 0: Does not assign a type to the HTTP query.
QUERYTYPE_ASCII 1: Assigns an ASCII string to the HTTP query.
QUERYTYPE_S32 2: Assigns a signed 32-bit integer to the HTTP query.
QUERYTYPE_U32 3: Assigns a signed 32-bit integer to the HTTP query.
QUERYTYPE_S64 4: Assigns a signed 64-bit integer to the HTTP query.
QUERYTYPE_U64 5: Assigns a signed 64-bit integer to the HTTP query.
QUERYTYPE_HEX_S32 18: Assigns a signed 32-bit integer using hexadecimal notation to the HTTP query.
QUERYTYPE_HEX_U32 19: Assigns a signed 32-bit integer using hexadecimal notation to the HTTP query.
QUERYTYPE_HEX_S64 20: Assigns a signed 64-bit integer using hexadecimal notation to the HTTP query.
QUERYTYPE_HEX_U64 21: Assigns a signed 64-bit integer using hexadecimal notation to the HTTP query.
QUERYTYPE_MAX_VALUE (This enumerator is used for internal processing. It cannot be used from the application.)

Description

Constants indicating HTTP query data types. (The numeric value at the start of the description for each numerator is the value of that numerator.)

Revision History

2011/10/27
Initial version.

CONFIDENTIAL