Uses of Class
org.eclipse.milo.opcua.stack.core.types.structured.HistoryEventFieldList
Packages that use HistoryEventFieldList
-
Uses of HistoryEventFieldList in org.eclipse.milo.opcua.stack.core.types.structured
Methods in org.eclipse.milo.opcua.stack.core.types.structured that return HistoryEventFieldListModifier and TypeMethodDescriptionHistoryEventFieldList.Codec.decodeType(EncodingContext context, UaDecoder decoder) HistoryEventFieldList @Nullable []UpdateEventDetails.getEventData()HistoryEventFieldList @Nullable []HistoryEvent.getEvents()Methods in org.eclipse.milo.opcua.stack.core.types.structured that return types with arguments of type HistoryEventFieldListMethods in org.eclipse.milo.opcua.stack.core.types.structured with parameters of type HistoryEventFieldListModifier and TypeMethodDescriptionvoidHistoryEventFieldList.Codec.encodeType(EncodingContext context, UaEncoder encoder, HistoryEventFieldList value) Constructors in org.eclipse.milo.opcua.stack.core.types.structured with parameters of type HistoryEventFieldListModifierConstructorDescriptionHistoryEvent(HistoryEventFieldList @Nullable [] events) HistoryModifiedEvent(HistoryEventFieldList @Nullable [] events, ModificationInfo @Nullable [] modificationInfos) UpdateEventDetails(NodeId nodeId, PerformUpdateType performInsertReplace, EventFilter filter, HistoryEventFieldList @Nullable [] eventData)