PXE_CPB_TRANSMIT_FRAGMENTS

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Structs

Frag_
struct Frag_

Array of frame fragment descriptors. The first byte of the first fragment is also the first byte of the media header.

Variables

FragCnt
PXE_UINT16 FragCnt;

Number of packet fragment descriptors.

FragDesc
Frag_[MAX_XMIT_FRAGMENTS] FragDesc;
Undocumented in source.
FrameLen
PXE_UINT32 FrameLen;

Length of packet data in bytes (not including the media header).

MediaheaderLen
PXE_UINT16 MediaheaderLen;

Length of the media header in bytes.

Meta