Struct chirpstack_api::geo::geolocation_server_service_client::GeolocationServerServiceClient [−][src]
pub struct GeolocationServerServiceClient<T> { /* fields omitted */ }Expand description
GeolocationServerService implements a geolocation-server service.
Implementations
impl<T> GeolocationServerServiceClient<T> where
T: GrpcService<BoxBody>,
T::ResponseBody: Body + HttpBody + Send + 'static,
T::Error: Into<StdError>,
<T::ResponseBody as HttpBody>::Error: Into<StdError> + Send, [src]
impl<T> GeolocationServerServiceClient<T> where
T: GrpcService<BoxBody>,
T::ResponseBody: Body + HttpBody + Send + 'static,
T::Error: Into<StdError>,
<T::ResponseBody as HttpBody>::Error: Into<StdError> + Send, [src]pub async fn resolve_tdoa(
&mut self,
request: impl IntoRequest<ResolveTdoaRequest>
) -> Result<Response<ResolveTdoaResponse>, Status>[src]
pub async fn resolve_tdoa(
&mut self,
request: impl IntoRequest<ResolveTdoaRequest>
) -> Result<Response<ResolveTdoaResponse>, Status>[src]ResolveTDOA resolves the location based on TDOA.
pub async fn resolve_multi_frame_tdoa(
&mut self,
request: impl IntoRequest<ResolveMultiFrameTdoaRequest>
) -> Result<Response<ResolveMultiFrameTdoaResponse>, Status>[src]
pub async fn resolve_multi_frame_tdoa(
&mut self,
request: impl IntoRequest<ResolveMultiFrameTdoaRequest>
) -> Result<Response<ResolveMultiFrameTdoaResponse>, Status>[src]ResolveMultiFrameTDOA resolves the location using TDOA, based on multiple frames.
Trait Implementations
Auto Trait Implementations
impl<T> !RefUnwindSafe for GeolocationServerServiceClient<T>impl<T> Send for GeolocationServerServiceClient<T> where
T: Send, impl<T> Sync for GeolocationServerServiceClient<T> where
T: Sync, impl<T> Unpin for GeolocationServerServiceClient<T> where
T: Unpin, impl<T> !UnwindSafe for GeolocationServerServiceClient<T>Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
Wrap the input message T in a tonic::Request
pub fn vzip(self) -> VAttaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more