Type Definition c_uchar
drone_ctypes
type c_uchar = u8;
Equivalent to C’s unsigned char type.
unsigned char