Platform SDK: DLC/NetBIOS

DLC_LINK_LOG

The DLC_LINK_LOG structure represents the link log. Specify this structure in the LLC_DLC_LOG_BUFFER union.

typedef struct {
  USHORT cI_FramesTransmitted;
  USHORT cI_FramesReceived;
  UCHAR cI_FrameReceiveErrors;
  UCHAR cI_FrameTransmissionErrors;
  USHORT cT1_ExpirationCount; 
  UCHAR uchLastCmdRespReceived;
  UCHAR uchLastCmdRespTransmitted;
  UCHAR uchPrimaryState;
  UCHAR uchSecondaryState;
  UCHAR uchSendStateVariable;
  UCHAR uchReceiveStateVariable;
  UCHAR uchLastNr; 
  UCHAR cbLanHeader;
  UCHAR auchLanHeader[32];
} DLC_LINK_LOG, *PDLC_LINK_LOG;

Members

cI_FramesTransmitted
Number of I frames transmitted.
cI_FramesReceived
Number of I frames received.
cI_FrameReceiveErrors
Number of I frame receive errors.
cI_FrameTransmissionErrors
Number of I frame transmission errors.
cT1_ExpirationCount
Number of times T1 expired (other than in data-transfer mode).
uchLastCmdRespReceived
Last command or response received.
uchLastCmdRespTransmitted
Last command or response sent.
uchPrimaryState
Link primary state.
uchSecondaryState
Link secondary state.
uchSendStateVariable
Send state variable.
uchReceiveStateVariable
Receive state variable.
uchLastNr
Last received NR.
cbLanHeader
Length of the network header used in station transmissions.
auchLanHeader
Network header used in station transmissions.

Requirements

  Windows NT/2000: Requires Windows NT 3.1 or later.
  Windows 95/98: Requires Windows 95 or later.
  Header: Declared in Dlcapi.h.

See Also

The DLC Interface Overview, DLC Structures, AcsLan, LLC_DLC_LOG_BUFFER