Skip to content

ptp_parent_update_pb2

Generated protocol buffer code.

Classes:

PtpParentUpdate

PtpParentUpdate(
    *,
    clock_id: ClockId | None = ...,
    parent: PortId | None = ...
)

Bases: Message

An update reporting the parent PTP port of a clock.

Methods:

  • clock_id

    The ID of the clock

  • parent

    The ID of the parent PTP port

clock_id

clock_id() -> ClockId

The ID of the clock

parent

parent() -> PortId

The ID of the parent PTP port