| Package | Description |
|---|---|
| org.eclipse.milo.opcua.stack.core.types.enumerated | |
| org.eclipse.milo.opcua.stack.core.types.structured |
| Modifier and Type | Method and Description |
|---|---|
PerformUpdateType |
PerformUpdateType.Codec.decode(SerializationContext context,
UaDecoder decoder) |
static @Nullable PerformUpdateType |
PerformUpdateType.from(int value) |
static PerformUpdateType |
PerformUpdateType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PerformUpdateType[] |
PerformUpdateType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Class<PerformUpdateType> |
PerformUpdateType.Codec.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
PerformUpdateType.Codec.encode(SerializationContext context,
UaEncoder encoder,
PerformUpdateType value) |
| Modifier and Type | Method and Description |
|---|---|
PerformUpdateType |
UpdateStructureDataDetails.getPerformInsertReplace() |
PerformUpdateType |
UpdateEventDetails.getPerformInsertReplace() |
PerformUpdateType |
UpdateDataDetails.getPerformInsertReplace() |
| Constructor and Description |
|---|
UpdateDataDetails(NodeId nodeId,
PerformUpdateType performInsertReplace,
DataValue[] updateValues) |
UpdateEventDetails(NodeId nodeId,
PerformUpdateType performInsertReplace,
EventFilter filter,
HistoryEventFieldList[] eventData) |
UpdateStructureDataDetails(NodeId nodeId,
PerformUpdateType performInsertReplace,
DataValue[] updateValues) |
Copyright © 2025. All rights reserved.