|
Open Ethernet Networking (OpEN) API Guide and Reference Manual
3.12.0.1
|
Data Fields | |
| uint32_t | mconnfail |
| Failed connection attempts. | |
| uint32_t | mnowait |
| Nowait option usage count. | |
| uint32_t | mrecvfail |
| Failed msg recv attempts. | |
| uint32_t | mrecvok |
| Received msg success count. | |
| uint32_t | mrecvseqerr |
| Msg recv sequence number mismatch (not processed) | |
| uint32_t | mrecvtimeout |
| Msg recv timed out (not processed) | |
| uint32_t | mrecvtrunc |
| Truncated recv msgs (not processed) | |
| uint32_t | msendfail |
| Failed msg send attempts. | |
| uint32_t | msendok |
| Sent msg success count. | |
Definition at line 462 of file openapi_common.h.