Uses of Class
org.eclipse.milo.opcua.stack.core.types.structured.HistoryReadResult
Packages that use HistoryReadResult
-
Uses of HistoryReadResult in org.eclipse.milo.opcua.stack.core.types.structured
Methods in org.eclipse.milo.opcua.stack.core.types.structured that return HistoryReadResultModifier and TypeMethodDescriptionHistoryReadResult.Codec.decodeType(EncodingContext context, UaDecoder decoder) HistoryReadResult @Nullable []HistoryReadResponse.getResults()Methods in org.eclipse.milo.opcua.stack.core.types.structured that return types with arguments of type HistoryReadResultMethods in org.eclipse.milo.opcua.stack.core.types.structured with parameters of type HistoryReadResultModifier and TypeMethodDescriptionvoidHistoryReadResult.Codec.encodeType(EncodingContext context, UaEncoder encoder, HistoryReadResult value) Constructors in org.eclipse.milo.opcua.stack.core.types.structured with parameters of type HistoryReadResultModifierConstructorDescriptionHistoryReadResponse(ResponseHeader responseHeader, HistoryReadResult @Nullable [] results, DiagnosticInfo @Nullable [] diagnosticInfos)