![]() |
flexPTP 1.0
An IEEE 1588 PTP implementation designed for microcontrollers
|
PTP master messaging state structure. More...
#include <ptp_types.h>
Data Fields | |
uint16_t | syncSequenceID |
Sequence ID of the coming Sync. | |
uint16_t | announceSequenceID |
Sequence ID of the next Announce message. | |
PTP master messaging state structure.
Definition at line 398 of file ptp_types.h.
uint16_t announceSequenceID |
Sequence ID of the next Announce message.
Definition at line 400 of file ptp_types.h.
uint16_t syncSequenceID |
Sequence ID of the coming Sync.
Definition at line 399 of file ptp_types.h.