Vizard 7 » Command Index » Vizard modules » viz » <viz:net>.removePort
7.6

<viz:net>.removePort

Tell Vizard to ignore network data on the given port

<viz:net>.removePort(  
port  
)  
port
A valid port number

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

<viz:net>.addPort
<network>.port