receive_interface Property

The interface with which to receive multicast packets. If empty, default is used.

Syntax

def get_receive_interface() -> str: ...
def set_receive_interface(value: str) -> None: ...

receive_interface = property(get_receive_interface, set_receive_interface)

Default Value

""

Remarks

This property is useful when there is more than one network interface, and the one used for receiving multicast datagrams is not the default. If you wish to set an interface other than the system default, provide the IP address of the interface to be set.

This property is used together with the multicast_group property to join one or more multicast groups. The joining is done after the class is activated by assigning proper values to multicast_group.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 Python Edition - Version 20.0 [Build 8307]