![]() |
![]() |
The structure describes the SRIO Socket Data payload structure. More...
Data Fields | |
Srio_ListNode | links |
Links to the chain of packets. | |
Srio_DrvBuffer | drvBuffer |
Pointer to the data buffer for Normal sockets and pointer to the BD for RAW sockets. | |
uint32_t | numBytes |
Number of bytes of data available in the data buffer. | |
Srio_SockAddrInfo | addrInfo |
Socket address information which indicates source of the rxed packet. |
The structure describes the SRIO Socket Data payload structure.
This structure is associated with each SRIO socket and is used to store a list of all pending packets which have been received on the socket but have still not been picked up by the application.