Type Definition c_uint
drone_ctypes
type c_uint = u32;
Equivalent to C’s unsigned int type.
unsigned int