flexPTP 1.0
An IEEE 1588 PTP implementation designed for microcontrollers
Loading...
Searching...
No Matches
PtpProfileTlvElement Struct Reference

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.
 

Detailed Description

PTP profile additional data list element.

Definition at line 311 of file ptp_types.h.

Field Documentation

◆ data

const void* data

Pointer to the data block.

Definition at line 312 of file ptp_types.h.

◆ msgType

PtpMessageType msgType

Message type into which this extension should be inserted.

Definition at line 314 of file ptp_types.h.

◆ next

struct _PtpProfileAdditionalData* next

Pointer to the next element of the list.

Definition at line 315 of file ptp_types.h.

◆ size

uint16_t size

Size of the data block.

Definition at line 313 of file ptp_types.h.


The documentation for this struct was generated from the following file: