INtime SDK Help
MHPEBUFFERstructure
INtime SDK v7.1 > About INtime > Networking and I/O > Multiprocess HPE > MHPEBUFFERstructure

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;

Requirements

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