| Package | Description |
|---|---|
| org.eclipse.milo.opcua.stack.core.serialization | |
| org.eclipse.milo.opcua.stack.core.types.builtin | |
| org.eclipse.milo.opcua.stack.core.types.structured |
| Modifier and Type | Method and Description |
|---|---|
DataValue |
OpcUaBinaryStreamDecoder.readDataValue() |
DataValue |
UaDecoder.readDataValue(String field) |
DataValue |
OpcUaXmlStreamDecoder.readDataValue(String field) |
DataValue |
OpcUaBinaryStreamDecoder.readDataValue(String field) |
DataValue[] |
UaDecoder.readDataValueArray(String field) |
DataValue[] |
OpcUaXmlStreamDecoder.readDataValueArray(String field) |
DataValue[] |
OpcUaBinaryStreamDecoder.readDataValueArray(String field) |
| Modifier and Type | Method and Description |
|---|---|
void |
OpcUaBinaryStreamEncoder.writeDataValue(DataValue value) |
void |
UaEncoder.writeDataValue(String field,
DataValue value) |
void |
OpcUaXmlStreamEncoder.writeDataValue(String field,
DataValue value) |
void |
OpcUaBinaryStreamEncoder.writeDataValue(String field,
DataValue value) |
void |
UaEncoder.writeDataValueArray(String field,
DataValue[] value) |
void |
OpcUaXmlStreamEncoder.writeDataValueArray(String field,
DataValue[] value) |
void |
OpcUaBinaryStreamEncoder.writeDataValueArray(String field,
DataValue[] value) |
| Modifier and Type | Method and Description |
|---|---|
DataValue |
DataValue.Builder.build() |
DataValue |
DataValue.copy(Consumer<DataValue.Builder> c) |
static DataValue |
DataValue.derivedNonValue(DataValue from,
TimestampsToReturn timestamps)
|
static DataValue |
DataValue.derivedValue(DataValue from,
TimestampsToReturn timestamps)
|
static DataValue |
DataValue.valueOnly(Variant v)
Create a
DataValue containing *only* the Variant. |
DataValue |
DataValue.withServerTime(@Nullable DateTime serverTime) |
DataValue |
DataValue.withSourceTime(@Nullable DateTime sourceTime) |
DataValue |
DataValue.withStatus(StatusCode status) |
| Modifier and Type | Method and Description |
|---|---|
static DataValue |
DataValue.derivedNonValue(DataValue from,
TimestampsToReturn timestamps)
|
static DataValue |
DataValue.derivedValue(DataValue from,
TimestampsToReturn timestamps)
|
| Constructor and Description |
|---|
Builder(DataValue other) |
| Modifier and Type | Method and Description |
|---|---|
DataValue[] |
HistoryData.getDataValues() |
DataValue[] |
ReadResponse.getResults() |
DataValue[] |
UpdateStructureDataDetails.getUpdateValues() |
DataValue[] |
UpdateDataDetails.getUpdateValues() |
DataValue |
WriteValue.getValue() |
DataValue |
MonitoredItemNotification.getValue() |
| Constructor and Description |
|---|
HistoryData(DataValue[] dataValues) |
HistoryModifiedData(DataValue[] dataValues,
ModificationInfo[] modificationInfos) |
MonitoredItemNotification(UInteger clientHandle,
DataValue value) |
ReadResponse(ResponseHeader responseHeader,
DataValue[] results,
DiagnosticInfo[] diagnosticInfos) |
UpdateDataDetails(NodeId nodeId,
PerformUpdateType performInsertReplace,
DataValue[] updateValues) |
UpdateStructureDataDetails(NodeId nodeId,
PerformUpdateType performInsertReplace,
DataValue[] updateValues) |
WriteValue(NodeId nodeId,
UInteger attributeId,
String indexRange,
DataValue value) |
Copyright © 2025. All rights reserved.