Active Property
Enables or disables sending and receiving data.
Object Oriented Interface
public function getActive(); public function setActive($value);
Procedural Interface
ipworks_mcast_get($res, 2 ); ipworks_mcast_set($res, 2, $value );
Default Value
false
Remarks
This property enables or disables sending and receiving data. Setting this property to True makes MCast create a communication endpoint (socket) which can be used for sending and receiving UDP datagrams. Setting this property to False destroys the socket and disables data communications.
This property is not available at design time.
Data Type
Boolean