class

MinknowApi::MinionDevice::MinionDeviceService::Service

Inherits GRPC::Service < Reference < Object

Service is the generated abstract base class for server implementations. Subclass it and implement each RPC method, then register with GRPC::Server#handle.

Instance methods

change_settings(request : ChangeSettingsRequest, ctx : GRPC::ServerContext) : ChangeSettingsResponse
Source
dispatch(method : String, body : Bytes, ctx : GRPC::ServerContext) : Tuple(Bytes, GRPC::Status)

dispatch routes an incoming unary RPC call to the correct method implementation. Returns {response_body : Bytes, status : Status}.

Source
get_fan_speed(request : GetFanSpeedRequest, ctx : GRPC::ServerContext) : GetFanSpeedResponse
Source
get_settings(request : GetSettingsRequest, ctx : GRPC::ServerContext) : GetSettingsResponse
Source
service_full_name

service_full_name returns the full gRPC service name (e.g. "helloworld.Greeter").

Source