libRBR  v1.2.3
RBR instrument communication API
Data Fields
RBRInstrumentId Struct Reference

Instrument id command parameters. More...

#include <RBRInstrument.h>

Data Fields

char model [RBRINSTRUMENT_ID_MODEL_MAX+1]
 
char version [RBRINSTRUMENT_ID_VERSION_MAX+1]
 
uint32_t serial
 
uint16_t fwtype
 
char mode [RBRINSTRUMENT_ID_MODE_MAX+1]
 

Detailed Description

Instrument id command parameters.

Externalized from RBRInstrumentOther.h to facilitate inclusion by RBRInstrument.

See also
RBRInstrument_getId()
https://docs.rbr-global.com/L3commandreference/commands/other-information/id

Field Documentation

◆ fwtype

uint16_t RBRInstrumentId::fwtype

The firmware type of the instrument.

◆ mode

char RBRInstrumentId::mode[RBRINSTRUMENT_ID_MODE_MAX+1]

The instrument mode.

◆ model

char RBRInstrumentId::model[RBRINSTRUMENT_ID_MODEL_MAX+1]

The instrument model.

◆ serial

uint32_t RBRInstrumentId::serial

The serial number of the instrument.

◆ version

char RBRInstrumentId::version[RBRINSTRUMENT_ID_VERSION_MAX+1]

The instrument firmware version.


The documentation for this struct was generated from the following file: