port_identity Structure
This structure defines port_Identity for gPTP
typedef struct __declspec (align(1))
{
uint64_t clock_identity;
uint16_t port_number;
}port_identity;
Remarks
Item
Description
clock_identity
clockIdentity attribute is defined in 7.5.2.2 of IEEE Std 1588-2019
port_number
portNumber represents the PTP ports on the network.
Last updated