LLC_ADAPTER_LOG_TR

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.

QuickInfo

  Windows NT: Requires version 3.1 or later.
  Windows: Requires Windows 95 or later.
  Windows CE: Unsupported.
  Header: Declared in dlcapi.h.

See Also

The DLC Interface Overview, DLC Structures, AcsLan, LLC_ADAPTER_LOG