Searched defs:WmediumdService (Results 1 – 1 of 1) sorted by relevance
23 service WmediumdService { service24 rpc ListStations(google.protobuf.Empty) returns (ListStationsResponse) {}25 rpc LoadConfig(LoadConfigRequest) returns (google.protobuf.Empty) {}26 rpc ReloadConfig(google.protobuf.Empty) returns (google.protobuf.Empty) {}27 rpc SetCivicloc(SetCiviclocRequest) returns (google.protobuf.Empty) {}28 rpc SetLci(SetLciRequest) returns (google.protobuf.Empty) {}29 rpc SetPosition(SetPositionRequest) returns (google.protobuf.Empty) {}30 rpc SetSnr(SetSnrRequest) returns (google.protobuf.Empty) {}31 rpc SetTxpower(SetTxpowerRequest) returns (google.protobuf.Empty) {}32 rpc StartPcap(StartPcapRequest) returns (google.protobuf.Empty) {}[all …]