ProtocolListeners
- class mtf.network_port.channels.ethernet_channel.ProtocolListeners
Centralizes the creation and access to the various listeners needed to monitor and manage different protocols and services on a specific network channel
- __init__(channel_name: str)
- property arp_listener: ArpListener
Creates an instance of ArpListener Return:
ArpListener
- property dhcp_listener: DhcpListener
Creates an instance of DhcpListener Return:
DhcpListener
- property igmp_listener: IgmpListener
Creates an instance of IgmpListener Return:
IgmpListener
- property nm_listener: EthNmController
Creates an instance of EthNmController Return:
EthNmController
- property ptp_listener: PtpListener
Creates an instance of PtpListener Return:
PtpListener
- property someip_listener: SomeipListener
Creates an instance of SomeipListener Return:
SomeipListener
- property doip_listener: DoipListener
Creates an instance of DoipListener Return:
DoipListener
- property someip_sd_listener: SomeipSDWatcher
Creates an instance of SomeipSDWatcher Return:
SomeipSDWatcher
- property eth_listener: EthBusListener
Creates an instance of EthBusListener Return:
EthBusListener