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

Instrument serial command parameters. More...

#include <RBRInstrumentCommunication.h>

Data Fields

RBRInstrumentSerialBaudRate baudRate
 The baud rate of the instrument.
 
RBRInstrumentSerialMode mode
 The serial mode of the instrument.
 
const RBRInstrumentSerialBaudRate availableBaudRates
 Serial baud rates which the instrument can use. More...
 
const RBRInstrumentSerialMode availableModes
 Serial modes which the instrument can use. More...
 

Detailed Description

Instrument serial command parameters.

See also
RBRInstrument_getSerial()
RBRInstrument_setSerial()
https://docs.rbr-global.com/L3commandreference/commands/communications/serial

Field Documentation

◆ availableBaudRates

const RBRInstrumentSerialBaudRate RBRInstrumentSerial::availableBaudRates

Serial baud rates which the instrument can use.

Treated as a bit field representation of available baud rates as defined by RBRInstrumentSerialBaudRate. For details, consult Working with Bit Fields.

The corresponding instrument parameter is read-only. This member is used only when reading parameters from the instrument; its value is ignored when sending parameters to the instrument.

The serial availablebaudrates command does not exist on Logger2 instruments. RBRInstrument_getSerial() will populate this field with the baud rates supported by all Logger2 instruments.

◆ availableModes

const RBRInstrumentSerialMode RBRInstrumentSerial::availableModes

Serial modes which the instrument can use.

Treated as a bit field representation of available modes as defined by RBRInstrumentSerialMode. For details, consult Working with Bit Fields.

The corresponding instrument parameter is read-only. This member is used only when reading parameters from the instrument; its value is ignored when sending parameters to the instrument.

The serial availablemodes command does not exist on Logger2 instruments. RBRInstrument_getSerial() will populate this field with the baud rates supported by all Logger2 instruments.


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