UINT16 Type
Declaration
typedef unsigned short UINT16;
Description

The UINT16 type is an architecture-independent data type used to represent a 16-bit unsigned integer. It ensures consistent data width for variables across different hardware platforms.

Version:1.0
Header file:AR_Types.h (include AR_API.h)
See also: INT8, INT16, INT32, INT64, LONG, UINT8, UINT32, UINT64, ULONG
SpaceShadow documentation