.TH "brlapi_param_properties_t" 3 "Wed Feb 03 2021" "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 \fBcount\fP" .br .ti -1c .RI "uint8_t \fBisArray\fP" .br .ti -1c .RI "uint8_t \fBhasSubparam\fP" .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::count" Number of elements in the parameter's value .SS "uint8_t brlapi_param_properties_t::hasSubparam" Parameter uses the subparam argument .SS "uint8_t brlapi_param_properties_t::isArray" Whether the parameter contains several values, or always only 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\&.