class

MinknowApi::PebbleDevice::PebbleDeviceService::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_channel_settings(request : ChangeChannelSettingsRequest, ctx : GRPC::ServerContext) : ChangeChannelSettingsResponse
Source
change_device_settings(request : ChangeDeviceSettingsRequest, ctx : GRPC::ServerContext) : ChangeDeviceSettingsResponse
Source
change_research_only_settings(request : ChangeResearchOnlySettingsRequest, ctx : GRPC::ServerContext) : ChangeResearchOnlySettingsResponse
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_channel_settings(request : GetChannelSettingsRequest, ctx : GRPC::ServerContext) : GetChannelSettingsResponse
Source
get_device_settings(request : GetDeviceSettingsRequest, ctx : GRPC::ServerContext) : GetDeviceSettingsResponse
Source
service_full_name

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

Source