Functions | |
int8_t | orp_input_registerJson (char *keyString) |
Register a JSON input in Octave Remote. More... | |
int8_t | orp_input_sendJson (char *keyString, char *valueString) |
Sends a JSON string to Octave Remote input. More... | |
int8_t | orp_input_registerNumeric (char *keyString) |
Sends a numeric value to Octave Remote input. More... | |
int8_t | orp_input_sendNumeric (char *keyString, char *valueString) |
Register a numeric input in Octave Remote. More... | |
int8_t orp_input_registerJson | ( | char * | keyString | ) |
Register a JSON input in Octave Remote.
keyString | Null terminated string that contains the remote path |
int8_t orp_input_registerNumeric | ( | char * | keyString | ) |
Sends a numeric value to Octave Remote input.
keyString | Null terminated string that contains the remote path |
valueString | Null terminated string that represents a numeric value (see Octave docs) |
int8_t orp_input_sendJson | ( | char * | keyString, |
char * | valueString | ||
) |
Sends a JSON string to Octave Remote input.
keyString | Null terminated string that contains the remote path |
valueString | Null terminated string that represents a JSON value (see Octave docs) |
int8_t orp_input_sendNumeric | ( | char * | keyString, |
char * | valueString | ||
) |
Register a numeric input in Octave Remote.
keyString | Null terminated string that contains the remote path |