Prev Next

LLC_DLC_STATISTICS_PARMS Overview  Group

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;

Members

usStationId
Identifier of a SAP or a link station.
cbLogBufSize
Size of the log buffer.
pLogBuf
Specifies the address of an LLC_DLC_LOG_BUFFER structure representing the log buffer.
usActLogLength
Length of returned log.
uchOptions
Command options. Specify one of the following options.

Option

Description

LLC_DLC_RESET_STATISTICS

The counters are reset to zero where appropriate.

LLC_DLC_READ_STATISTICS

The counters are read.

See Also

AcsLan, CCB_PARMS, LLC_DLC_LOG_BUFFER