24 #include <Vector/BLF/platform.h>
26 #include <Vector/BLF/AbstractFile.h>
27 #include <Vector/BLF/ObjectHeader.h>
28 #include <Vector/BLF/VectorTypes.h>
30 #include <Vector/BLF/vector_blf_export.h>
45 DWORD calculateObjectSize()
const override;
51 WORD reservedEthernetStatistic1 {};
54 DWORD reservedEthernetStatistic2 {};
63 UINT64 rcvError_HW {};
66 UINT64 xmitError_HW {};
69 UINT64 rcvBytes_HW {};
72 UINT64 xmitBytes_HW {};
75 UINT64 rcvNoBuffer_HW {};
81 WORD hardwareChannel {};
84 DWORD reservedEthernetStatistic3 {};
Definition: AbstractFile.h:36
ETHERNET_STATISTIC.
Definition: EthernetStatistic.h:40