Versions in this module Expand all Collapse all v0 v0.0.6 Mar 29, 2026 Changes in this version + type AddressClient struct + func NewAddressClient(cc grpc.ClientConnInterface) *AddressClient + func (c *AddressClient) CreateRandomShortAddress(ctx context.Context) (int64, error) + func (c *AddressClient) DescribeContents(ctx context.Context) (int32, error) + func (c *AddressClient) Equals(ctx context.Context, arg0 int64) (bool, error) + func (c *AddressClient) FromBytes(ctx context.Context, arg0 int64) (int64, error) + func (c *AddressClient) GetAddressBytes(ctx context.Context) (int64, error) + func (c *AddressClient) HashCode(ctx context.Context) (int32, error) + func (c *AddressClient) ToString(ctx context.Context) (string, error) + func (c *AddressClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error + type ComplexChannelBuilderClient struct + func NewComplexChannelBuilderClient(cc grpc.ClientConnInterface) *ComplexChannelBuilderClient + func (c *ComplexChannelBuilderClient) Build(ctx context.Context) (int64, error) + func (c *ComplexChannelBuilderClient) SetChannel(ctx context.Context, arg0 int32) (int64, error) + func (c *ComplexChannelBuilderClient) SetPreambleIndex(ctx context.Context, arg0 int32) (int64, error) + type ComplexChannelClient struct + func NewComplexChannelClient(cc grpc.ClientConnInterface) *ComplexChannelClient + func (c *ComplexChannelClient) DescribeContents(ctx context.Context) (int32, error) + func (c *ComplexChannelClient) Equals(ctx context.Context, arg0 int64) (bool, error) + func (c *ComplexChannelClient) GetChannel(ctx context.Context) (int32, error) + func (c *ComplexChannelClient) GetPreambleIndex(ctx context.Context) (int32, error) + func (c *ComplexChannelClient) HashCode(ctx context.Context) (int32, error) + func (c *ComplexChannelClient) ToString(ctx context.Context) (string, error) + func (c *ComplexChannelClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error + type RangingCapabilitiesClient struct + func NewRangingCapabilitiesClient(cc grpc.ClientConnInterface) *RangingCapabilitiesClient + func (c *RangingCapabilitiesClient) DescribeContents(ctx context.Context) (int32, error) + func (c *RangingCapabilitiesClient) GetMinimumRangingInterval(ctx context.Context) (int64, error) + func (c *RangingCapabilitiesClient) GetSupportedChannels(ctx context.Context) (int64, error) + func (c *RangingCapabilitiesClient) GetSupportedConfigIds(ctx context.Context) (int64, error) + func (c *RangingCapabilitiesClient) GetSupportedNotificationConfigurations(ctx context.Context) (int64, error) + func (c *RangingCapabilitiesClient) GetSupportedPreambleIndexes(ctx context.Context) (int64, error) + func (c *RangingCapabilitiesClient) GetSupportedRangingUpdateRates(ctx context.Context) (int64, error) + func (c *RangingCapabilitiesClient) GetSupportedSlotDurations(ctx context.Context) (int64, error) + func (c *RangingCapabilitiesClient) IsAzimuthalAngleSupported(ctx context.Context) (bool, error) + func (c *RangingCapabilitiesClient) IsBackgroundRangingSupported(ctx context.Context) (bool, error) + func (c *RangingCapabilitiesClient) IsDistanceMeasurementSupported(ctx context.Context) (bool, error) + func (c *RangingCapabilitiesClient) IsElevationAngleSupported(ctx context.Context) (bool, error) + func (c *RangingCapabilitiesClient) IsRangingIntervalReconfigurationSupported(ctx context.Context) (bool, error) + func (c *RangingCapabilitiesClient) ToString(ctx context.Context) (string, error) + func (c *RangingCapabilitiesClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error + type RangingParamsBuilderClient struct + func NewRangingParamsBuilderClient(cc grpc.ClientConnInterface) *RangingParamsBuilderClient + func (c *RangingParamsBuilderClient) Build(ctx context.Context) (int64, error) + func (c *RangingParamsBuilderClient) SetComplexChannel(ctx context.Context, arg0 int64) (int64, error) + func (c *RangingParamsBuilderClient) SetRangingUpdateRate(ctx context.Context, arg0 int32) (int64, error) + func (c *RangingParamsBuilderClient) SetSessionKeyInfo(ctx context.Context, arg0 int64) (int64, error) + func (c *RangingParamsBuilderClient) SetSlotDuration(ctx context.Context, arg0 int32) (int64, error) + func (c *RangingParamsBuilderClient) SetSubSessionId(ctx context.Context, arg0 int32) (int64, error) + func (c *RangingParamsBuilderClient) SetSubSessionKeyInfo(ctx context.Context, arg0 int64) (int64, error) + type RangingParamsClient struct + func NewRangingParamsClient(cc grpc.ClientConnInterface) *RangingParamsClient + func (c *RangingParamsClient) DescribeContents(ctx context.Context) (int32, error) + func (c *RangingParamsClient) Equals(ctx context.Context, arg0 int64) (bool, error) + func (c *RangingParamsClient) GetComplexChannel(ctx context.Context) (int64, error) + func (c *RangingParamsClient) GetConfigId(ctx context.Context) (int32, error) + func (c *RangingParamsClient) GetDeviceAddress(ctx context.Context) (int64, error) + func (c *RangingParamsClient) GetPeerAddress(ctx context.Context) (int64, error) + func (c *RangingParamsClient) GetRangingUpdateRate(ctx context.Context) (int32, error) + func (c *RangingParamsClient) GetSessionId(ctx context.Context) (int32, error) + func (c *RangingParamsClient) GetSessionKeyInfo(ctx context.Context) (int64, error) + func (c *RangingParamsClient) GetSlotDuration(ctx context.Context) (int32, error) + func (c *RangingParamsClient) GetSubSessionId(ctx context.Context) (int32, error) + func (c *RangingParamsClient) GetSubSessionKeyInfo(ctx context.Context) (int64, error) + func (c *RangingParamsClient) HashCode(ctx context.Context) (int32, error) + func (c *RangingParamsClient) ToString(ctx context.Context) (string, error) + func (c *RangingParamsClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error