Server:TCP/IP Access List Property

Inherits from Application Properties.

List that describes which TCP/IP addresses of remote clients may access the VI server. Each element in the array should start with '+' to allow access, or with '-' to deny access. For example, the array with the elements ['+*.site.com', '-private.site.com'] allows access for all hosts in the site.com domain, with the exception of private.site.com. This property is available only on local versions LabVIEW.

The following table lists the flags for this property.

Is settable when the VI is runningN/A
Requires the block diagram to be loadedN/A
Is available on local LabVIEW onlyYes
Requires the front panel to be loadedN/A
Must wait until user interface is idleN/A
Is available with control VIsN/A
Is available with global VIsN/A
Is available with strict type definitionsN/A
Is available with polymorphic VIsN/A
Available in Run-Time EngineYes (Read/Write)
PermissionsRead/Write