Uses of Class
org.eclipse.milo.opcua.stack.core.types.structured.CallMethodRequest
Packages that use CallMethodRequest
-
Uses of CallMethodRequest in org.eclipse.milo.opcua.stack.core.types.structured
Methods in org.eclipse.milo.opcua.stack.core.types.structured that return CallMethodRequestModifier and TypeMethodDescriptionCallMethodRequest.Codec.decodeType(EncodingContext context, UaDecoder decoder) CallMethodRequest @Nullable []CallRequest.getMethodsToCall()Methods in org.eclipse.milo.opcua.stack.core.types.structured that return types with arguments of type CallMethodRequestMethods in org.eclipse.milo.opcua.stack.core.types.structured with parameters of type CallMethodRequestModifier and TypeMethodDescriptionvoidCallMethodRequest.Codec.encodeType(EncodingContext context, UaEncoder encoder, CallMethodRequest value) Constructors in org.eclipse.milo.opcua.stack.core.types.structured with parameters of type CallMethodRequestModifierConstructorDescriptionCallRequest(RequestHeader requestHeader, CallMethodRequest @Nullable [] methodsToCall)