Prev Next
The LLC_DIRECT_LOG structure represents the direct interface log.
Specify this structure in the LLC_DIR_READ_LOG_BUFFER
structure.
typedef struct {
ULONG cTransmittedFrames;
ULONG cReceivedFrames;
ULONG cDiscardedFrames;
ULONG cDataLost;
USHORT cBuffersAvailable;
} LLC_DIRECT_LOG, *PLLC_DIRECT_LOG;
Members
-
cTransmittedFrames
-
Number of frames transmitted.
-
cReceivedFrames
-
Number of frames received.
-
cDiscardedFrames
-
Number of frames discarded (there was no LLC_RECEIVE command).
-
cDataLost
-
Number of times data was lost.
-
cBuffersAvailable
-
Number of buffers available in the SAP buffer pool.
See Also
AcsLan, LLC_DIR_READ_LOG_BUFFER