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

Set transmit fetch delta.
Set the number of 32 nanoseconds units to subtract from the launch time to begin packet fetch.

   
HPESTATUS mhpeSetTransmitFetchDelta(
    MPEHANDLE   ephandle,
uint32_t ns_offset
);

Parameters

ephandle
A handle for a TX endpoint.
ns_delta
Nanoseconds offset from the launch time to begin packet pre-fetch. Valid values are 0 to (65535 * 32) in 32 nanosecond increments.

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