Skip to content

Error Code Structure rm_err_t

Parameter description

ParameterTypeDescription
err_lenuint8_tNumber of error codes.
errintError code array, not exceeding 10 bytes, supporting letters, numbers, and underscores.

Member function

python
rm_ctypes_wrap.rm_euler_t.to_dict(self,recurse = True)

Returns the class variables as a dictionary. If recurse is True, it recursively processes the fields of the ctypes structure.