 |
libRBR
v1.2.3
RBR instrument communication API
|
Go to the documentation of this file.
14 #ifndef LIBRBR_RBRINSTRUMENTSECURITY_H
15 #define LIBRBR_RBRINSTRUMENTSECURITY_H
RBRInstrumentError RBRInstrument_setConfirmation(RBRInstrument *instrument, bool confirmation)
Set the state of the logger's confirmation responses.
RBRInstrumentError RBRInstrument_reboot(RBRInstrument *instrument, int32_t delay)
Reset the logger CPU.
RBRInstrumentError RBRInstrument_setPrompt(RBRInstrument *instrument, bool prompt)
Set the state of the “Ready:” prompt.
RBRInstrumentError
Errors which can be returned from library functions.
Definition: RBRInstrument.h:200
RBRInstrumentError RBRInstrument_permit(RBRInstrument *instrument, const char *command)
Permits a protected command to be executed.
RBRInstrumentError RBRInstrument_getPrompt(RBRInstrument *instrument, bool *prompt)
Get the state of the “Ready:” prompt.
Core library context object.
Definition: RBRInstrument.h:591
RBRInstrumentError RBRInstrument_getConfirmation(RBRInstrument *instrument, bool *confirmation)
Get the state of the logger's confirmation responses.