logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

brlapi_paramValuePacket_t

Author

Generated automatically by Doxygen for BrlAPI from the source code. BrlAPI Version 0.8 brlapi_paramValuePacket_t(3)

Detailed Description

Structure of Parameter value or update

Field Documentation

unsignedcharbrlapi_paramValuePacket_t::data[BRLAPI_MAXPARAMSIZE] Which sub-parameter being transmitted, lo 32bits uint32_tbrlapi_paramValuePacket_t::flagsbrlapi_param_tbrlapi_paramValuePacket_t::param Flags to tell how value was gotten uint32_tbrlapi_paramValuePacket_t::subparam_hi Which parameter being transmitted uint32_tbrlapi_paramValuePacket_t::subparam_lo Which sub-parameter being transmitted, hi 32bits

Name

brlapi_paramValuePacket_t

Synopsis

#include <brlapi_protocol.h> DataFields uint32_t flagsbrlapi_param_tparam uint32_t subparam_hi uint32_t subparam_lo unsigned char data [BRLAPI_MAXPARAMSIZE]

See Also