You are here: Start » Filter Groups » OPCUAClient_ReadValue
OPCUAClient_ReadValue
Description
Reads a value of a variable node from a OPC UA server
Filters in this group
| Icon | Name | Filter Name | Description |
|---|---|---|---|
| Bool | OPCUAClient_ReadBoolValue | Reads a Boolean value of a variable node from a OPC UA server. |
|
| Integer | OPCUAClient_ReadIntegerValue | Reads an up to 32bit Integer compatible value of a variable node from a OPC UA server. |
|
| Long | OPCUAClient_ReadLongValue | Reads an up to 64bit Integer compatible value of a variable node from a OPC UA server. |
|
| Real | OPCUAClient_ReadRealValue | Reads a Float compatible value of a variable node from a OPC UA server. |
|
| Double | OPCUAClient_ReadDoubleValue | Reads a Double compatible value of a variable node from a OPC UA server. |
|
| String | OPCUAClient_ReadStringValue | Reads a String compatible value of a variable node from a OPC UA server. |
|
| ByteBuffer | OPCUAClient_ReadByteBufferValue | Reads a ByteString compatible value of a variable node from a OPC UA server. |
|
| IntegerArray | OPCUAClient_ReadIntegerArrayValue | Reads an Integer compatible array value of a variable node from a OPC UA server. |
|
| RealArray | OPCUAClient_ReadRealArrayValue | Reads a Float compatible array value of a variable node from a OPC UA server. |
|
| StringArray | OPCUAClient_ReadStringArrayValue | Reads a String compatible array value of a variable node from a OPC UA server. |
