libRBR
v1.2.3
RBR instrument communication API
|
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... | |
Instrument serial
command parameters.
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.
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.