NWGetLANCommonCountersInfo
Returns common statistics for a LAN board.
#include <nwfse.h>
or
#include <nwcalls.h>
NWCCODE N_API NWGetLANCommonCountersInfo (
NWCONN_HANDLE conn,
nuint32 boardNum,
nuint32 blockNum,
NWFSE_LAN_COMMON_COUNTERS_INFO N_FAR *fseLANCommonCountersInfo);
uses calwin32
Function NWGetLANCommonCountersInfo
(conn : NWCONN_HANDLE;
boardNum : nuint32;
blockNum : nuint32;
Var fseLANCommonCountersInfo : NWFSE_LAN_COMMON_COUNTERS_INFO
) : NWCCODE;
These are common return values; see Return Values (Return Values for C) for more information.
To call NWGetLANCommonCountersInfo, you must have console operator rights.