INtime SDK Help
HPETXSTREAMBUFFER structure

Describes a single transmit stream buffer. A transmit buffer may consist of up to four fragments, which are concatenated when the frame is transmitted. A stream buffer also contains a time at which the frame described by the buffer wil be transmitted.

typedef struct {
    DWORD launch_time;      // offset in nanoseconds from hpeSetTransmitTimeOffset
    DWORD context,          // user defined
    DWORD reserved[2];      // future use
    DWORD fragment_count;   // number of valid fragments
    HPEBUFFER fragments[4]; // the fragments
} HPETXSTREAMBUFFER;

Fields

launch_time
offset in nanoseconds from hpeSetTransmitTimeOffset
context
A user-defined value.
fragment_count
Number of valid fragments in the fragments field
fragments
An array of HPEBUFFERs each referring to a part of the frame described by the whole structure.

Requirements

Versions Defined in Include Link to
INtime 6.0 (HPE3) intime/rt/include/hpeif2.h hpeif2.h hpeif2.lib
See Also