.TH "brlapi_param_properties_t" 3 "Version 0.8" "BrlAPI" \" -*- nroff -*- .ad l .nh .SH NAME brlapi_param_properties_t .SH SYNOPSIS .br .PP .PP \fC#include \fP .SS "Data Fields" .in +1c .ti -1c .RI "\fBbrlapi_param_type_t\fP \fBtype\fP" .br .ti -1c .RI "uint16_t \fBarraySize\fP" .br .ti -1c .RI "uint16_t \fBisArray\fP:1" .br .ti -1c .RI "uint16_t \fBcanRead\fP:1" .br .ti -1c .RI "uint16_t \fBcanWrite\fP:1" .br .ti -1c .RI "uint16_t \fBcanWatch\fP:1" .br .ti -1c .RI "uint16_t \fBabiPadding1\fP:4" .br .ti -1c .RI "uint16_t \fBhasSubparam\fP:1" .br .in -1c .SH "Detailed Description" .PP Structure that describes the properties of a parameter .SH "Field Documentation" .PP .SS "uint16_t brlapi_param_properties_t::abiPadding1" .SS "uint16_t brlapi_param_properties_t::arraySize" If \&.isArray is true, the number of elements in the parameter's value; if \&.isArray is false then the number of elements in the parameter's value is always exactly one .SS "uint16_t brlapi_param_properties_t::canRead" True if the parameter is readable .SS "uint16_t brlapi_param_properties_t::canWatch" True if the parameter can be watched .SS "uint16_t brlapi_param_properties_t::canWrite" True if the parameter is writable .SS "uint16_t brlapi_param_properties_t::hasSubparam" whether the Parameter uses the subparam argument .SS "uint16_t brlapi_param_properties_t::isArray" True if the parameter's value contains several values; < False means always axactly one .SS "\fBbrlapi_param_type_t\fP brlapi_param_properties_t::type" Type of the parameter's value .SH "Author" .PP Generated automatically by Doxygen for BrlAPI from the source code\&.