Versions in this module Expand all Collapse all v0 v0.0.6 Mar 29, 2026 Changes in this version + const AddressService_CreateRandomShortAddress_FullMethodName + const AddressService_DescribeContents_FullMethodName + const AddressService_Equals_FullMethodName + const AddressService_FromBytes_FullMethodName + const AddressService_GetAddressBytes_FullMethodName + const AddressService_HashCode_FullMethodName + const AddressService_ToString_FullMethodName + const AddressService_WriteToParcel_FullMethodName + const ComplexChannelBuilderService_Build_FullMethodName + const ComplexChannelBuilderService_SetChannel_FullMethodName + const ComplexChannelBuilderService_SetPreambleIndex_FullMethodName + const ComplexChannelService_DescribeContents_FullMethodName + const ComplexChannelService_Equals_FullMethodName + const ComplexChannelService_GetChannel_FullMethodName + const ComplexChannelService_GetPreambleIndex_FullMethodName + const ComplexChannelService_HashCode_FullMethodName + const ComplexChannelService_ToString_FullMethodName + const ComplexChannelService_WriteToParcel_FullMethodName + const RangingCapabilitiesService_DescribeContents_FullMethodName + const RangingCapabilitiesService_GetMinimumRangingInterval_FullMethodName + const RangingCapabilitiesService_GetSupportedChannels_FullMethodName + const RangingCapabilitiesService_GetSupportedConfigIds_FullMethodName + const RangingCapabilitiesService_GetSupportedNotificationConfigurations_FullMethodName + const RangingCapabilitiesService_GetSupportedPreambleIndexes_FullMethodName + const RangingCapabilitiesService_GetSupportedRangingUpdateRates_FullMethodName + const RangingCapabilitiesService_GetSupportedSlotDurations_FullMethodName + const RangingCapabilitiesService_IsAzimuthalAngleSupported_FullMethodName + const RangingCapabilitiesService_IsBackgroundRangingSupported_FullMethodName + const RangingCapabilitiesService_IsDistanceMeasurementSupported_FullMethodName + const RangingCapabilitiesService_IsElevationAngleSupported_FullMethodName + const RangingCapabilitiesService_IsRangingIntervalReconfigurationSupported_FullMethodName + const RangingCapabilitiesService_ToString_FullMethodName + const RangingCapabilitiesService_WriteToParcel_FullMethodName + const RangingParamsBuilderService_Build_FullMethodName + const RangingParamsBuilderService_SetComplexChannel_FullMethodName + const RangingParamsBuilderService_SetRangingUpdateRate_FullMethodName + const RangingParamsBuilderService_SetSessionKeyInfo_FullMethodName + const RangingParamsBuilderService_SetSlotDuration_FullMethodName + const RangingParamsBuilderService_SetSubSessionId_FullMethodName + const RangingParamsBuilderService_SetSubSessionKeyInfo_FullMethodName + const RangingParamsService_DescribeContents_FullMethodName + const RangingParamsService_Equals_FullMethodName + const RangingParamsService_GetComplexChannel_FullMethodName + const RangingParamsService_GetConfigId_FullMethodName + const RangingParamsService_GetDeviceAddress_FullMethodName + const RangingParamsService_GetPeerAddress_FullMethodName + const RangingParamsService_GetRangingUpdateRate_FullMethodName + const RangingParamsService_GetSessionId_FullMethodName + const RangingParamsService_GetSessionKeyInfo_FullMethodName + const RangingParamsService_GetSlotDuration_FullMethodName + const RangingParamsService_GetSubSessionId_FullMethodName + const RangingParamsService_GetSubSessionKeyInfo_FullMethodName + const RangingParamsService_HashCode_FullMethodName + const RangingParamsService_ToString_FullMethodName + const RangingParamsService_WriteToParcel_FullMethodName + var AddressService_ServiceDesc = grpc.ServiceDesc + var ComplexChannelBuilderService_ServiceDesc = grpc.ServiceDesc + var ComplexChannelService_ServiceDesc = grpc.ServiceDesc + var File_proto_uwb_uwb_proto protoreflect.FileDescriptor + var RangingCapabilitiesService_ServiceDesc = grpc.ServiceDesc + var RangingParamsBuilderService_ServiceDesc = grpc.ServiceDesc + var RangingParamsService_ServiceDesc = grpc.ServiceDesc + func RegisterAddressServiceServer(s grpc.ServiceRegistrar, srv AddressServiceServer) + func RegisterComplexChannelBuilderServiceServer(s grpc.ServiceRegistrar, srv ComplexChannelBuilderServiceServer) + func RegisterComplexChannelServiceServer(s grpc.ServiceRegistrar, srv ComplexChannelServiceServer) + func RegisterRangingCapabilitiesServiceServer(s grpc.ServiceRegistrar, srv RangingCapabilitiesServiceServer) + func RegisterRangingParamsBuilderServiceServer(s grpc.ServiceRegistrar, srv RangingParamsBuilderServiceServer) + func RegisterRangingParamsServiceServer(s grpc.ServiceRegistrar, srv RangingParamsServiceServer) + type AddressServiceClient interface + CreateRandomShortAddress func(ctx context.Context, in *CreateRandomShortAddressRequest, ...) (*CreateRandomShortAddressResponse, error) + DescribeContents func(ctx context.Context, in *DescribeContentsRequest, opts ...grpc.CallOption) (*DescribeContentsResponse, error) + Equals func(ctx context.Context, in *EqualsRequest, opts ...grpc.CallOption) (*EqualsResponse, error) + FromBytes func(ctx context.Context, in *FromBytesRequest, opts ...grpc.CallOption) (*FromBytesResponse, error) + GetAddressBytes func(ctx context.Context, in *GetAddressBytesRequest, opts ...grpc.CallOption) (*GetAddressBytesResponse, error) + HashCode func(ctx context.Context, in *HashCodeRequest, opts ...grpc.CallOption) (*HashCodeResponse, error) + ToString func(ctx context.Context, in *ToStringRequest, opts ...grpc.CallOption) (*ToStringResponse, error) + WriteToParcel func(ctx context.Context, in *WriteToParcelRequest, opts ...grpc.CallOption) (*WriteToParcelResponse, error) + func NewAddressServiceClient(cc grpc.ClientConnInterface) AddressServiceClient + type AddressServiceServer interface + CreateRandomShortAddress func(context.Context, *CreateRandomShortAddressRequest) (*CreateRandomShortAddressResponse, error) + DescribeContents func(context.Context, *DescribeContentsRequest) (*DescribeContentsResponse, error) + Equals func(context.Context, *EqualsRequest) (*EqualsResponse, error) + FromBytes func(context.Context, *FromBytesRequest) (*FromBytesResponse, error) + GetAddressBytes func(context.Context, *GetAddressBytesRequest) (*GetAddressBytesResponse, error) + HashCode func(context.Context, *HashCodeRequest) (*HashCodeResponse, error) + ToString func(context.Context, *ToStringRequest) (*ToStringResponse, error) + WriteToParcel func(context.Context, *WriteToParcelRequest) (*WriteToParcelResponse, error) + type BuildRequest struct + func (*BuildRequest) Descriptor() ([]byte, []int) + func (*BuildRequest) ProtoMessage() + func (x *BuildRequest) ProtoReflect() protoreflect.Message + func (x *BuildRequest) Reset() + func (x *BuildRequest) String() string + type BuildResponse struct + Result int64 + func (*BuildResponse) Descriptor() ([]byte, []int) + func (*BuildResponse) ProtoMessage() + func (x *BuildResponse) GetResult() int64 + func (x *BuildResponse) ProtoReflect() protoreflect.Message + func (x *BuildResponse) Reset() + func (x *BuildResponse) String() string + type ComplexChannelBuilderServiceClient interface + Build func(ctx context.Context, in *BuildRequest, opts ...grpc.CallOption) (*BuildResponse, error) + SetChannel func(ctx context.Context, in *SetChannelRequest, opts ...grpc.CallOption) (*SetChannelResponse, error) + SetPreambleIndex func(ctx context.Context, in *SetPreambleIndexRequest, opts ...grpc.CallOption) (*SetPreambleIndexResponse, error) + func NewComplexChannelBuilderServiceClient(cc grpc.ClientConnInterface) ComplexChannelBuilderServiceClient + type ComplexChannelBuilderServiceServer interface + Build func(context.Context, *BuildRequest) (*BuildResponse, error) + SetChannel func(context.Context, *SetChannelRequest) (*SetChannelResponse, error) + SetPreambleIndex func(context.Context, *SetPreambleIndexRequest) (*SetPreambleIndexResponse, error) + type ComplexChannelServiceClient interface + DescribeContents func(ctx context.Context, in *DescribeContentsRequest, opts ...grpc.CallOption) (*DescribeContentsResponse, error) + Equals func(ctx context.Context, in *EqualsRequest, opts ...grpc.CallOption) (*EqualsResponse, error) + GetChannel func(ctx context.Context, in *GetChannelRequest, opts ...grpc.CallOption) (*GetChannelResponse, error) + GetPreambleIndex func(ctx context.Context, in *GetPreambleIndexRequest, opts ...grpc.CallOption) (*GetPreambleIndexResponse, error) + HashCode func(ctx context.Context, in *HashCodeRequest, opts ...grpc.CallOption) (*HashCodeResponse, error) + ToString func(ctx context.Context, in *ToStringRequest, opts ...grpc.CallOption) (*ToStringResponse, error) + WriteToParcel func(ctx context.Context, in *WriteToParcelRequest, opts ...grpc.CallOption) (*WriteToParcelResponse, error) + func NewComplexChannelServiceClient(cc grpc.ClientConnInterface) ComplexChannelServiceClient + type ComplexChannelServiceServer interface + DescribeContents func(context.Context, *DescribeContentsRequest) (*DescribeContentsResponse, error) + Equals func(context.Context, *EqualsRequest) (*EqualsResponse, error) + GetChannel func(context.Context, *GetChannelRequest) (*GetChannelResponse, error) + GetPreambleIndex func(context.Context, *GetPreambleIndexRequest) (*GetPreambleIndexResponse, error) + HashCode func(context.Context, *HashCodeRequest) (*HashCodeResponse, error) + ToString func(context.Context, *ToStringRequest) (*ToStringResponse, error) + WriteToParcel func(context.Context, *WriteToParcelRequest) (*WriteToParcelResponse, error) + type CreateRandomShortAddressRequest struct + func (*CreateRandomShortAddressRequest) Descriptor() ([]byte, []int) + func (*CreateRandomShortAddressRequest) ProtoMessage() + func (x *CreateRandomShortAddressRequest) ProtoReflect() protoreflect.Message + func (x *CreateRandomShortAddressRequest) Reset() + func (x *CreateRandomShortAddressRequest) String() string + type CreateRandomShortAddressResponse struct + Result int64 + func (*CreateRandomShortAddressResponse) Descriptor() ([]byte, []int) + func (*CreateRandomShortAddressResponse) ProtoMessage() + func (x *CreateRandomShortAddressResponse) GetResult() int64 + func (x *CreateRandomShortAddressResponse) ProtoReflect() protoreflect.Message + func (x *CreateRandomShortAddressResponse) Reset() + func (x *CreateRandomShortAddressResponse) String() string + type DescribeContentsRequest struct + func (*DescribeContentsRequest) Descriptor() ([]byte, []int) + func (*DescribeContentsRequest) ProtoMessage() + func (x *DescribeContentsRequest) ProtoReflect() protoreflect.Message + func (x *DescribeContentsRequest) Reset() + func (x *DescribeContentsRequest) String() string + type DescribeContentsResponse struct + Result int32 + func (*DescribeContentsResponse) Descriptor() ([]byte, []int) + func (*DescribeContentsResponse) ProtoMessage() + func (x *DescribeContentsResponse) GetResult() int32 + func (x *DescribeContentsResponse) ProtoReflect() protoreflect.Message + func (x *DescribeContentsResponse) Reset() + func (x *DescribeContentsResponse) String() string + type EqualsRequest struct + Arg0 int64 + func (*EqualsRequest) Descriptor() ([]byte, []int) + func (*EqualsRequest) ProtoMessage() + func (x *EqualsRequest) GetArg0() int64 + func (x *EqualsRequest) ProtoReflect() protoreflect.Message + func (x *EqualsRequest) Reset() + func (x *EqualsRequest) String() string + type EqualsResponse struct + Result bool + func (*EqualsResponse) Descriptor() ([]byte, []int) + func (*EqualsResponse) ProtoMessage() + func (x *EqualsResponse) GetResult() bool + func (x *EqualsResponse) ProtoReflect() protoreflect.Message + func (x *EqualsResponse) Reset() + func (x *EqualsResponse) String() string + type FromBytesRequest struct + Arg0 int64 + func (*FromBytesRequest) Descriptor() ([]byte, []int) + func (*FromBytesRequest) ProtoMessage() + func (x *FromBytesRequest) GetArg0() int64 + func (x *FromBytesRequest) ProtoReflect() protoreflect.Message + func (x *FromBytesRequest) Reset() + func (x *FromBytesRequest) String() string + type FromBytesResponse struct + Result int64 + func (*FromBytesResponse) Descriptor() ([]byte, []int) + func (*FromBytesResponse) ProtoMessage() + func (x *FromBytesResponse) GetResult() int64 + func (x *FromBytesResponse) ProtoReflect() protoreflect.Message + func (x *FromBytesResponse) Reset() + func (x *FromBytesResponse) String() string + type GetAddressBytesRequest struct + func (*GetAddressBytesRequest) Descriptor() ([]byte, []int) + func (*GetAddressBytesRequest) ProtoMessage() + func (x *GetAddressBytesRequest) ProtoReflect() protoreflect.Message + func (x *GetAddressBytesRequest) Reset() + func (x *GetAddressBytesRequest) String() string + type GetAddressBytesResponse struct + Result int64 + func (*GetAddressBytesResponse) Descriptor() ([]byte, []int) + func (*GetAddressBytesResponse) ProtoMessage() + func (x *GetAddressBytesResponse) GetResult() int64 + func (x *GetAddressBytesResponse) ProtoReflect() protoreflect.Message + func (x *GetAddressBytesResponse) Reset() + func (x *GetAddressBytesResponse) String() string + type GetChannelRequest struct + func (*GetChannelRequest) Descriptor() ([]byte, []int) + func (*GetChannelRequest) ProtoMessage() + func (x *GetChannelRequest) ProtoReflect() protoreflect.Message + func (x *GetChannelRequest) Reset() + func (x *GetChannelRequest) String() string + type GetChannelResponse struct + Result int32 + func (*GetChannelResponse) Descriptor() ([]byte, []int) + func (*GetChannelResponse) ProtoMessage() + func (x *GetChannelResponse) GetResult() int32 + func (x *GetChannelResponse) ProtoReflect() protoreflect.Message + func (x *GetChannelResponse) Reset() + func (x *GetChannelResponse) String() string + type GetComplexChannelRequest struct + func (*GetComplexChannelRequest) Descriptor() ([]byte, []int) + func (*GetComplexChannelRequest) ProtoMessage() + func (x *GetComplexChannelRequest) ProtoReflect() protoreflect.Message + func (x *GetComplexChannelRequest) Reset() + func (x *GetComplexChannelRequest) String() string + type GetComplexChannelResponse struct + Result int64 + func (*GetComplexChannelResponse) Descriptor() ([]byte, []int) + func (*GetComplexChannelResponse) ProtoMessage() + func (x *GetComplexChannelResponse) GetResult() int64 + func (x *GetComplexChannelResponse) ProtoReflect() protoreflect.Message + func (x *GetComplexChannelResponse) Reset() + func (x *GetComplexChannelResponse) String() string + type GetConfigIdRequest struct + func (*GetConfigIdRequest) Descriptor() ([]byte, []int) + func (*GetConfigIdRequest) ProtoMessage() + func (x *GetConfigIdRequest) ProtoReflect() protoreflect.Message + func (x *GetConfigIdRequest) Reset() + func (x *GetConfigIdRequest) String() string + type GetConfigIdResponse struct + Result int32 + func (*GetConfigIdResponse) Descriptor() ([]byte, []int) + func (*GetConfigIdResponse) ProtoMessage() + func (x *GetConfigIdResponse) GetResult() int32 + func (x *GetConfigIdResponse) ProtoReflect() protoreflect.Message + func (x *GetConfigIdResponse) Reset() + func (x *GetConfigIdResponse) String() string + type GetDeviceAddressRequest struct + func (*GetDeviceAddressRequest) Descriptor() ([]byte, []int) + func (*GetDeviceAddressRequest) ProtoMessage() + func (x *GetDeviceAddressRequest) ProtoReflect() protoreflect.Message + func (x *GetDeviceAddressRequest) Reset() + func (x *GetDeviceAddressRequest) String() string + type GetDeviceAddressResponse struct + Result int64 + func (*GetDeviceAddressResponse) Descriptor() ([]byte, []int) + func (*GetDeviceAddressResponse) ProtoMessage() + func (x *GetDeviceAddressResponse) GetResult() int64 + func (x *GetDeviceAddressResponse) ProtoReflect() protoreflect.Message + func (x *GetDeviceAddressResponse) Reset() + func (x *GetDeviceAddressResponse) String() string + type GetMinimumRangingIntervalRequest struct + func (*GetMinimumRangingIntervalRequest) Descriptor() ([]byte, []int) + func (*GetMinimumRangingIntervalRequest) ProtoMessage() + func (x *GetMinimumRangingIntervalRequest) ProtoReflect() protoreflect.Message + func (x *GetMinimumRangingIntervalRequest) Reset() + func (x *GetMinimumRangingIntervalRequest) String() string + type GetMinimumRangingIntervalResponse struct + Result int64 + func (*GetMinimumRangingIntervalResponse) Descriptor() ([]byte, []int) + func (*GetMinimumRangingIntervalResponse) ProtoMessage() + func (x *GetMinimumRangingIntervalResponse) GetResult() int64 + func (x *GetMinimumRangingIntervalResponse) ProtoReflect() protoreflect.Message + func (x *GetMinimumRangingIntervalResponse) Reset() + func (x *GetMinimumRangingIntervalResponse) String() string + type GetPeerAddressRequest struct + func (*GetPeerAddressRequest) Descriptor() ([]byte, []int) + func (*GetPeerAddressRequest) ProtoMessage() + func (x *GetPeerAddressRequest) ProtoReflect() protoreflect.Message + func (x *GetPeerAddressRequest) Reset() + func (x *GetPeerAddressRequest) String() string + type GetPeerAddressResponse struct + Result int64 + func (*GetPeerAddressResponse) Descriptor() ([]byte, []int) + func (*GetPeerAddressResponse) ProtoMessage() + func (x *GetPeerAddressResponse) GetResult() int64 + func (x *GetPeerAddressResponse) ProtoReflect() protoreflect.Message + func (x *GetPeerAddressResponse) Reset() + func (x *GetPeerAddressResponse) String() string + type GetPreambleIndexRequest struct + func (*GetPreambleIndexRequest) Descriptor() ([]byte, []int) + func (*GetPreambleIndexRequest) ProtoMessage() + func (x *GetPreambleIndexRequest) ProtoReflect() protoreflect.Message + func (x *GetPreambleIndexRequest) Reset() + func (x *GetPreambleIndexRequest) String() string + type GetPreambleIndexResponse struct + Result int32 + func (*GetPreambleIndexResponse) Descriptor() ([]byte, []int) + func (*GetPreambleIndexResponse) ProtoMessage() + func (x *GetPreambleIndexResponse) GetResult() int32 + func (x *GetPreambleIndexResponse) ProtoReflect() protoreflect.Message + func (x *GetPreambleIndexResponse) Reset() + func (x *GetPreambleIndexResponse) String() string + type GetRangingUpdateRateRequest struct + func (*GetRangingUpdateRateRequest) Descriptor() ([]byte, []int) + func (*GetRangingUpdateRateRequest) ProtoMessage() + func (x *GetRangingUpdateRateRequest) ProtoReflect() protoreflect.Message + func (x *GetRangingUpdateRateRequest) Reset() + func (x *GetRangingUpdateRateRequest) String() string + type GetRangingUpdateRateResponse struct + Result int32 + func (*GetRangingUpdateRateResponse) Descriptor() ([]byte, []int) + func (*GetRangingUpdateRateResponse) ProtoMessage() + func (x *GetRangingUpdateRateResponse) GetResult() int32 + func (x *GetRangingUpdateRateResponse) ProtoReflect() protoreflect.Message + func (x *GetRangingUpdateRateResponse) Reset() + func (x *GetRangingUpdateRateResponse) String() string + type GetSessionIdRequest struct + func (*GetSessionIdRequest) Descriptor() ([]byte, []int) + func (*GetSessionIdRequest) ProtoMessage() + func (x *GetSessionIdRequest) ProtoReflect() protoreflect.Message + func (x *GetSessionIdRequest) Reset() + func (x *GetSessionIdRequest) String() string + type GetSessionIdResponse struct + Result int32 + func (*GetSessionIdResponse) Descriptor() ([]byte, []int) + func (*GetSessionIdResponse) ProtoMessage() + func (x *GetSessionIdResponse) GetResult() int32 + func (x *GetSessionIdResponse) ProtoReflect() protoreflect.Message + func (x *GetSessionIdResponse) Reset() + func (x *GetSessionIdResponse) String() string + type GetSessionKeyInfoRequest struct + func (*GetSessionKeyInfoRequest) Descriptor() ([]byte, []int) + func (*GetSessionKeyInfoRequest) ProtoMessage() + func (x *GetSessionKeyInfoRequest) ProtoReflect() protoreflect.Message + func (x *GetSessionKeyInfoRequest) Reset() + func (x *GetSessionKeyInfoRequest) String() string + type GetSessionKeyInfoResponse struct + Result int64 + func (*GetSessionKeyInfoResponse) Descriptor() ([]byte, []int) + func (*GetSessionKeyInfoResponse) ProtoMessage() + func (x *GetSessionKeyInfoResponse) GetResult() int64 + func (x *GetSessionKeyInfoResponse) ProtoReflect() protoreflect.Message + func (x *GetSessionKeyInfoResponse) Reset() + func (x *GetSessionKeyInfoResponse) String() string + type GetSlotDurationRequest struct + func (*GetSlotDurationRequest) Descriptor() ([]byte, []int) + func (*GetSlotDurationRequest) ProtoMessage() + func (x *GetSlotDurationRequest) ProtoReflect() protoreflect.Message + func (x *GetSlotDurationRequest) Reset() + func (x *GetSlotDurationRequest) String() string + type GetSlotDurationResponse struct + Result int32 + func (*GetSlotDurationResponse) Descriptor() ([]byte, []int) + func (*GetSlotDurationResponse) ProtoMessage() + func (x *GetSlotDurationResponse) GetResult() int32 + func (x *GetSlotDurationResponse) ProtoReflect() protoreflect.Message + func (x *GetSlotDurationResponse) Reset() + func (x *GetSlotDurationResponse) String() string + type GetSubSessionIdRequest struct + func (*GetSubSessionIdRequest) Descriptor() ([]byte, []int) + func (*GetSubSessionIdRequest) ProtoMessage() + func (x *GetSubSessionIdRequest) ProtoReflect() protoreflect.Message + func (x *GetSubSessionIdRequest) Reset() + func (x *GetSubSessionIdRequest) String() string + type GetSubSessionIdResponse struct + Result int32 + func (*GetSubSessionIdResponse) Descriptor() ([]byte, []int) + func (*GetSubSessionIdResponse) ProtoMessage() + func (x *GetSubSessionIdResponse) GetResult() int32 + func (x *GetSubSessionIdResponse) ProtoReflect() protoreflect.Message + func (x *GetSubSessionIdResponse) Reset() + func (x *GetSubSessionIdResponse) String() string + type GetSubSessionKeyInfoRequest struct + func (*GetSubSessionKeyInfoRequest) Descriptor() ([]byte, []int) + func (*GetSubSessionKeyInfoRequest) ProtoMessage() + func (x *GetSubSessionKeyInfoRequest) ProtoReflect() protoreflect.Message + func (x *GetSubSessionKeyInfoRequest) Reset() + func (x *GetSubSessionKeyInfoRequest) String() string + type GetSubSessionKeyInfoResponse struct + Result int64 + func (*GetSubSessionKeyInfoResponse) Descriptor() ([]byte, []int) + func (*GetSubSessionKeyInfoResponse) ProtoMessage() + func (x *GetSubSessionKeyInfoResponse) GetResult() int64 + func (x *GetSubSessionKeyInfoResponse) ProtoReflect() protoreflect.Message + func (x *GetSubSessionKeyInfoResponse) Reset() + func (x *GetSubSessionKeyInfoResponse) String() string + type GetSupportedChannelsRequest struct + func (*GetSupportedChannelsRequest) Descriptor() ([]byte, []int) + func (*GetSupportedChannelsRequest) ProtoMessage() + func (x *GetSupportedChannelsRequest) ProtoReflect() protoreflect.Message + func (x *GetSupportedChannelsRequest) Reset() + func (x *GetSupportedChannelsRequest) String() string + type GetSupportedChannelsResponse struct + Result int64 + func (*GetSupportedChannelsResponse) Descriptor() ([]byte, []int) + func (*GetSupportedChannelsResponse) ProtoMessage() + func (x *GetSupportedChannelsResponse) GetResult() int64 + func (x *GetSupportedChannelsResponse) ProtoReflect() protoreflect.Message + func (x *GetSupportedChannelsResponse) Reset() + func (x *GetSupportedChannelsResponse) String() string + type GetSupportedConfigIdsRequest struct + func (*GetSupportedConfigIdsRequest) Descriptor() ([]byte, []int) + func (*GetSupportedConfigIdsRequest) ProtoMessage() + func (x *GetSupportedConfigIdsRequest) ProtoReflect() protoreflect.Message + func (x *GetSupportedConfigIdsRequest) Reset() + func (x *GetSupportedConfigIdsRequest) String() string + type GetSupportedConfigIdsResponse struct + Result int64 + func (*GetSupportedConfigIdsResponse) Descriptor() ([]byte, []int) + func (*GetSupportedConfigIdsResponse) ProtoMessage() + func (x *GetSupportedConfigIdsResponse) GetResult() int64 + func (x *GetSupportedConfigIdsResponse) ProtoReflect() protoreflect.Message + func (x *GetSupportedConfigIdsResponse) Reset() + func (x *GetSupportedConfigIdsResponse) String() string + type GetSupportedNotificationConfigurationsRequest struct + func (*GetSupportedNotificationConfigurationsRequest) Descriptor() ([]byte, []int) + func (*GetSupportedNotificationConfigurationsRequest) ProtoMessage() + func (x *GetSupportedNotificationConfigurationsRequest) ProtoReflect() protoreflect.Message + func (x *GetSupportedNotificationConfigurationsRequest) Reset() + func (x *GetSupportedNotificationConfigurationsRequest) String() string + type GetSupportedNotificationConfigurationsResponse struct + Result int64 + func (*GetSupportedNotificationConfigurationsResponse) Descriptor() ([]byte, []int) + func (*GetSupportedNotificationConfigurationsResponse) ProtoMessage() + func (x *GetSupportedNotificationConfigurationsResponse) GetResult() int64 + func (x *GetSupportedNotificationConfigurationsResponse) ProtoReflect() protoreflect.Message + func (x *GetSupportedNotificationConfigurationsResponse) Reset() + func (x *GetSupportedNotificationConfigurationsResponse) String() string + type GetSupportedPreambleIndexesRequest struct + func (*GetSupportedPreambleIndexesRequest) Descriptor() ([]byte, []int) + func (*GetSupportedPreambleIndexesRequest) ProtoMessage() + func (x *GetSupportedPreambleIndexesRequest) ProtoReflect() protoreflect.Message + func (x *GetSupportedPreambleIndexesRequest) Reset() + func (x *GetSupportedPreambleIndexesRequest) String() string + type GetSupportedPreambleIndexesResponse struct + Result int64 + func (*GetSupportedPreambleIndexesResponse) Descriptor() ([]byte, []int) + func (*GetSupportedPreambleIndexesResponse) ProtoMessage() + func (x *GetSupportedPreambleIndexesResponse) GetResult() int64 + func (x *GetSupportedPreambleIndexesResponse) ProtoReflect() protoreflect.Message + func (x *GetSupportedPreambleIndexesResponse) Reset() + func (x *GetSupportedPreambleIndexesResponse) String() string + type GetSupportedRangingUpdateRatesRequest struct + func (*GetSupportedRangingUpdateRatesRequest) Descriptor() ([]byte, []int) + func (*GetSupportedRangingUpdateRatesRequest) ProtoMessage() + func (x *GetSupportedRangingUpdateRatesRequest) ProtoReflect() protoreflect.Message + func (x *GetSupportedRangingUpdateRatesRequest) Reset() + func (x *GetSupportedRangingUpdateRatesRequest) String() string + type GetSupportedRangingUpdateRatesResponse struct + Result int64 + func (*GetSupportedRangingUpdateRatesResponse) Descriptor() ([]byte, []int) + func (*GetSupportedRangingUpdateRatesResponse) ProtoMessage() + func (x *GetSupportedRangingUpdateRatesResponse) GetResult() int64 + func (x *GetSupportedRangingUpdateRatesResponse) ProtoReflect() protoreflect.Message + func (x *GetSupportedRangingUpdateRatesResponse) Reset() + func (x *GetSupportedRangingUpdateRatesResponse) String() string + type GetSupportedSlotDurationsRequest struct + func (*GetSupportedSlotDurationsRequest) Descriptor() ([]byte, []int) + func (*GetSupportedSlotDurationsRequest) ProtoMessage() + func (x *GetSupportedSlotDurationsRequest) ProtoReflect() protoreflect.Message + func (x *GetSupportedSlotDurationsRequest) Reset() + func (x *GetSupportedSlotDurationsRequest) String() string + type GetSupportedSlotDurationsResponse struct + Result int64 + func (*GetSupportedSlotDurationsResponse) Descriptor() ([]byte, []int) + func (*GetSupportedSlotDurationsResponse) ProtoMessage() + func (x *GetSupportedSlotDurationsResponse) GetResult() int64 + func (x *GetSupportedSlotDurationsResponse) ProtoReflect() protoreflect.Message + func (x *GetSupportedSlotDurationsResponse) Reset() + func (x *GetSupportedSlotDurationsResponse) String() string + type HashCodeRequest struct + func (*HashCodeRequest) Descriptor() ([]byte, []int) + func (*HashCodeRequest) ProtoMessage() + func (x *HashCodeRequest) ProtoReflect() protoreflect.Message + func (x *HashCodeRequest) Reset() + func (x *HashCodeRequest) String() string + type HashCodeResponse struct + Result int32 + func (*HashCodeResponse) Descriptor() ([]byte, []int) + func (*HashCodeResponse) ProtoMessage() + func (x *HashCodeResponse) GetResult() int32 + func (x *HashCodeResponse) ProtoReflect() protoreflect.Message + func (x *HashCodeResponse) Reset() + func (x *HashCodeResponse) String() string + type IsAzimuthalAngleSupportedRequest struct + func (*IsAzimuthalAngleSupportedRequest) Descriptor() ([]byte, []int) + func (*IsAzimuthalAngleSupportedRequest) ProtoMessage() + func (x *IsAzimuthalAngleSupportedRequest) ProtoReflect() protoreflect.Message + func (x *IsAzimuthalAngleSupportedRequest) Reset() + func (x *IsAzimuthalAngleSupportedRequest) String() string + type IsAzimuthalAngleSupportedResponse struct + Result bool + func (*IsAzimuthalAngleSupportedResponse) Descriptor() ([]byte, []int) + func (*IsAzimuthalAngleSupportedResponse) ProtoMessage() + func (x *IsAzimuthalAngleSupportedResponse) GetResult() bool + func (x *IsAzimuthalAngleSupportedResponse) ProtoReflect() protoreflect.Message + func (x *IsAzimuthalAngleSupportedResponse) Reset() + func (x *IsAzimuthalAngleSupportedResponse) String() string + type IsBackgroundRangingSupportedRequest struct + func (*IsBackgroundRangingSupportedRequest) Descriptor() ([]byte, []int) + func (*IsBackgroundRangingSupportedRequest) ProtoMessage() + func (x *IsBackgroundRangingSupportedRequest) ProtoReflect() protoreflect.Message + func (x *IsBackgroundRangingSupportedRequest) Reset() + func (x *IsBackgroundRangingSupportedRequest) String() string + type IsBackgroundRangingSupportedResponse struct + Result bool + func (*IsBackgroundRangingSupportedResponse) Descriptor() ([]byte, []int) + func (*IsBackgroundRangingSupportedResponse) ProtoMessage() + func (x *IsBackgroundRangingSupportedResponse) GetResult() bool + func (x *IsBackgroundRangingSupportedResponse) ProtoReflect() protoreflect.Message + func (x *IsBackgroundRangingSupportedResponse) Reset() + func (x *IsBackgroundRangingSupportedResponse) String() string + type IsDistanceMeasurementSupportedRequest struct + func (*IsDistanceMeasurementSupportedRequest) Descriptor() ([]byte, []int) + func (*IsDistanceMeasurementSupportedRequest) ProtoMessage() + func (x *IsDistanceMeasurementSupportedRequest) ProtoReflect() protoreflect.Message + func (x *IsDistanceMeasurementSupportedRequest) Reset() + func (x *IsDistanceMeasurementSupportedRequest) String() string + type IsDistanceMeasurementSupportedResponse struct + Result bool + func (*IsDistanceMeasurementSupportedResponse) Descriptor() ([]byte, []int) + func (*IsDistanceMeasurementSupportedResponse) ProtoMessage() + func (x *IsDistanceMeasurementSupportedResponse) GetResult() bool + func (x *IsDistanceMeasurementSupportedResponse) ProtoReflect() protoreflect.Message + func (x *IsDistanceMeasurementSupportedResponse) Reset() + func (x *IsDistanceMeasurementSupportedResponse) String() string + type IsElevationAngleSupportedRequest struct + func (*IsElevationAngleSupportedRequest) Descriptor() ([]byte, []int) + func (*IsElevationAngleSupportedRequest) ProtoMessage() + func (x *IsElevationAngleSupportedRequest) ProtoReflect() protoreflect.Message + func (x *IsElevationAngleSupportedRequest) Reset() + func (x *IsElevationAngleSupportedRequest) String() string + type IsElevationAngleSupportedResponse struct + Result bool + func (*IsElevationAngleSupportedResponse) Descriptor() ([]byte, []int) + func (*IsElevationAngleSupportedResponse) ProtoMessage() + func (x *IsElevationAngleSupportedResponse) GetResult() bool + func (x *IsElevationAngleSupportedResponse) ProtoReflect() protoreflect.Message + func (x *IsElevationAngleSupportedResponse) Reset() + func (x *IsElevationAngleSupportedResponse) String() string + type IsRangingIntervalReconfigurationSupportedRequest struct + func (*IsRangingIntervalReconfigurationSupportedRequest) Descriptor() ([]byte, []int) + func (*IsRangingIntervalReconfigurationSupportedRequest) ProtoMessage() + func (x *IsRangingIntervalReconfigurationSupportedRequest) ProtoReflect() protoreflect.Message + func (x *IsRangingIntervalReconfigurationSupportedRequest) Reset() + func (x *IsRangingIntervalReconfigurationSupportedRequest) String() string + type IsRangingIntervalReconfigurationSupportedResponse struct + Result bool + func (*IsRangingIntervalReconfigurationSupportedResponse) Descriptor() ([]byte, []int) + func (*IsRangingIntervalReconfigurationSupportedResponse) ProtoMessage() + func (x *IsRangingIntervalReconfigurationSupportedResponse) GetResult() bool + func (x *IsRangingIntervalReconfigurationSupportedResponse) ProtoReflect() protoreflect.Message + func (x *IsRangingIntervalReconfigurationSupportedResponse) Reset() + func (x *IsRangingIntervalReconfigurationSupportedResponse) String() string + type RangingCapabilitiesServiceClient interface + DescribeContents func(ctx context.Context, in *DescribeContentsRequest, opts ...grpc.CallOption) (*DescribeContentsResponse, error) + GetMinimumRangingInterval func(ctx context.Context, in *GetMinimumRangingIntervalRequest, ...) (*GetMinimumRangingIntervalResponse, error) + GetSupportedChannels func(ctx context.Context, in *GetSupportedChannelsRequest, opts ...grpc.CallOption) (*GetSupportedChannelsResponse, error) + GetSupportedConfigIds func(ctx context.Context, in *GetSupportedConfigIdsRequest, opts ...grpc.CallOption) (*GetSupportedConfigIdsResponse, error) + GetSupportedNotificationConfigurations func(ctx context.Context, in *GetSupportedNotificationConfigurationsRequest, ...) (*GetSupportedNotificationConfigurationsResponse, error) + GetSupportedPreambleIndexes func(ctx context.Context, in *GetSupportedPreambleIndexesRequest, ...) (*GetSupportedPreambleIndexesResponse, error) + GetSupportedRangingUpdateRates func(ctx context.Context, in *GetSupportedRangingUpdateRatesRequest, ...) (*GetSupportedRangingUpdateRatesResponse, error) + GetSupportedSlotDurations func(ctx context.Context, in *GetSupportedSlotDurationsRequest, ...) (*GetSupportedSlotDurationsResponse, error) + IsAzimuthalAngleSupported func(ctx context.Context, in *IsAzimuthalAngleSupportedRequest, ...) (*IsAzimuthalAngleSupportedResponse, error) + IsBackgroundRangingSupported func(ctx context.Context, in *IsBackgroundRangingSupportedRequest, ...) (*IsBackgroundRangingSupportedResponse, error) + IsDistanceMeasurementSupported func(ctx context.Context, in *IsDistanceMeasurementSupportedRequest, ...) (*IsDistanceMeasurementSupportedResponse, error) + IsElevationAngleSupported func(ctx context.Context, in *IsElevationAngleSupportedRequest, ...) (*IsElevationAngleSupportedResponse, error) + IsRangingIntervalReconfigurationSupported func(ctx context.Context, in *IsRangingIntervalReconfigurationSupportedRequest, ...) (*IsRangingIntervalReconfigurationSupportedResponse, error) + ToString func(ctx context.Context, in *ToStringRequest, opts ...grpc.CallOption) (*ToStringResponse, error) + WriteToParcel func(ctx context.Context, in *WriteToParcelRequest, opts ...grpc.CallOption) (*WriteToParcelResponse, error) + func NewRangingCapabilitiesServiceClient(cc grpc.ClientConnInterface) RangingCapabilitiesServiceClient + type RangingCapabilitiesServiceServer interface + DescribeContents func(context.Context, *DescribeContentsRequest) (*DescribeContentsResponse, error) + GetMinimumRangingInterval func(context.Context, *GetMinimumRangingIntervalRequest) (*GetMinimumRangingIntervalResponse, error) + GetSupportedChannels func(context.Context, *GetSupportedChannelsRequest) (*GetSupportedChannelsResponse, error) + GetSupportedConfigIds func(context.Context, *GetSupportedConfigIdsRequest) (*GetSupportedConfigIdsResponse, error) + GetSupportedNotificationConfigurations func(context.Context, *GetSupportedNotificationConfigurationsRequest) (*GetSupportedNotificationConfigurationsResponse, error) + GetSupportedPreambleIndexes func(context.Context, *GetSupportedPreambleIndexesRequest) (*GetSupportedPreambleIndexesResponse, error) + GetSupportedRangingUpdateRates func(context.Context, *GetSupportedRangingUpdateRatesRequest) (*GetSupportedRangingUpdateRatesResponse, error) + GetSupportedSlotDurations func(context.Context, *GetSupportedSlotDurationsRequest) (*GetSupportedSlotDurationsResponse, error) + IsAzimuthalAngleSupported func(context.Context, *IsAzimuthalAngleSupportedRequest) (*IsAzimuthalAngleSupportedResponse, error) + IsBackgroundRangingSupported func(context.Context, *IsBackgroundRangingSupportedRequest) (*IsBackgroundRangingSupportedResponse, error) + IsDistanceMeasurementSupported func(context.Context, *IsDistanceMeasurementSupportedRequest) (*IsDistanceMeasurementSupportedResponse, error) + IsElevationAngleSupported func(context.Context, *IsElevationAngleSupportedRequest) (*IsElevationAngleSupportedResponse, error) + IsRangingIntervalReconfigurationSupported func(context.Context, *IsRangingIntervalReconfigurationSupportedRequest) (*IsRangingIntervalReconfigurationSupportedResponse, error) + ToString func(context.Context, *ToStringRequest) (*ToStringResponse, error) + WriteToParcel func(context.Context, *WriteToParcelRequest) (*WriteToParcelResponse, error) + type RangingParamsBuilderServiceClient interface + Build func(ctx context.Context, in *BuildRequest, opts ...grpc.CallOption) (*BuildResponse, error) + SetComplexChannel func(ctx context.Context, in *SetComplexChannelRequest, opts ...grpc.CallOption) (*SetComplexChannelResponse, error) + SetRangingUpdateRate func(ctx context.Context, in *SetRangingUpdateRateRequest, opts ...grpc.CallOption) (*SetRangingUpdateRateResponse, error) + SetSessionKeyInfo func(ctx context.Context, in *SetSessionKeyInfoRequest, opts ...grpc.CallOption) (*SetSessionKeyInfoResponse, error) + SetSlotDuration func(ctx context.Context, in *SetSlotDurationRequest, opts ...grpc.CallOption) (*SetSlotDurationResponse, error) + SetSubSessionId func(ctx context.Context, in *SetSubSessionIdRequest, opts ...grpc.CallOption) (*SetSubSessionIdResponse, error) + SetSubSessionKeyInfo func(ctx context.Context, in *SetSubSessionKeyInfoRequest, opts ...grpc.CallOption) (*SetSubSessionKeyInfoResponse, error) + func NewRangingParamsBuilderServiceClient(cc grpc.ClientConnInterface) RangingParamsBuilderServiceClient + type RangingParamsBuilderServiceServer interface + Build func(context.Context, *BuildRequest) (*BuildResponse, error) + SetComplexChannel func(context.Context, *SetComplexChannelRequest) (*SetComplexChannelResponse, error) + SetRangingUpdateRate func(context.Context, *SetRangingUpdateRateRequest) (*SetRangingUpdateRateResponse, error) + SetSessionKeyInfo func(context.Context, *SetSessionKeyInfoRequest) (*SetSessionKeyInfoResponse, error) + SetSlotDuration func(context.Context, *SetSlotDurationRequest) (*SetSlotDurationResponse, error) + SetSubSessionId func(context.Context, *SetSubSessionIdRequest) (*SetSubSessionIdResponse, error) + SetSubSessionKeyInfo func(context.Context, *SetSubSessionKeyInfoRequest) (*SetSubSessionKeyInfoResponse, error) + type RangingParamsServiceClient interface + DescribeContents func(ctx context.Context, in *DescribeContentsRequest, opts ...grpc.CallOption) (*DescribeContentsResponse, error) + Equals func(ctx context.Context, in *EqualsRequest, opts ...grpc.CallOption) (*EqualsResponse, error) + GetComplexChannel func(ctx context.Context, in *GetComplexChannelRequest, opts ...grpc.CallOption) (*GetComplexChannelResponse, error) + GetConfigId func(ctx context.Context, in *GetConfigIdRequest, opts ...grpc.CallOption) (*GetConfigIdResponse, error) + GetDeviceAddress func(ctx context.Context, in *GetDeviceAddressRequest, opts ...grpc.CallOption) (*GetDeviceAddressResponse, error) + GetPeerAddress func(ctx context.Context, in *GetPeerAddressRequest, opts ...grpc.CallOption) (*GetPeerAddressResponse, error) + GetRangingUpdateRate func(ctx context.Context, in *GetRangingUpdateRateRequest, opts ...grpc.CallOption) (*GetRangingUpdateRateResponse, error) + GetSessionId func(ctx context.Context, in *GetSessionIdRequest, opts ...grpc.CallOption) (*GetSessionIdResponse, error) + GetSessionKeyInfo func(ctx context.Context, in *GetSessionKeyInfoRequest, opts ...grpc.CallOption) (*GetSessionKeyInfoResponse, error) + GetSlotDuration func(ctx context.Context, in *GetSlotDurationRequest, opts ...grpc.CallOption) (*GetSlotDurationResponse, error) + GetSubSessionId func(ctx context.Context, in *GetSubSessionIdRequest, opts ...grpc.CallOption) (*GetSubSessionIdResponse, error) + GetSubSessionKeyInfo func(ctx context.Context, in *GetSubSessionKeyInfoRequest, opts ...grpc.CallOption) (*GetSubSessionKeyInfoResponse, error) + HashCode func(ctx context.Context, in *HashCodeRequest, opts ...grpc.CallOption) (*HashCodeResponse, error) + ToString func(ctx context.Context, in *ToStringRequest, opts ...grpc.CallOption) (*ToStringResponse, error) + WriteToParcel func(ctx context.Context, in *WriteToParcelRequest, opts ...grpc.CallOption) (*WriteToParcelResponse, error) + func NewRangingParamsServiceClient(cc grpc.ClientConnInterface) RangingParamsServiceClient + type RangingParamsServiceServer interface + DescribeContents func(context.Context, *DescribeContentsRequest) (*DescribeContentsResponse, error) + Equals func(context.Context, *EqualsRequest) (*EqualsResponse, error) + GetComplexChannel func(context.Context, *GetComplexChannelRequest) (*GetComplexChannelResponse, error) + GetConfigId func(context.Context, *GetConfigIdRequest) (*GetConfigIdResponse, error) + GetDeviceAddress func(context.Context, *GetDeviceAddressRequest) (*GetDeviceAddressResponse, error) + GetPeerAddress func(context.Context, *GetPeerAddressRequest) (*GetPeerAddressResponse, error) + GetRangingUpdateRate func(context.Context, *GetRangingUpdateRateRequest) (*GetRangingUpdateRateResponse, error) + GetSessionId func(context.Context, *GetSessionIdRequest) (*GetSessionIdResponse, error) + GetSessionKeyInfo func(context.Context, *GetSessionKeyInfoRequest) (*GetSessionKeyInfoResponse, error) + GetSlotDuration func(context.Context, *GetSlotDurationRequest) (*GetSlotDurationResponse, error) + GetSubSessionId func(context.Context, *GetSubSessionIdRequest) (*GetSubSessionIdResponse, error) + GetSubSessionKeyInfo func(context.Context, *GetSubSessionKeyInfoRequest) (*GetSubSessionKeyInfoResponse, error) + HashCode func(context.Context, *HashCodeRequest) (*HashCodeResponse, error) + ToString func(context.Context, *ToStringRequest) (*ToStringResponse, error) + WriteToParcel func(context.Context, *WriteToParcelRequest) (*WriteToParcelResponse, error) + type SetChannelRequest struct + Arg0 int32 + func (*SetChannelRequest) Descriptor() ([]byte, []int) + func (*SetChannelRequest) ProtoMessage() + func (x *SetChannelRequest) GetArg0() int32 + func (x *SetChannelRequest) ProtoReflect() protoreflect.Message + func (x *SetChannelRequest) Reset() + func (x *SetChannelRequest) String() string + type SetChannelResponse struct + Result int64 + func (*SetChannelResponse) Descriptor() ([]byte, []int) + func (*SetChannelResponse) ProtoMessage() + func (x *SetChannelResponse) GetResult() int64 + func (x *SetChannelResponse) ProtoReflect() protoreflect.Message + func (x *SetChannelResponse) Reset() + func (x *SetChannelResponse) String() string + type SetComplexChannelRequest struct + Arg0 int64 + func (*SetComplexChannelRequest) Descriptor() ([]byte, []int) + func (*SetComplexChannelRequest) ProtoMessage() + func (x *SetComplexChannelRequest) GetArg0() int64 + func (x *SetComplexChannelRequest) ProtoReflect() protoreflect.Message + func (x *SetComplexChannelRequest) Reset() + func (x *SetComplexChannelRequest) String() string + type SetComplexChannelResponse struct + Result int64 + func (*SetComplexChannelResponse) Descriptor() ([]byte, []int) + func (*SetComplexChannelResponse) ProtoMessage() + func (x *SetComplexChannelResponse) GetResult() int64 + func (x *SetComplexChannelResponse) ProtoReflect() protoreflect.Message + func (x *SetComplexChannelResponse) Reset() + func (x *SetComplexChannelResponse) String() string + type SetPreambleIndexRequest struct + Arg0 int32 + func (*SetPreambleIndexRequest) Descriptor() ([]byte, []int) + func (*SetPreambleIndexRequest) ProtoMessage() + func (x *SetPreambleIndexRequest) GetArg0() int32 + func (x *SetPreambleIndexRequest) ProtoReflect() protoreflect.Message + func (x *SetPreambleIndexRequest) Reset() + func (x *SetPreambleIndexRequest) String() string + type SetPreambleIndexResponse struct + Result int64 + func (*SetPreambleIndexResponse) Descriptor() ([]byte, []int) + func (*SetPreambleIndexResponse) ProtoMessage() + func (x *SetPreambleIndexResponse) GetResult() int64 + func (x *SetPreambleIndexResponse) ProtoReflect() protoreflect.Message + func (x *SetPreambleIndexResponse) Reset() + func (x *SetPreambleIndexResponse) String() string + type SetRangingUpdateRateRequest struct + Arg0 int32 + func (*SetRangingUpdateRateRequest) Descriptor() ([]byte, []int) + func (*SetRangingUpdateRateRequest) ProtoMessage() + func (x *SetRangingUpdateRateRequest) GetArg0() int32 + func (x *SetRangingUpdateRateRequest) ProtoReflect() protoreflect.Message + func (x *SetRangingUpdateRateRequest) Reset() + func (x *SetRangingUpdateRateRequest) String() string + type SetRangingUpdateRateResponse struct + Result int64 + func (*SetRangingUpdateRateResponse) Descriptor() ([]byte, []int) + func (*SetRangingUpdateRateResponse) ProtoMessage() + func (x *SetRangingUpdateRateResponse) GetResult() int64 + func (x *SetRangingUpdateRateResponse) ProtoReflect() protoreflect.Message + func (x *SetRangingUpdateRateResponse) Reset() + func (x *SetRangingUpdateRateResponse) String() string + type SetSessionKeyInfoRequest struct + Arg0 int64 + func (*SetSessionKeyInfoRequest) Descriptor() ([]byte, []int) + func (*SetSessionKeyInfoRequest) ProtoMessage() + func (x *SetSessionKeyInfoRequest) GetArg0() int64 + func (x *SetSessionKeyInfoRequest) ProtoReflect() protoreflect.Message + func (x *SetSessionKeyInfoRequest) Reset() + func (x *SetSessionKeyInfoRequest) String() string + type SetSessionKeyInfoResponse struct + Result int64 + func (*SetSessionKeyInfoResponse) Descriptor() ([]byte, []int) + func (*SetSessionKeyInfoResponse) ProtoMessage() + func (x *SetSessionKeyInfoResponse) GetResult() int64 + func (x *SetSessionKeyInfoResponse) ProtoReflect() protoreflect.Message + func (x *SetSessionKeyInfoResponse) Reset() + func (x *SetSessionKeyInfoResponse) String() string + type SetSlotDurationRequest struct + Arg0 int32 + func (*SetSlotDurationRequest) Descriptor() ([]byte, []int) + func (*SetSlotDurationRequest) ProtoMessage() + func (x *SetSlotDurationRequest) GetArg0() int32 + func (x *SetSlotDurationRequest) ProtoReflect() protoreflect.Message + func (x *SetSlotDurationRequest) Reset() + func (x *SetSlotDurationRequest) String() string + type SetSlotDurationResponse struct + Result int64 + func (*SetSlotDurationResponse) Descriptor() ([]byte, []int) + func (*SetSlotDurationResponse) ProtoMessage() + func (x *SetSlotDurationResponse) GetResult() int64 + func (x *SetSlotDurationResponse) ProtoReflect() protoreflect.Message + func (x *SetSlotDurationResponse) Reset() + func (x *SetSlotDurationResponse) String() string + type SetSubSessionIdRequest struct + Arg0 int32 + func (*SetSubSessionIdRequest) Descriptor() ([]byte, []int) + func (*SetSubSessionIdRequest) ProtoMessage() + func (x *SetSubSessionIdRequest) GetArg0() int32 + func (x *SetSubSessionIdRequest) ProtoReflect() protoreflect.Message + func (x *SetSubSessionIdRequest) Reset() + func (x *SetSubSessionIdRequest) String() string + type SetSubSessionIdResponse struct + Result int64 + func (*SetSubSessionIdResponse) Descriptor() ([]byte, []int) + func (*SetSubSessionIdResponse) ProtoMessage() + func (x *SetSubSessionIdResponse) GetResult() int64 + func (x *SetSubSessionIdResponse) ProtoReflect() protoreflect.Message + func (x *SetSubSessionIdResponse) Reset() + func (x *SetSubSessionIdResponse) String() string + type SetSubSessionKeyInfoRequest struct + Arg0 int64 + func (*SetSubSessionKeyInfoRequest) Descriptor() ([]byte, []int) + func (*SetSubSessionKeyInfoRequest) ProtoMessage() + func (x *SetSubSessionKeyInfoRequest) GetArg0() int64 + func (x *SetSubSessionKeyInfoRequest) ProtoReflect() protoreflect.Message + func (x *SetSubSessionKeyInfoRequest) Reset() + func (x *SetSubSessionKeyInfoRequest) String() string + type SetSubSessionKeyInfoResponse struct + Result int64 + func (*SetSubSessionKeyInfoResponse) Descriptor() ([]byte, []int) + func (*SetSubSessionKeyInfoResponse) ProtoMessage() + func (x *SetSubSessionKeyInfoResponse) GetResult() int64 + func (x *SetSubSessionKeyInfoResponse) ProtoReflect() protoreflect.Message + func (x *SetSubSessionKeyInfoResponse) Reset() + func (x *SetSubSessionKeyInfoResponse) String() string + type ToStringRequest struct + func (*ToStringRequest) Descriptor() ([]byte, []int) + func (*ToStringRequest) ProtoMessage() + func (x *ToStringRequest) ProtoReflect() protoreflect.Message + func (x *ToStringRequest) Reset() + func (x *ToStringRequest) String() string + type ToStringResponse struct + Result string + func (*ToStringResponse) Descriptor() ([]byte, []int) + func (*ToStringResponse) ProtoMessage() + func (x *ToStringResponse) GetResult() string + func (x *ToStringResponse) ProtoReflect() protoreflect.Message + func (x *ToStringResponse) Reset() + func (x *ToStringResponse) String() string + type UnimplementedAddressServiceServer struct + func (UnimplementedAddressServiceServer) CreateRandomShortAddress(context.Context, *CreateRandomShortAddressRequest) (*CreateRandomShortAddressResponse, error) + func (UnimplementedAddressServiceServer) DescribeContents(context.Context, *DescribeContentsRequest) (*DescribeContentsResponse, error) + func (UnimplementedAddressServiceServer) Equals(context.Context, *EqualsRequest) (*EqualsResponse, error) + func (UnimplementedAddressServiceServer) FromBytes(context.Context, *FromBytesRequest) (*FromBytesResponse, error) + func (UnimplementedAddressServiceServer) GetAddressBytes(context.Context, *GetAddressBytesRequest) (*GetAddressBytesResponse, error) + func (UnimplementedAddressServiceServer) HashCode(context.Context, *HashCodeRequest) (*HashCodeResponse, error) + func (UnimplementedAddressServiceServer) ToString(context.Context, *ToStringRequest) (*ToStringResponse, error) + func (UnimplementedAddressServiceServer) WriteToParcel(context.Context, *WriteToParcelRequest) (*WriteToParcelResponse, error) + type UnimplementedComplexChannelBuilderServiceServer struct + func (UnimplementedComplexChannelBuilderServiceServer) Build(context.Context, *BuildRequest) (*BuildResponse, error) + func (UnimplementedComplexChannelBuilderServiceServer) SetChannel(context.Context, *SetChannelRequest) (*SetChannelResponse, error) + func (UnimplementedComplexChannelBuilderServiceServer) SetPreambleIndex(context.Context, *SetPreambleIndexRequest) (*SetPreambleIndexResponse, error) + type UnimplementedComplexChannelServiceServer struct + func (UnimplementedComplexChannelServiceServer) DescribeContents(context.Context, *DescribeContentsRequest) (*DescribeContentsResponse, error) + func (UnimplementedComplexChannelServiceServer) Equals(context.Context, *EqualsRequest) (*EqualsResponse, error) + func (UnimplementedComplexChannelServiceServer) GetChannel(context.Context, *GetChannelRequest) (*GetChannelResponse, error) + func (UnimplementedComplexChannelServiceServer) GetPreambleIndex(context.Context, *GetPreambleIndexRequest) (*GetPreambleIndexResponse, error) + func (UnimplementedComplexChannelServiceServer) HashCode(context.Context, *HashCodeRequest) (*HashCodeResponse, error) + func (UnimplementedComplexChannelServiceServer) ToString(context.Context, *ToStringRequest) (*ToStringResponse, error) + func (UnimplementedComplexChannelServiceServer) WriteToParcel(context.Context, *WriteToParcelRequest) (*WriteToParcelResponse, error) + type UnimplementedRangingCapabilitiesServiceServer struct + func (UnimplementedRangingCapabilitiesServiceServer) DescribeContents(context.Context, *DescribeContentsRequest) (*DescribeContentsResponse, error) + func (UnimplementedRangingCapabilitiesServiceServer) GetMinimumRangingInterval(context.Context, *GetMinimumRangingIntervalRequest) (*GetMinimumRangingIntervalResponse, error) + func (UnimplementedRangingCapabilitiesServiceServer) GetSupportedChannels(context.Context, *GetSupportedChannelsRequest) (*GetSupportedChannelsResponse, error) + func (UnimplementedRangingCapabilitiesServiceServer) GetSupportedConfigIds(context.Context, *GetSupportedConfigIdsRequest) (*GetSupportedConfigIdsResponse, error) + func (UnimplementedRangingCapabilitiesServiceServer) GetSupportedNotificationConfigurations(context.Context, *GetSupportedNotificationConfigurationsRequest) (*GetSupportedNotificationConfigurationsResponse, error) + func (UnimplementedRangingCapabilitiesServiceServer) GetSupportedPreambleIndexes(context.Context, *GetSupportedPreambleIndexesRequest) (*GetSupportedPreambleIndexesResponse, error) + func (UnimplementedRangingCapabilitiesServiceServer) GetSupportedRangingUpdateRates(context.Context, *GetSupportedRangingUpdateRatesRequest) (*GetSupportedRangingUpdateRatesResponse, error) + func (UnimplementedRangingCapabilitiesServiceServer) GetSupportedSlotDurations(context.Context, *GetSupportedSlotDurationsRequest) (*GetSupportedSlotDurationsResponse, error) + func (UnimplementedRangingCapabilitiesServiceServer) IsAzimuthalAngleSupported(context.Context, *IsAzimuthalAngleSupportedRequest) (*IsAzimuthalAngleSupportedResponse, error) + func (UnimplementedRangingCapabilitiesServiceServer) IsBackgroundRangingSupported(context.Context, *IsBackgroundRangingSupportedRequest) (*IsBackgroundRangingSupportedResponse, error) + func (UnimplementedRangingCapabilitiesServiceServer) IsDistanceMeasurementSupported(context.Context, *IsDistanceMeasurementSupportedRequest) (*IsDistanceMeasurementSupportedResponse, error) + func (UnimplementedRangingCapabilitiesServiceServer) IsElevationAngleSupported(context.Context, *IsElevationAngleSupportedRequest) (*IsElevationAngleSupportedResponse, error) + func (UnimplementedRangingCapabilitiesServiceServer) IsRangingIntervalReconfigurationSupported(context.Context, *IsRangingIntervalReconfigurationSupportedRequest) (*IsRangingIntervalReconfigurationSupportedResponse, error) + func (UnimplementedRangingCapabilitiesServiceServer) ToString(context.Context, *ToStringRequest) (*ToStringResponse, error) + func (UnimplementedRangingCapabilitiesServiceServer) WriteToParcel(context.Context, *WriteToParcelRequest) (*WriteToParcelResponse, error) + type UnimplementedRangingParamsBuilderServiceServer struct + func (UnimplementedRangingParamsBuilderServiceServer) Build(context.Context, *BuildRequest) (*BuildResponse, error) + func (UnimplementedRangingParamsBuilderServiceServer) SetComplexChannel(context.Context, *SetComplexChannelRequest) (*SetComplexChannelResponse, error) + func (UnimplementedRangingParamsBuilderServiceServer) SetRangingUpdateRate(context.Context, *SetRangingUpdateRateRequest) (*SetRangingUpdateRateResponse, error) + func (UnimplementedRangingParamsBuilderServiceServer) SetSessionKeyInfo(context.Context, *SetSessionKeyInfoRequest) (*SetSessionKeyInfoResponse, error) + func (UnimplementedRangingParamsBuilderServiceServer) SetSlotDuration(context.Context, *SetSlotDurationRequest) (*SetSlotDurationResponse, error) + func (UnimplementedRangingParamsBuilderServiceServer) SetSubSessionId(context.Context, *SetSubSessionIdRequest) (*SetSubSessionIdResponse, error) + func (UnimplementedRangingParamsBuilderServiceServer) SetSubSessionKeyInfo(context.Context, *SetSubSessionKeyInfoRequest) (*SetSubSessionKeyInfoResponse, error) + type UnimplementedRangingParamsServiceServer struct + func (UnimplementedRangingParamsServiceServer) DescribeContents(context.Context, *DescribeContentsRequest) (*DescribeContentsResponse, error) + func (UnimplementedRangingParamsServiceServer) Equals(context.Context, *EqualsRequest) (*EqualsResponse, error) + func (UnimplementedRangingParamsServiceServer) GetComplexChannel(context.Context, *GetComplexChannelRequest) (*GetComplexChannelResponse, error) + func (UnimplementedRangingParamsServiceServer) GetConfigId(context.Context, *GetConfigIdRequest) (*GetConfigIdResponse, error) + func (UnimplementedRangingParamsServiceServer) GetDeviceAddress(context.Context, *GetDeviceAddressRequest) (*GetDeviceAddressResponse, error) + func (UnimplementedRangingParamsServiceServer) GetPeerAddress(context.Context, *GetPeerAddressRequest) (*GetPeerAddressResponse, error) + func (UnimplementedRangingParamsServiceServer) GetRangingUpdateRate(context.Context, *GetRangingUpdateRateRequest) (*GetRangingUpdateRateResponse, error) + func (UnimplementedRangingParamsServiceServer) GetSessionId(context.Context, *GetSessionIdRequest) (*GetSessionIdResponse, error) + func (UnimplementedRangingParamsServiceServer) GetSessionKeyInfo(context.Context, *GetSessionKeyInfoRequest) (*GetSessionKeyInfoResponse, error) + func (UnimplementedRangingParamsServiceServer) GetSlotDuration(context.Context, *GetSlotDurationRequest) (*GetSlotDurationResponse, error) + func (UnimplementedRangingParamsServiceServer) GetSubSessionId(context.Context, *GetSubSessionIdRequest) (*GetSubSessionIdResponse, error) + func (UnimplementedRangingParamsServiceServer) GetSubSessionKeyInfo(context.Context, *GetSubSessionKeyInfoRequest) (*GetSubSessionKeyInfoResponse, error) + func (UnimplementedRangingParamsServiceServer) HashCode(context.Context, *HashCodeRequest) (*HashCodeResponse, error) + func (UnimplementedRangingParamsServiceServer) ToString(context.Context, *ToStringRequest) (*ToStringResponse, error) + func (UnimplementedRangingParamsServiceServer) WriteToParcel(context.Context, *WriteToParcelRequest) (*WriteToParcelResponse, error) + type UnsafeAddressServiceServer interface + type UnsafeComplexChannelBuilderServiceServer interface + type UnsafeComplexChannelServiceServer interface + type UnsafeRangingCapabilitiesServiceServer interface + type UnsafeRangingParamsBuilderServiceServer interface + type UnsafeRangingParamsServiceServer interface + type WriteToParcelRequest struct + Arg0 int64 + Arg1 int32 + func (*WriteToParcelRequest) Descriptor() ([]byte, []int) + func (*WriteToParcelRequest) ProtoMessage() + func (x *WriteToParcelRequest) GetArg0() int64 + func (x *WriteToParcelRequest) GetArg1() int32 + func (x *WriteToParcelRequest) ProtoReflect() protoreflect.Message + func (x *WriteToParcelRequest) Reset() + func (x *WriteToParcelRequest) String() string + type WriteToParcelResponse struct + func (*WriteToParcelResponse) Descriptor() ([]byte, []int) + func (*WriteToParcelResponse) ProtoMessage() + func (x *WriteToParcelResponse) ProtoReflect() protoreflect.Message + func (x *WriteToParcelResponse) Reset() + func (x *WriteToParcelResponse) String() string