Go to the source code of this file.
◆ orp_input_registerJson()
int8_t orp_input_registerJson |
( |
char * |
keyString | ) |
|
Register a JSON input in Octave Remote.
- Parameters
-
keyString | Null terminated string that contains the remote path |
- Returns
- A value of orpProtocol_txBuffer_size or more means that the output was truncated
- See also
- orp_protocol()
◆ orp_input_registerNumeric()
int8_t orp_input_registerNumeric |
( |
char * |
keyString | ) |
|
Sends a numeric value to Octave Remote input.
- Parameters
-
keyString | Null terminated string that contains the remote path |
valueString | Null terminated string that represents a numeric value (see Octave docs) |
- Returns
- A value of orpProtocol_txBuffer_size or more means that the output was truncated
- See also
- orp_protocol()
◆ orp_input_sendJson()
int8_t orp_input_sendJson |
( |
char * |
keyString, |
|
|
char * |
valueString |
|
) |
| |
Sends a JSON string to Octave Remote input.
- Parameters
-
keyString | Null terminated string that contains the remote path |
valueString | Null terminated string that represents a JSON value (see Octave docs) |
- Returns
- A value of orpProtocol_txBuffer_size or more means that the output was truncated
- See also
- orp_protocol()
◆ orp_input_sendNumeric()
int8_t orp_input_sendNumeric |
( |
char * |
keyString, |
|
|
char * |
valueString |
|
) |
| |
Register a numeric input in Octave Remote.
- Parameters
-
keyString | Null terminated string that contains the remote path |
- Returns
- A value of orpProtocol_txBuffer_size or more means that the output was truncated
- See also
- orp_protocol()