A channel is a software construction used by the
Include Page |
---|
| _def_ocsdk_stack |
---|
| _def_ocsdk_stack |
---|
|
, devices and services to communicate with your application.
Info |
---|
This definition of "channel" should not be confused with the radio channel which specifies the center frequency of a wireless transmission, e.g. the 2.405 GHz channel. |
...
The control channel is used for your application to send commands to the
Include Page |
---|
| _def_ocsdk_stack |
---|
| _def_ocsdk_stack |
---|
|
, and receive
responseresponses. Example commands are "what is my MAC address?", "join a network," or "send this packet to this address."
...
Info |
---|
The exact format of all commands and notifications to send and receive with the Include Page |
---|
| _def_ocsdk_stack |
---|
| _def_ocsdk_stack |
---|
| are defined in the Local Interface component of the Doxygen-based documentation inside your the Include Page |
---|
| _def_ocsdk_ziprepo |
---|
| _def_ocsdk_ziprepo |
---|
| file. |
Tip |
---|
The Local Interface Module, provided as source code as part of the , handles all the formatting and parsing of the message messages sent through the control and notification channels. If you choose to use this module, your application just calls simple functions.The Local Interface Module is documented in the Doxygen-based documentation. |
...