|
OpenWSN Firmware
|
#include "openwsn.h"#include "r6t.h"#include "sixtop.h"#include "idmanager.h"#include "openqueue.h"#include "neighbors.h"Functions | |
| owerror_t | r6t_receive (OpenQueueEntry_t *msg, coap_header_iht *coap_header, coap_option_iht *coap_options) |
| Receives a command and a list of items to be used by the command. More... | |
| void | r6t_sendDone (OpenQueueEntry_t *msg, owerror_t error) |
| void | r6t_init () |
Variables | |
| const uint8_t | r6t_path0 [] = "6t" |
| CoAP 6top application. More... | |
| r6t_vars_t | r6t_vars |
| owerror_t r6t_receive | ( | OpenQueueEntry_t * | msg, |
| coap_header_iht * | coap_header, | ||
| coap_option_iht * | coap_options | ||
| ) |
Receives a command and a list of items to be used by the command.
| [in] | msg | The received message. CoAP header and options already parsed. |
| [in] | coap_header | The CoAP header contained in the message. |
| [in] | coap_options | The CoAP options contained in the message. |
| void r6t_sendDone | ( | OpenQueueEntry_t * | msg, |
| owerror_t | error | ||
| ) |
| const uint8_t r6t_path0[] = "6t" |
CoAP 6top application.
| r6t_vars_t r6t_vars |