libRBR  v1.2.3
RBR instrument communication API
RBRInstrumentSecurity.h
Go to the documentation of this file.
1 
14 #ifndef LIBRBR_RBRINSTRUMENTSECURITY_H
15 #define LIBRBR_RBRINSTRUMENTSECURITY_H
16 
17 #ifdef __cplusplus
18 extern "C" {
19 #endif
20 
38  const char *command);
39 
54  bool *prompt);
55 
67  bool prompt);
68 
83  bool *confirmation);
84 
100  bool confirmation);
101 
113  int32_t delay);
114 
115 #ifdef __cplusplus
116 }
117 #endif
118 
119 #endif /* LIBRBR_RBRINSTRUMENTSECURITY_H */
RBRInstrument_setConfirmation
RBRInstrumentError RBRInstrument_setConfirmation(RBRInstrument *instrument, bool confirmation)
Set the state of the logger's confirmation responses.
RBRInstrument_reboot
RBRInstrumentError RBRInstrument_reboot(RBRInstrument *instrument, int32_t delay)
Reset the logger CPU.
RBRInstrument_setPrompt
RBRInstrumentError RBRInstrument_setPrompt(RBRInstrument *instrument, bool prompt)
Set the state of the “Ready:” prompt.
RBRInstrumentError
RBRInstrumentError
Errors which can be returned from library functions.
Definition: RBRInstrument.h:200
RBRInstrument_permit
RBRInstrumentError RBRInstrument_permit(RBRInstrument *instrument, const char *command)
Permits a protected command to be executed.
RBRInstrument_getPrompt
RBRInstrumentError RBRInstrument_getPrompt(RBRInstrument *instrument, bool *prompt)
Get the state of the “Ready:” prompt.
RBRInstrument
Core library context object.
Definition: RBRInstrument.h:591
RBRInstrument_getConfirmation
RBRInstrumentError RBRInstrument_getConfirmation(RBRInstrument *instrument, bool *confirmation)
Get the state of the logger's confirmation responses.