Uses of Class
org.eclipse.milo.opcua.stack.core.types.structured.ActionTargetDataType
Packages that use ActionTargetDataType
-
Uses of ActionTargetDataType in org.eclipse.milo.opcua.stack.core.types.structured
Methods in org.eclipse.milo.opcua.stack.core.types.structured that return ActionTargetDataTypeModifier and TypeMethodDescriptionActionTargetDataType.Codec.decodeType(EncodingContext context, UaDecoder decoder) ActionTargetDataType @Nullable []JsonActionMetaDataMessage.getActionTargets()ActionTargetDataType @Nullable []PublishedActionDataType.getActionTargets()Methods in org.eclipse.milo.opcua.stack.core.types.structured that return types with arguments of type ActionTargetDataTypeMethods in org.eclipse.milo.opcua.stack.core.types.structured with parameters of type ActionTargetDataTypeModifier and TypeMethodDescriptionvoidActionTargetDataType.Codec.encodeType(EncodingContext context, UaEncoder encoder, ActionTargetDataType value) Constructors in org.eclipse.milo.opcua.stack.core.types.structured with parameters of type ActionTargetDataTypeModifierConstructorDescriptionJsonActionMetaDataMessage(@Nullable String messageId, @Nullable String messageType, @Nullable String publisherId, UShort dataSetWriterId, @Nullable String dataSetWriterName, DateTime timestamp, ActionTargetDataType @Nullable [] actionTargets, DataSetMetaDataType request, DataSetMetaDataType response, ActionMethodDataType @Nullable [] actionMethods) PublishedActionDataType(DataSetMetaDataType requestDataSetMetaData, ActionTargetDataType @Nullable [] actionTargets) PublishedActionMethodDataType(DataSetMetaDataType requestDataSetMetaData, ActionTargetDataType @Nullable [] actionTargets, ActionMethodDataType @Nullable [] actionMethods)