Open topic with navigation
<viz:net>.removePort
Tell Vizard to ignore network data on the given port
<viz:net>.removePort( |
|
port |
) |
|
Remarks
This command will remove the port from Vizards list of network ports. Any data that comes in on this port will not be captured by Vizard.
Return Value
None
Example
#Ignore data on the default port
viz.net.removePort(viz.NETWORK_PORT)
See also