2.2.3.13 BIDI_TYPE Enumeration
The BIDI_TYPE enumeration specifies the type of data transferred in a bidirectional operation.
-
typedef enum { BIDI_NULL = 0, BIDI_INT = 1, BIDI_FLOAT = 2, BIDI_BOOL = 3, BIDI_STRING = 4, BIDI_TEXT = 5, BIDI_ENUM = 6, BIDI_BLOB = 7 } BIDI_TYPE;
BIDI_NULL: No bidirectional data.
BIDI_INT: Bidirectional data is an integer.
BIDI_FLOAT: Bidirectional data is a floating-point number.
BIDI_BOOL: Bidirectional data is a Boolean value.
BIDI_STRING: Bidirectional data is a string.
BIDI_TEXT: Bidirectional data is text data.
BIDI_ENUM: Bidirectional data is an enumeration.
BIDI_BLOB: Bidirectional data is a data BLOB.