Uses of Class
org.eclipse.milo.opcua.stack.core.types.structured.ActionMethodDataType
Packages that use ActionMethodDataType
-
Uses of ActionMethodDataType in org.eclipse.milo.opcua.stack.core.types.structured
Methods in org.eclipse.milo.opcua.stack.core.types.structured that return ActionMethodDataTypeModifier and TypeMethodDescriptionActionMethodDataType.Codec.decodeType(EncodingContext context, UaDecoder decoder) ActionMethodDataType @Nullable []JsonActionMetaDataMessage.getActionMethods()ActionMethodDataType @Nullable []PublishedActionMethodDataType.getActionMethods()Methods in org.eclipse.milo.opcua.stack.core.types.structured that return types with arguments of type ActionMethodDataTypeMethods in org.eclipse.milo.opcua.stack.core.types.structured with parameters of type ActionMethodDataTypeModifier and TypeMethodDescriptionvoidActionMethodDataType.Codec.encodeType(EncodingContext context, UaEncoder encoder, ActionMethodDataType value) Constructors in org.eclipse.milo.opcua.stack.core.types.structured with parameters of type ActionMethodDataTypeModifierConstructorDescriptionJsonActionMetaDataMessage(@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) PublishedActionMethodDataType(DataSetMetaDataType requestDataSetMetaData, ActionTargetDataType @Nullable [] actionTargets, ActionMethodDataType @Nullable [] actionMethods)