VICInfo

(Engine-Level Function)

Description: Provides information about the VTScada Internet Clients connected to the machine where this code is run.
Returns: Array - see comments
Usage: Script only.
Function Groups: VTScada Internet Client
Related to: VICMessage
Format: VICInfo()
Parameters: None
Comments: The return value of VICInfo is an array of information. Each row [leftmost subscript] contains the information for one session, and each column within the row contains the fields of session information, as follows:

[n][0]   Object value of the root (BrowserClient) module instance for this session.

[n][1]   VIC process session ID [a 16-byte binary GUID]. This is guaranteed to be unique per VIC process. i.e. two sessions from the same VIC process will have the same VIC instance ID.

[n][2]    IP of the remote computer, from the server's point of view [note this may be the IP of a gateway or proxy that the remote computer connects via].

[n][3]   Total bytes transmitted to the VIC in this session.

[n][4]   Total bytes received from the VIC in this session.

[n][5]   Approximate round trip time to the VIC, in milliseconds.

[n][6]   Uncompressed bytes transmitted to the VIC.

[n][7]   Session identifier for the connection to the server.