Uses of Class
org.eclipse.milo.opcua.stack.core.types.structured.ModificationInfo
Packages that use ModificationInfo
-
Uses of ModificationInfo in org.eclipse.milo.opcua.stack.core.types.structured
Methods in org.eclipse.milo.opcua.stack.core.types.structured that return ModificationInfoModifier and TypeMethodDescriptionModificationInfo.Codec.decodeType(EncodingContext context, UaDecoder decoder) ModificationInfo @Nullable []HistoryModifiedData.getModificationInfos()ModificationInfo @Nullable []HistoryModifiedEvent.getModificationInfos()Methods in org.eclipse.milo.opcua.stack.core.types.structured that return types with arguments of type ModificationInfoMethods in org.eclipse.milo.opcua.stack.core.types.structured with parameters of type ModificationInfoModifier and TypeMethodDescriptionvoidModificationInfo.Codec.encodeType(EncodingContext context, UaEncoder encoder, ModificationInfo value) Constructors in org.eclipse.milo.opcua.stack.core.types.structured with parameters of type ModificationInfoModifierConstructorDescriptionHistoryModifiedData(DataValue @Nullable [] dataValues, ModificationInfo @Nullable [] modificationInfos) HistoryModifiedEvent(HistoryEventFieldList @Nullable [] events, ModificationInfo @Nullable [] modificationInfos)