UINT8 Type
Declaration
typedef unsigned char UINT8;
Description

The UINT8 type is an architecture-independent data type used to represent an 8-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, UINT16, UINT32, UINT64, ULONG
SpaceShadow documentation