BeRTOS
|
pocketBus context for command layer communications. More...
#include <pocketcmd.h>
Data Fields | |
struct PocketBusCtx * | bus_ctx |
pocketBus context | |
pocketbus_addr_t | addr |
Our address. | |
pocketcmd_lookup_t | search |
Lookup function used to search for command callbacks. | |
pocketcmd_t | waiting |
The command ID we are waiting for or PKTCMD_NULL. | |
ticks_t | reply_timer |
For waiting_reply. |
pocketBus context for command layer communications.
Definition at line 93 of file pocketcmd.h.