![]() |
Morse Micro IoT SDK
2.9.7
|
Union of pointer types for mmpkt metadata.
The metadata is accessed through one of these pointers, depending on which context the packet is being used in.
#include <mmpkt.h>
Data Fields | |
| void * | opaque |
| Opaque pointer for contexts which are unaware of the specific metadata structure. More... | |
| struct mmdrv_tx_metadata * | tx |
| Metadata for a packet which is being transmitted. More... | |
| struct mmdrv_rx_metadata * | rx |
| Metadata for a packet which is being received. More... | |
| struct mmdrv_cmd_metadata * | cmd |
| Control block for a command response sent to the host. More... | |
| struct mmdrv_cmd_metadata* mmpkt_metadata_ptr::cmd |
| void* mmpkt_metadata_ptr::opaque |
| struct mmdrv_rx_metadata* mmpkt_metadata_ptr::rx |
| struct mmdrv_tx_metadata* mmpkt_metadata_ptr::tx |