Rtos API example

Embed: (wiki syntax)

« Back to documentation index

eth_data_conf_s Struct Reference

eth_data_conf_s Struct Reference

Struct eth_data_conf_s defines arguments for data confirm message. More...

#include <ethernet_mac_api.h>

Data Fields

uint8_t msduHandle
 Handle associated with MSDU.
uint8_t status
 Status of the last transaction.

Detailed Description

Struct eth_data_conf_s defines arguments for data confirm message.

Definition at line 39 of file ethernet_mac_api.h.


Field Documentation

uint8_t msduHandle

Handle associated with MSDU.

Definition at line 40 of file ethernet_mac_api.h.

uint8_t status

Status of the last transaction.

Definition at line 41 of file ethernet_mac_api.h.