ReceiveInterface Property
The interface with which to receive multicast packets. If empty, default is used.
Object Oriented Interface
public function getReceiveInterface(); public function setReceiveInterface($value);
Procedural Interface
ipworks_mcast_get($res, 8 ); ipworks_mcast_set($res, 8, $value );
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 MulticastGroup property to join one or more multicast groups. The joining is done after the class is activated by assigning proper values to MulticastGroup.
This property is not available at design time.
Data Type
String