Skip to content

ptp4l_port_status_message_pb2

Generated protocol buffer code.

Classes:

  • Ptp4lPortStatusMessage

    A log message from a PTP4L instance that expresses a warning or an error on a given port.

Ptp4lPortStatusMessage

Ptp4lPortStatusMessage(
    *,
    port_id: PortId | None = ...,
    warning: Warning | None = ...,
    error: Error | None = ...
)

Bases: Message

A log message from a PTP4L instance that expresses a warning or an error on a given port.

Methods:

  • error

    The error message

  • port_id

    The ID of the affected port

  • warning

    The warning message

error

error() -> Error

The error message

port_id

port_id() -> PortId

The ID of the affected port

warning

warning() -> Warning

The warning message