Uses of Class
org.apache.plc4x.java.opcua.readwrite.DataValue
-
Packages that use DataValue Package Description org.apache.plc4x.java.opcua.protocol org.apache.plc4x.java.opcua.readwrite -
-
Uses of DataValue in org.apache.plc4x.java.opcua.protocol
Method parameters in org.apache.plc4x.java.opcua.protocol with type arguments of type DataValue Modifier and Type Method Description Map<String,ResponseItem<PlcValue>>OpcuaProtocolLogic. readResponse(LinkedHashSet<String> tagNames, List<DataValue> results) -
Uses of DataValue in org.apache.plc4x.java.opcua.readwrite
Fields in org.apache.plc4x.java.opcua.readwrite declared as DataValue Modifier and Type Field Description protected DataValueMonitoredItemNotification. valueprotected DataValueWriteValue. valueFields in org.apache.plc4x.java.opcua.readwrite with type parameters of type DataValue Modifier and Type Field Description protected List<DataValue>HistoryData. dataValuesprotected List<DataValue>ReadResponse. resultsprotected List<DataValue>VariantDataValue. valueMethods in org.apache.plc4x.java.opcua.readwrite that return DataValue Modifier and Type Method Description DataValueMonitoredItemNotification. getValue()DataValueWriteValue. getValue()static DataValueDataValue. staticParse(ReadBuffer readBuffer)static DataValueDataValue. staticParse(ReadBuffer readBuffer, Object... args)Methods in org.apache.plc4x.java.opcua.readwrite that return types with arguments of type DataValue Modifier and Type Method Description List<DataValue>HistoryData. getDataValues()List<DataValue>ReadResponse. getResults()List<DataValue>VariantDataValue. getValue()Constructors in org.apache.plc4x.java.opcua.readwrite with parameters of type DataValue Constructor Description MonitoredItemNotification(long clientHandle, DataValue value)MonitoredItemNotificationBuilderImpl(long clientHandle, DataValue value)WriteValue(NodeId nodeId, long attributeId, PascalString indexRange, DataValue value)WriteValueBuilderImpl(NodeId nodeId, long attributeId, PascalString indexRange, DataValue value)Constructor parameters in org.apache.plc4x.java.opcua.readwrite with type arguments of type DataValue Constructor Description HistoryData(int noOfDataValues, List<DataValue> dataValues)HistoryDataBuilderImpl(int noOfDataValues, List<DataValue> dataValues)ReadResponse(ExtensionObjectDefinition responseHeader, int noOfResults, List<DataValue> results, int noOfDiagnosticInfos, List<DiagnosticInfo> diagnosticInfos)ReadResponseBuilderImpl(ExtensionObjectDefinition responseHeader, int noOfResults, List<DataValue> results, int noOfDiagnosticInfos, List<DiagnosticInfo> diagnosticInfos)VariantDataValueBuilderImpl(Integer arrayLength, List<DataValue> value)
-