Struct containing an OpenThread job. More...
#include <ot.h>
Data Fields | |
| event_t | ev |
| Event associated to the OpenThread job. | |
| int | status |
| Status of the job. | |
| const char * | command |
| A pointer to the job name string. | |
| void * | arg |
| arg for the job | |
| void * | answer |
| answer from the job | |