Back to Aurora Vision Library Lite website

You are here: Start » System » OPC UA » OPCUAClient_Close

OPCUAClient_Close


Header: STD.h
Namespace: avl

Closes a connection with a OPC UA server.

Syntax

void avl::OPCUAClient_Close
(
	int inConnectionId
)

Parameters

Name Type Range Default Description
Input value inConnectionId int 0 - 99 0 Slot id of the connection to close

Description

This filter is used to close a connection with a OPC UA server previously open with the OPCUAClient_Connect filter.

The value on the inConnectionId input must correspond to the connection slot id specified in the connect filter.

This filter will not throw exceptions when the connection is not established or when there were any errors during the connection closing procedure.

See Also