OPCUAClient_WriteIntegerArrayValue


Writes an array of Integer values to a variable node in a OPC UA server.

Syntax

C++
Python
 
def OPCUAClient_WriteIntegerArrayValue(
	inNodeId: OpcUaNodeId,
	inValue: list[int] | None,
	/,
	*,
	inConnectionId: int = 0,
	inStatus: int = 0
)
-> None

Parameters

Name Type Range Default Description
Input value inConnectionId int 0 - 99 0 Slot id of the open connection to the server
Input value inNodeId OpcUaNodeId Id of the variable node to write the value to
Input value inValue list[int] | None The value to write to the variable node
Input value inStatus int 0 OPC UA status code for the variable value