Prev Next
The LLC_NEXT_BUFFER structure represents a buffer for received data.
Specify this structure in the LLC_BUFFER
structure.
typedef struct {
PLLC_BUFFER pNextBuffer;
USHORT cbFrame;
USHORT cbBuffer;
USHORT offUserData;
USHORT cbUserData;
} LLC_NEXT_BUFFER;
Members
-
pNextBuffer
-
Specifies the address of an LLC_BUFFER
structure representing the next buffer in the frame.
-
cbFrame
-
Length of the entire frame received.
-
cbBuffer
-
Length of the segment.
-
offUserData
-
Offset of data from the header.
-
cbUserData
-
Length of the data.
See Also
AcsLan, LLC_BUFFER