Remote Panel:Close Connection To Client Method

Short Name: RP.Close Connection To Client

Requires: Full Development System

Class: VI Methods

To Use: Create a method.

Closes a remote front panel connection to a client.

This method can return networking error codes.

Example

Parameters

Data typeNameRequiredDescription
Client AddressYesIP address or computer name of the client whose connection you want to close.
Client PortYesPort that the Web Server on the client computer uses.

Remarks

The following table lists the characteristics of this method.

Data typeNo return value
Available in Run-Time EngineYes (Read/Write)
Available in Real-Time Operating SystemYes
Settable when the VI is runningYes
Loads the front panel into memoryNo
Need to authenticate before useNo
Loads the block diagram into memoryNo
Remote access allowedNo
Must wait until user interface is idleNo
Available with control VIsNo
Available with global VIsNo
Available with strict type definitionsNo
Available with polymorphic VIsNo

Example

Refer to the Remote Panel Methods.lvproj in the labview\examples\Data Communication\Remote Panels directory for an example of using the Remote Panel:Close Connection To Client method.

 Open example  Find related examples