INtime SDK Help
hpeSetTransmitTimeOffset
INtime SDK v7.1 > About INtime > Networking and I/O > High-Performance Ethernet > hpeSetTransmitTimeOffset

Set the global offset to be added to the launch time.

HPESTATUS hpsSetTransmitTimeOffset(
    HPEHANDLE devhandle, 
    DWORD ns_offset
);

Parameters

devhandle
A handle value for the device.
ns_offset
The launch time offset in nanseconds. The bottom 5 bits are ignored.

Remarks

This call affects all streaming queues.

Return Values

A status value indicating the success or failure of the operation:

E_OK The operation completed successfully.
E_EXIST The handle given is not a handle for an open HPE interface.

Requirements

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