RTNAL_PTP_SET_TIMESTAMP_TYPE_ARGUMENTS

Structure RTNAL_PTP_SET_TIMESTAMP_TYPE_ARGUMENTS is a parameter for RtndIoctl to set the PTP Receive packet type to be timestamped. It is used with ioctls RTNAL_IOCTL_SET_RX_MESSAGE_TYPE_TO_TIMESTAMP and RTNAL_IOCTL_SET_TX_MESSAGE_TYPE_TO_TIMESTAMP.

Syntax

typedef enum RTNAL_PTP_SET_TIMESTAMP_TYPE_ARGUMENTS{	
	ULONG queueNumber;
	enum RTNAL_PTP_MESSAGE_TYPE messageType;
} RTNAL_PTP_SET_TIMESTAMP_TYPE_ARGUMENTS;

Fields

queueNumber

The device queue number.

messageType

The PTP message type to timestamp.

Requirements

Minimum Supported Version RTX64 4.0
Header rtnapi.h, RtNalApi.h
Library RtNal.lib