IMessageManager

Summary

Represents a message manager object.

Methods
Properties

Structure

class IMessageManager
start_arp_listener()

Starts ARP listener.

start_icmp_listener()

Starts the ICMP listener.

start_icmpv6_listener()

Starts the ICMPv6 listener.

start_listen() bool

Attempts to start listening process.

Returns

True if operation was successful, False otherwise.

Return type

bool

stop_arp_listener()

Stops the ARP listener.

stop_icmp_listener()

Stop ICMP listener.

stop_icmpv6_listener()

Stop ICMPv6 listener.

stop_listen() bool

Attempts to stop listening process.

Returns

True if operation was successful, False otherwise.

Return type

bool

ecu_node

The ECU node of the message manager.

Type

EcuNodeEthernet