INtime SDK Help
hpe1588GetRxTimestamp
INtime SDK v7 > About INtime > Networking and I/O > High-Performance Ethernet > hpe1588GetRxTimestamp

Retrieve the receive timestamp from the packet buffer.

HPESTATUS hpe1588GetRxTimestamp(
    HPEHANDLE devhandle, 
    void *pktbuf, 
    HPE_1588_TIMESTAMP *rxts
);

Parameters

devhandle
A handle value for the device.
pktbuf
A pointer to the raw packet buffer.
rxts
A pointer to an HPE_1588_TIMESTAMP structure to receive the timestamp.

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.
E_SUPPORT IEEE1588 functionality is not supported by the hardware interface.

Requirements

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