#include "orp.h"
Functions | |
int16_t | orp_output_create_num (char *keyString) |
Register a numeric output in Octave Remote. More... | |
int16_t | orp_output_registerCallback_num (char *keyString) |
Registers a callback inside the Octave edge device. More... | |
int16_t orp_output_create_num | ( | char * | keyString | ) |
Register a numeric output in Octave Remote.
keyString | Null terminated string that contains the remote path |
int16_t orp_output_registerCallback_num | ( | char * | keyString | ) |
Registers a callback inside the Octave edge device.
When data arrives on the flow the octave edge device triggers the callback registered with orp_protocol()
callback flow is – Octave Edge device (WP77xx) –ORP--> Microcontroller
keyString | Null terminated string that contains the remote path |