Uses of Record Class
org.eclipse.milo.opcua.stack.core.types.builtin.DataValue
Packages that use DataValue
Package
Description
-
Uses of DataValue in org.eclipse.milo.opcua.stack.core.encoding
Methods in org.eclipse.milo.opcua.stack.core.encoding that return DataValueModifier and TypeMethodDescriptionUaDecoder.decodeDataValue(String field) DataValue @Nullable []UaDecoder.decodeDataValueArray(String field) Methods in org.eclipse.milo.opcua.stack.core.encoding with parameters of type DataValueModifier and TypeMethodDescriptionvoidUaEncoder.encodeDataValue(String field, DataValue value) voidUaEncoder.encodeDataValueArray(String field, DataValue[] value) -
Uses of DataValue in org.eclipse.milo.opcua.stack.core.encoding.binary
Methods in org.eclipse.milo.opcua.stack.core.encoding.binary that return DataValueModifier and TypeMethodDescriptionOpcUaBinaryDecoder.decodeDataValue()OpcUaBinaryDecoder.decodeDataValue(String field) OpcUaBinaryDecoder.decodeDataValueArray(String field) Methods in org.eclipse.milo.opcua.stack.core.encoding.binary with parameters of type DataValueModifier and TypeMethodDescriptionvoidOpcUaBinaryEncoder.encodeDataValue(String field, DataValue value) voidOpcUaBinaryEncoder.encodeDataValue(DataValue value) voidOpcUaBinaryEncoder.encodeDataValueArray(String field, DataValue[] value) -
Uses of DataValue in org.eclipse.milo.opcua.stack.core.types.builtin
Methods in org.eclipse.milo.opcua.stack.core.types.builtin that return DataValueModifier and TypeMethodDescriptionDataValue.Builder.build()DataValue.copy(Consumer<DataValue.Builder> c) static DataValueDataValue.derivedNonValue(DataValue from, TimestampsToReturn timestamps) static DataValueDataValue.derivedValue(DataValue from, TimestampsToReturn timestamps) static DataValueCreate aDataValuecontaining only a value.DataValue.withServerTime(@Nullable DateTime serverTime) DataValue.withSourceTime(@Nullable DateTime sourceTime) DataValue.withStatus(StatusCode status) Methods in org.eclipse.milo.opcua.stack.core.types.builtin with parameters of type DataValueModifier and TypeMethodDescriptionstatic DataValueDataValue.derivedNonValue(DataValue from, TimestampsToReturn timestamps) static DataValueDataValue.derivedValue(DataValue from, TimestampsToReturn timestamps) static MatrixMatrix.ofDataValue(DataValue[][] value) Create a Matrix containing a multidimensional DataValue value.static MatrixMatrix.ofDataValue(DataValue[][][] value) Create a Matrix containing a multidimensional DataValue value.static VariantVariant.ofDataValue(DataValue value) Create a Variant containing a DataValue value.static VariantVariant.ofDataValueArray(DataValue[] value) Create a Variant containing a DataValue array value.Constructors in org.eclipse.milo.opcua.stack.core.types.builtin with parameters of type DataValue -
Uses of DataValue in org.eclipse.milo.opcua.stack.core.types.structured
Methods in org.eclipse.milo.opcua.stack.core.types.structured that return DataValueModifier and TypeMethodDescriptionDataValue @Nullable []HistoryData.getDataValues()DataValue @Nullable []ReadResponse.getResults()DataValue @Nullable []UpdateDataDetails.getUpdateValues()DataValue @Nullable []UpdateStructureDataDetails.getUpdateValues()MonitoredItemNotification.getValue()WriteValue.getValue()Constructors in org.eclipse.milo.opcua.stack.core.types.structured with parameters of type DataValueModifierConstructorDescriptionHistoryData(DataValue @Nullable [] dataValues) HistoryModifiedData(DataValue @Nullable [] dataValues, ModificationInfo @Nullable [] modificationInfos) MonitoredItemNotification(UInteger clientHandle, DataValue value) ReadResponse(ResponseHeader responseHeader, DataValue @Nullable [] results, DiagnosticInfo @Nullable [] diagnosticInfos) UpdateDataDetails(NodeId nodeId, PerformUpdateType performInsertReplace, DataValue @Nullable [] updateValues) UpdateStructureDataDetails(NodeId nodeId, PerformUpdateType performInsertReplace, DataValue @Nullable [] updateValues) WriteValue(NodeId nodeId, UInteger attributeId, String indexRange, DataValue value)