SysEthernetGetInterfaceCounters (FUN)
FUNCTION SysEthernetGetInterfaceCounters : SysTypes.RTS_IEC_RESULT
Get EIP Interface Counters of an adapter identified by its MAC address.
- InOut:
Scope
Name
Type
Comment
Return
SysEthernetGetInterfaceCountersSysTypes.RTS_IEC_RESULTRuntime system error code (see CmpErrors.library).
Input
macAddressARRAY [0..5] OF BYTE
MAC address of the adapter to get information from
pSysEthernetInterfaceCountersPOINTER TO SysEthernetInterfaceCounters
EIP Interface Counters structure
xGetAndClearBOOLSet the counters to zero after the response is built.