Uses of Class
org.eclipse.milo.opcua.stack.core.types.structured.Argument
Packages that use Argument
-
Uses of Argument in org.eclipse.milo.opcua.stack.core.types.structured
Methods in org.eclipse.milo.opcua.stack.core.types.structured that return ArgumentModifier and TypeMethodDescriptionArgument.Codec.decodeType(EncodingContext context, UaDecoder decoder) Argument @Nullable []ProgramDiagnostic2DataType.getLastMethodInputArguments()Argument @Nullable []ProgramDiagnosticDataType.getLastMethodInputArguments()Argument @Nullable []ProgramDiagnostic2DataType.getLastMethodOutputArguments()Argument @Nullable []ProgramDiagnosticDataType.getLastMethodOutputArguments()Methods in org.eclipse.milo.opcua.stack.core.types.structured that return types with arguments of type ArgumentMethods in org.eclipse.milo.opcua.stack.core.types.structured with parameters of type ArgumentModifier and TypeMethodDescriptionvoidArgument.Codec.encodeType(EncodingContext context, UaEncoder encoder, Argument value) Constructors in org.eclipse.milo.opcua.stack.core.types.structured with parameters of type ArgumentModifierConstructorDescriptionProgramDiagnostic2DataType(NodeId createSessionId, @Nullable String createClientName, DateTime invocationCreationTime, DateTime lastTransitionTime, @Nullable String lastMethodCall, NodeId lastMethodSessionId, Argument @Nullable [] lastMethodInputArguments, Argument @Nullable [] lastMethodOutputArguments, Variant @Nullable [] lastMethodInputValues, Variant @Nullable [] lastMethodOutputValues, DateTime lastMethodCallTime, StatusCode lastMethodReturnStatus) ProgramDiagnosticDataType(NodeId createSessionId, @Nullable String createClientName, DateTime invocationCreationTime, DateTime lastTransitionTime, @Nullable String lastMethodCall, NodeId lastMethodSessionId, Argument @Nullable [] lastMethodInputArguments, Argument @Nullable [] lastMethodOutputArguments, DateTime lastMethodCallTime, StatusResult lastMethodReturnStatus)