Active Property
Enables or disables sending and receiving of data.
Syntax
public boolean getActive(); public void setActive(boolean active);
Remarks
Setting the Active property to True makes the bean create a communication endpoint (socket) which can be used for sending and receiving UDP datagrams. Setting it to False destroys the socket and disables data communications.
Default Value
False