INtime SDK Help
HPETXBUFFER structure

Describes a single transmit buffer. A transmit buffer may consist of up to four fragments, which are concatenated when the frame is transmitted.

struct {
    DWORD context;
    DWORD fragment_count;
    HPEBUFFER fragments[4];
};

Requirements

Versions Defined in Include Link to
INtime 4.0 intime/rt/include/hpeif2.h hpeif2.h hpeif2.lib
See Also