![]() |
flexPTP 1.0
An IEEE 1588 PTP implementation designed for microcontrollers
|
PTP profile additional data list element. More...
#include <ptp_types.h>
Data Fields | |
const void * | data |
Pointer to the data block. | |
uint16_t | size |
Size of the data block. | |
PtpMessageType | msgType |
Message type into which this extension should be inserted. | |
struct _PtpProfileAdditionalData * | next |
Pointer to the next element of the list. | |
PTP profile additional data list element.
Definition at line 311 of file ptp_types.h.
const void* data |
Pointer to the data block.
Definition at line 312 of file ptp_types.h.
PtpMessageType msgType |
Message type into which this extension should be inserted.
Definition at line 314 of file ptp_types.h.
struct _PtpProfileAdditionalData* next |
Pointer to the next element of the list.
Definition at line 315 of file ptp_types.h.
uint16_t size |
Size of the data block.
Definition at line 313 of file ptp_types.h.