Data structure to be send for setting (GNRC_NETAPI_MSG_TYPE_SET) and getting (GNRC_NETAPI_MSG_TYPE_GET) options. More...
Data structure to be send for setting (GNRC_NETAPI_MSG_TYPE_SET) and getting (GNRC_NETAPI_MSG_TYPE_GET) options.
#include <netapi.h>
Data Fields | |
| netopt_t | opt | 
| the option to get/set  | |
| uint16_t | context | 
| (optional) context for that option  | |
| void * | data | 
| data to set or buffer to read into  | |
| uint16_t | data_len | 
| size of the data / the buffer  | |