Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Create the appropriate channel to communicate with the 
    Include Page
    _def_ocsdk_stack
    _def_ocsdk_stack
    .
  • Initialize the "Local Interface Module".
  • Optionally, configure the network identified of the mote.
  • Optionally, create a UDP socket and bind it to the specified UDP port.
  • Optionally, join a network.
  • Optionally, post a semaphore indicating it has joined a network.
  • Optionally, request a service to the 
    Include Page
    _def_mgr
    _def_mgr
    .
  • Optionally, post a semaphore indicating the service was granted.
The loc_task helper module allows the sample applications to perform these routine actions by calling a single function.

 

Note

You cannot use the loc_task module in combination with the autojoin CLI settings. If you set autojoin to 1, the loc_task helper module will not be able to join a network.

 

Include Page
_inc_doxygen_tip
_inc_doxygen_tip

...