Documentation
¶
Index ¶
- type WifiRttManagerServer
- func (s *WifiRttManagerServer) GetRttCharacteristics(_ context.Context, req *pb.GetRttCharacteristicsRequest) (*pb.GetRttCharacteristicsResponse, error)
- func (s *WifiRttManagerServer) IsAvailable(_ context.Context, req *pb.IsAvailableRequest) (*pb.IsAvailableResponse, error)
- func (s *WifiRttManagerServer) StartRanging(_ context.Context, req *pb.StartRangingRequest) (*pb.StartRangingResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WifiRttManagerServer ¶
type WifiRttManagerServer struct {
pb.UnimplementedWifiRttManagerServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
WifiRttManagerServer implements pb.WifiRttManagerServiceServer.
func (*WifiRttManagerServer) GetRttCharacteristics ¶
func (s *WifiRttManagerServer) GetRttCharacteristics(_ context.Context, req *pb.GetRttCharacteristicsRequest) (*pb.GetRttCharacteristicsResponse, error)
func (*WifiRttManagerServer) IsAvailable ¶
func (s *WifiRttManagerServer) IsAvailable(_ context.Context, req *pb.IsAvailableRequest) (*pb.IsAvailableResponse, error)
func (*WifiRttManagerServer) StartRanging ¶
func (s *WifiRttManagerServer) StartRanging(_ context.Context, req *pb.StartRangingRequest) (*pb.StartRangingResponse, error)
Click to show internal directories.
Click to hide internal directories.