port_id_pb2
Generated protocol buffer code.
Classes:
-
PortId–A unique identifier for a PTP port on a given clock.
PortId
PortId(
*,
clock_id: ClockId | None = ...,
port_number: int = ...,
ptp_domain: int = ...
)
Bases: Message
A unique identifier for a PTP port on a given clock.
A port is uniquely identified by its clock, port number and the PTP domain it operates in.
The clock ID is subject to aliasing and alias resolution via ClockAliasUpdates.
Returned by:
- API Reference
Methods:
-
clock_id–The clock ID of the clock the port belongs to
Attributes:
-
port_number(int) –The number of the port on the clock
-
ptp_domain(int) –The PTP domain the port belongs to