MHPE TX BUFFER definition
typedef struct {
    LPVOID ptr;                 // a pointer to the buffer
    uint32_t size;              // the size of the buffer in bytes
    uint32_t context;           // O/S context associated with this buffer
    uint32_t used;              // the number of bytes of data in the buffer
} MHPEBUFFER;
| Versions | Defined in | Include | Link to | 
|---|---|---|---|
| INtime 7.1 | intime/rt/include/mhpeif.h | mhpeif.h | mhpeif.lib |