This chapter describes the data structures and data types that are used in OpenAPI parameter structures.
The OpenAPI data types are used to define other OpenAPI data types and data structures. The definition of these data types is platform-dependent.
Note: For the platform-specific definitions of these data types, see the OpenAPI header files iiapi.h and iiapidep.h.
The following are the OpenAPI generic data types:
Describes a boolean data type (TRUE or FALSE).
Describes a character data type.
Describes a float4 (4-byte) data type.
Describes a float8 (8-byte) data type.
Describes an integer data type.
Describes an integer1 (1-byte) data type.
Describes an integer2 (2-byte) data type.
Describes an integer4 (4-byte) data type.
Describes a long integer data type.
Describes a generic pointer data type.
Describes an unsigned character data type.
Describes an unsigned integer1 (1-byte) data type.
Describes an unsigned integer2 (2-byte) data type.
Describes an unsigned integer4 (4-byte) data type.
Describes an unsigned long integer data type.
Describes data of an unknown data type.