#include <dnxTransport.h>
Data Fields | |
unsigned | reads |
Total reads on this channel. | |
unsigned | writes |
Total writes on this channel. | |
unsigned | rderrs |
Read errors on this channel. | |
unsigned | wrerrs |
Write errors on this channel. |
Definition at line 75 of file dnxTransport.h.
unsigned DnxTransStats_::reads |
Total reads on this channel.
Definition at line 77 of file dnxTransport.h.
Referenced by dnxUdpRead().
unsigned DnxTransStats_::writes |
Total writes on this channel.
Definition at line 78 of file dnxTransport.h.
Referenced by dnxUdpWrite().
unsigned DnxTransStats_::rderrs |
Read errors on this channel.
Definition at line 79 of file dnxTransport.h.
Referenced by dnxUdpRead().
unsigned DnxTransStats_::wrerrs |
Write errors on this channel.
Definition at line 80 of file dnxTransport.h.
Referenced by dnxUdpWrite().