| Modifier and Type | Method and Description |
|---|---|
DataValue.Builder |
DataValue.Builder.applyTimestamps(AttributeId attributeId,
TimestampsToReturn timestamps) |
static DataValue |
DataValue.derivedNonValue(DataValue from,
TimestampsToReturn timestamps)
|
static DataValue |
DataValue.derivedValue(DataValue from,
TimestampsToReturn timestamps)
|
| Modifier and Type | Method and Description |
|---|---|
TimestampsToReturn |
TimestampsToReturn.Codec.decode(SerializationContext context,
UaDecoder decoder) |
static @Nullable TimestampsToReturn |
TimestampsToReturn.from(int value) |
static TimestampsToReturn |
TimestampsToReturn.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TimestampsToReturn[] |
TimestampsToReturn.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Class<TimestampsToReturn> |
TimestampsToReturn.Codec.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
TimestampsToReturn.Codec.encode(SerializationContext context,
UaEncoder encoder,
TimestampsToReturn value) |
| Modifier and Type | Method and Description |
|---|---|
TimestampsToReturn |
ReadRequest.getTimestampsToReturn() |
TimestampsToReturn |
ModifyMonitoredItemsRequest.getTimestampsToReturn() |
TimestampsToReturn |
HistoryReadRequest.getTimestampsToReturn() |
TimestampsToReturn |
CreateMonitoredItemsRequest.getTimestampsToReturn() |
| Constructor and Description |
|---|
CreateMonitoredItemsRequest(RequestHeader requestHeader,
UInteger subscriptionId,
TimestampsToReturn timestampsToReturn,
MonitoredItemCreateRequest[] itemsToCreate) |
HistoryReadRequest(RequestHeader requestHeader,
ExtensionObject historyReadDetails,
TimestampsToReturn timestampsToReturn,
Boolean releaseContinuationPoints,
HistoryReadValueId[] nodesToRead) |
ModifyMonitoredItemsRequest(RequestHeader requestHeader,
UInteger subscriptionId,
TimestampsToReturn timestampsToReturn,
MonitoredItemModifyRequest[] itemsToModify) |
ReadRequest(RequestHeader requestHeader,
Double maxAge,
TimestampsToReturn timestampsToReturn,
ReadValueId[] nodesToRead) |
Copyright © 2025. All rights reserved.