Info |
---|
This section refers to the following sample application(s):
|
...
Info |
---|
This application is new to OCSDK 1.2.0 |
Your application can register callback functions to handle a number of notifications generated by the OCSDK stack. The 01-events sample demonstrates handling event notifications - the application will attempt to join and print event notifications as they come in. There are additional samples that demonstrate handling of other types of notifications:
...
The 01-event
sample application uses the Helper Modules to initialize the CLI Module and for interaction with the local interface. Because the application installs an event handler, the local module does not receive the boot event, and so the application must handle all local module tasks (, such as joining, on its own. Note that this prevents the local module from printing the stack version banner.
...