Uses of Class
org.apache.plc4x.java.opcua.readwrite.DataValue
Packages that use DataValue
-
Uses of DataValue in org.apache.plc4x.java.opcua.protocol
Method parameters in org.apache.plc4x.java.opcua.protocol with type arguments of type DataValueModifier and TypeMethodDescriptionOpcuaProtocolLogic.readResponse(LinkedHashSet<String> fieldNames, List<DataValue> results) -
Uses of DataValue in org.apache.plc4x.java.opcua.readwrite
Fields in org.apache.plc4x.java.opcua.readwrite declared as DataValueModifier and TypeFieldDescriptionprotected final DataValueMonitoredItemNotification.valueprotected final DataValueWriteValue.valueFields in org.apache.plc4x.java.opcua.readwrite with type parameters of type DataValueModifier and TypeFieldDescriptionHistoryData.dataValuesReadResponse.resultsVariantDataValue.valueMethods in org.apache.plc4x.java.opcua.readwrite that return DataValueModifier and TypeMethodDescriptionMonitoredItemNotification.getValue()WriteValue.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 DataValueModifier and TypeMethodDescriptionHistoryData.getDataValues()ReadResponse.getResults()VariantDataValue.getValue()Constructors in org.apache.plc4x.java.opcua.readwrite with parameters of type DataValueModifierConstructorDescriptionMonitoredItemNotification(long clientHandle, DataValue value) MonitoredItemNotificationBuilder(long clientHandle, DataValue value) WriteValue(NodeId nodeId, long attributeId, PascalString indexRange, DataValue value) WriteValueBuilder(NodeId nodeId, long attributeId, PascalString indexRange, DataValue value) Constructor parameters in org.apache.plc4x.java.opcua.readwrite with type arguments of type DataValueModifierConstructorDescriptionHistoryData(int noOfDataValues, List<DataValue> dataValues) HistoryDataBuilder(int noOfDataValues, List<DataValue> dataValues) ReadResponse(ExtensionObjectDefinition responseHeader, int noOfResults, List<DataValue> results, int noOfDiagnosticInfos, List<DiagnosticInfo> diagnosticInfos) ReadResponseBuilder(ExtensionObjectDefinition responseHeader, int noOfResults, List<DataValue> results, int noOfDiagnosticInfos, List<DiagnosticInfo> diagnosticInfos) VariantDataValueBuilder(Integer arrayLength, List<DataValue> value)