Open topic with navigation
<viz:net>.addPort
Tell Vizard to listen on the following port for network data
<viz:net>.addPort( |
|
port |
) |
|
Remarks
This command will add the port to the list of ports Vizard will listen to for network data. By default Vizard will listen on port viz.NETWORK_PORT
Return Value
None
Example
#Listen on port 5000 for network data
viz.net.addPort(5000)
See also