zzzz = Optional response configuration bits #2 in hexadecimal as:
union
{
unsigned int value;
struct
{
unsigned int meter_batch_gross_del_whole:1; //Mass
unsigned int meter_gross_flow_rate:1; // Mass
unsigned int component_current_relative_density_tenthous:1;
unsigned int component_current_bsw_hund:1;
unsigned int component_current_api_gravity_tenths 1;
unsigned int component_batch_bsw_hund:1;
unsigned int component_batch_api_gravity_tenths:1;
unsigned int batch_mass_del:1;
unsigned int component_batch_mass_del:1;
unsigned int component_current_volume_correction_factor:1;
unsigned int component_current_temperature_correction_factor:1;
unsigned int component_current_pressure_correction_factor:1;
unsigned intsampler_batch_gross_del_thous:1;
unsigned intsampler_batch_current_target_samples:1;
unsigned int unused_14:1;
unsigned int unused_15:1;
} flags;
} query_2; (default value 0x0000.)
aaaa = Optional response configuration bits #3 in hexadecimal as:
union
{
unsigned int value;
struct
{
unsigned int component_meter_gross_del_whole:1;
unsigned int component_meter_net_del_whole:1; // Mass
unsigned int component_meter_batch_temp_tenths:1;
unsigned int component_meter_batch_pressure_tenths:1;
unsigned int component_meter_batch_gravity:1;
unsigned int component_meter_current_temp_tenths:1;
unsigned int component_meter_current_pressure_tenths:1;
unsigned int component_meter_current_gravity:1;
unsigned int component_meter_current_relative_density_tenthous:1;
unsigned int unused_9:1;
unsigned int component_meter_current_api_gravity_tenths:1;
unsigned int unused_11:1;
unsigned intcomponent_meter_batch_api_gravity_tenths:1;
unsigned int component_meter_mass_del:1;