Prev Next

LLC_ADAPTER_LOG_TR Overview  Group

The LLC_ADAPTER_LOG_TR structure represents the adapter log for a Token-Ring network. Specify this structure in the LLC_ADAPTER_LOG structure.

typedef struct {

    UCHAR cLineError;

    UCHAR cInternalError;

    UCHAR cBurstError;

    UCHAR cAC_Error;

    UCHAR cAbortDelimiter;

    UCHAR uchReserved1;

    UCHAR cLostFrame;

    UCHAR cReceiveCongestion;

    UCHAR cFrameCopiedError;

    UCHAR cFrequencyError;

    UCHAR cTokenError;

    UCHAR uchReserved2;

    UCHAR uchReserved3;

    UCHAR uchReserved4;

} LLC_ADAPTER_LOG_TR, *PLLC_ADAPTER_LOG_TR;

Members

cLineError
Line error.
cInternalError
Internal error.
cBurstError
Burst error.
cAC_Error
A/C error.
cAbortDelimiter
Abort delimiter.
uchReserved1
Reserved.
cLostFrame
Lost frame.
cReceiveCongestion
Receive congestion.
cFrameCopiedError
Frame copied error.
cFrequencyError
Frequency error.
cTokenError
Token error.
uchReserved2
Reserved.
uchReserved3
Reserved.
uchReserved4
Reserved.

See Also

AcsLan, LLC_ADAPTER_LOG