Uses of Class
org.eclipse.milo.opcua.stack.core.types.structured.StatusResult
Packages that use StatusResult
-
Uses of StatusResult in org.eclipse.milo.opcua.stack.core.types.structured
Methods in org.eclipse.milo.opcua.stack.core.types.structured that return StatusResultModifier and TypeMethodDescriptionStatusResult.Codec.decodeType(EncodingContext context, UaDecoder decoder) ProgramDiagnosticDataType.getLastMethodReturnStatus()Methods in org.eclipse.milo.opcua.stack.core.types.structured that return types with arguments of type StatusResultMethods in org.eclipse.milo.opcua.stack.core.types.structured with parameters of type StatusResultModifier and TypeMethodDescriptionvoidStatusResult.Codec.encodeType(EncodingContext context, UaEncoder encoder, StatusResult value) Constructors in org.eclipse.milo.opcua.stack.core.types.structured with parameters of type StatusResultModifierConstructorDescriptionProgramDiagnosticDataType(NodeId createSessionId, @Nullable String createClientName, DateTime invocationCreationTime, DateTime lastTransitionTime, @Nullable String lastMethodCall, NodeId lastMethodSessionId, Argument @Nullable [] lastMethodInputArguments, Argument @Nullable [] lastMethodOutputArguments, DateTime lastMethodCallTime, StatusResult lastMethodReturnStatus)