Open topic with navigation
<viz>.addNetwork
Create a network object for sending data to a remote address
| <viz>.addNetwork( |
|
| address |
| broadcast = False |
| ) |
|
address
Name or IP address of a computer
broadcast = False
Controls whether the network object will broadcast messages over the subnet specified by the address string (i.e. 255.255.255.255)
Remarks
A network object allows sending messages to other computers.
Return Value
<network> object
See also