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

Set transmit time offset.

   
HPESTATUS mhpeSetTransmitTimeOffset(
    MPEHANDLE   ephandle,
uint32_t ns_offset
);

Parameters

ephandle
A handle for a TX endpoint.
ns_offset
The time offset is nanoseconds.

Return Values

A HPESTATUS value indicating the success or failure of the operation.

Status

E_OK
The operation completed successfully.
E_EXIST
The handle given is not a valid transmit endpoint handle.
E_LIMIT
Either of the parameters queue_index or priority is too large.

Requirements

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