SendInterface Property
The interface from which multicast packets are sent. If empty, default is used.
Object Oriented Interface
public function getSendInterface(); public function setSendInterface($value);
Procedural Interface
ipworks_mcast_get($res, 11 ); ipworks_mcast_set($res, 11, $value );
Default Value
''
Remarks
This property is useful when there is more than one network interface, and the one used for sending 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 not available at design time.
Data Type
String