The LLC_DLC_STATISTICS_PARMS structure is the DLC parameter table for the LLC_DLC_STATISTICS command. You pass a pointer to this structure using the pParameterTable member of the CCB_PARMS union.
typedef struct { USHORT usStationId; USHORT cbLogBufSize; PLLC_DLC_LOG_BUFFER pLogBuf; USHORT usActLogLength; UCHAR uchOptions; } LLC_DLC_STATISTICS_PARMS, *PLLC_DLC_STATISTICS_PARMS;
Option |
Description |
LLC_DLC_RESET_STATISTICS |
The counters are reset to zero where appropriate. |
LLC_DLC_READ_STATISTICS |
The counters are read. |