Tx packet processing information block that needs to passed into call to ICSS_EMAC_txPacket.
Data Fields | |
ICSS_EMAC_Handle | icssEmacHandle |
const uint8_t * | srcAddress |
uint8_t | portNumber |
uint8_t | queuePriority |
uint16_t | lengthOfPacket |
ICSS_EMAC_Handle ICSS_EMAC_TxArgument::icssEmacHandle |
Handle to ICSS_EMAC instance
const uint8_t* ICSS_EMAC_TxArgument::srcAddress |
Base address of the buffer where the frame to be transmitted resides
uint8_t ICSS_EMAC_TxArgument::portNumber |
Port on which frame has to be transmitted
uint8_t ICSS_EMAC_TxArgument::queuePriority |
Queue number in which frame will be queued for transmission
uint16_t ICSS_EMAC_TxArgument::lengthOfPacket |
Length of the frame in bytes