IP*Works! 2016 PHP Edition
IP*Works! 2016 PHP Edition
Questions / Feedback?

Loopback Property

Enables or disables loopback of data sent to the multicast group.

Object Oriented Interface

public function getLoopback();
public function setLoopback($value);

Procedural Interface

ipworks_mcast_get($res, 6 );
ipworks_mcast_set($res, 6, $value );

Default Value

true

Remarks

This property enables or disables loopback of data sent to the multicast group. Setting this property to False disables loopback of data sent through the class (normally loopback is enabled). This property is directly related to the IP_MULTICAST_LOOP socket option.

This property is not available at design time.

Data Type

Boolean

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 PHP Edition - Version 16.0 [Build 7353]