Documentation
¶
Index ¶
- type 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
- type 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
- 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
- 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
- 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
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddressClient ¶
type AddressClient struct {
// contains filtered or unexported fields
}
AddressClient wraps the gRPC AddressService client.
func NewAddressClient ¶
func NewAddressClient(cc grpc.ClientConnInterface) *AddressClient
NewAddressClient creates a new Address client.
func (*AddressClient) CreateRandomShortAddress ¶
func (c *AddressClient) CreateRandomShortAddress(ctx context.Context) (int64, error)
CreateRandomShortAddress calls the CreateRandomShortAddress RPC.
func (*AddressClient) DescribeContents ¶
func (c *AddressClient) DescribeContents(ctx context.Context) (int32, error)
DescribeContents calls the DescribeContents RPC.
func (*AddressClient) GetAddressBytes ¶
func (c *AddressClient) GetAddressBytes(ctx context.Context) (int64, error)
GetAddressBytes calls the GetAddressBytes RPC.
func (*AddressClient) HashCode ¶
func (c *AddressClient) HashCode(ctx context.Context) (int32, error)
HashCode calls the HashCode RPC.
func (*AddressClient) ToString ¶
func (c *AddressClient) ToString(ctx context.Context) (string, error)
ToString calls the ToString RPC.
func (*AddressClient) WriteToParcel ¶
WriteToParcel calls the WriteToParcel RPC.
type ComplexChannelBuilderClient ¶
type ComplexChannelBuilderClient struct {
// contains filtered or unexported fields
}
ComplexChannelBuilderClient wraps the gRPC ComplexChannelBuilderService client.
func NewComplexChannelBuilderClient ¶
func NewComplexChannelBuilderClient(cc grpc.ClientConnInterface) *ComplexChannelBuilderClient
NewComplexChannelBuilderClient creates a new ComplexChannelBuilder client.
func (*ComplexChannelBuilderClient) Build ¶
func (c *ComplexChannelBuilderClient) Build(ctx context.Context) (int64, error)
Build calls the Build RPC.
func (*ComplexChannelBuilderClient) SetChannel ¶
SetChannel calls the SetChannel RPC.
func (*ComplexChannelBuilderClient) SetPreambleIndex ¶
func (c *ComplexChannelBuilderClient) SetPreambleIndex(ctx context.Context, arg0 int32) (int64, error)
SetPreambleIndex calls the SetPreambleIndex RPC.
type ComplexChannelClient ¶
type ComplexChannelClient struct {
// contains filtered or unexported fields
}
ComplexChannelClient wraps the gRPC ComplexChannelService client.
func NewComplexChannelClient ¶
func NewComplexChannelClient(cc grpc.ClientConnInterface) *ComplexChannelClient
NewComplexChannelClient creates a new ComplexChannel client.
func (*ComplexChannelClient) DescribeContents ¶
func (c *ComplexChannelClient) DescribeContents(ctx context.Context) (int32, error)
DescribeContents calls the DescribeContents RPC.
func (*ComplexChannelClient) GetChannel ¶
func (c *ComplexChannelClient) GetChannel(ctx context.Context) (int32, error)
GetChannel calls the GetChannel RPC.
func (*ComplexChannelClient) GetPreambleIndex ¶
func (c *ComplexChannelClient) GetPreambleIndex(ctx context.Context) (int32, error)
GetPreambleIndex calls the GetPreambleIndex RPC.
func (*ComplexChannelClient) HashCode ¶
func (c *ComplexChannelClient) HashCode(ctx context.Context) (int32, error)
HashCode calls the HashCode RPC.
func (*ComplexChannelClient) ToString ¶
func (c *ComplexChannelClient) ToString(ctx context.Context) (string, error)
ToString calls the ToString RPC.
func (*ComplexChannelClient) WriteToParcel ¶
WriteToParcel calls the WriteToParcel RPC.
type RangingCapabilitiesClient ¶
type RangingCapabilitiesClient struct {
// contains filtered or unexported fields
}
RangingCapabilitiesClient wraps the gRPC RangingCapabilitiesService client.
func NewRangingCapabilitiesClient ¶
func NewRangingCapabilitiesClient(cc grpc.ClientConnInterface) *RangingCapabilitiesClient
NewRangingCapabilitiesClient creates a new RangingCapabilities client.
func (*RangingCapabilitiesClient) DescribeContents ¶
func (c *RangingCapabilitiesClient) DescribeContents(ctx context.Context) (int32, error)
DescribeContents calls the DescribeContents RPC.
func (*RangingCapabilitiesClient) GetMinimumRangingInterval ¶
func (c *RangingCapabilitiesClient) GetMinimumRangingInterval(ctx context.Context) (int64, error)
GetMinimumRangingInterval calls the GetMinimumRangingInterval RPC.
func (*RangingCapabilitiesClient) GetSupportedChannels ¶
func (c *RangingCapabilitiesClient) GetSupportedChannels(ctx context.Context) (int64, error)
GetSupportedChannels calls the GetSupportedChannels RPC.
func (*RangingCapabilitiesClient) GetSupportedConfigIds ¶
func (c *RangingCapabilitiesClient) GetSupportedConfigIds(ctx context.Context) (int64, error)
GetSupportedConfigIds calls the GetSupportedConfigIds RPC.
func (*RangingCapabilitiesClient) GetSupportedNotificationConfigurations ¶
func (c *RangingCapabilitiesClient) GetSupportedNotificationConfigurations(ctx context.Context) (int64, error)
GetSupportedNotificationConfigurations calls the GetSupportedNotificationConfigurations RPC.
func (*RangingCapabilitiesClient) GetSupportedPreambleIndexes ¶
func (c *RangingCapabilitiesClient) GetSupportedPreambleIndexes(ctx context.Context) (int64, error)
GetSupportedPreambleIndexes calls the GetSupportedPreambleIndexes RPC.
func (*RangingCapabilitiesClient) GetSupportedRangingUpdateRates ¶
func (c *RangingCapabilitiesClient) GetSupportedRangingUpdateRates(ctx context.Context) (int64, error)
GetSupportedRangingUpdateRates calls the GetSupportedRangingUpdateRates RPC.
func (*RangingCapabilitiesClient) GetSupportedSlotDurations ¶
func (c *RangingCapabilitiesClient) GetSupportedSlotDurations(ctx context.Context) (int64, error)
GetSupportedSlotDurations calls the GetSupportedSlotDurations RPC.
func (*RangingCapabilitiesClient) IsAzimuthalAngleSupported ¶
func (c *RangingCapabilitiesClient) IsAzimuthalAngleSupported(ctx context.Context) (bool, error)
IsAzimuthalAngleSupported calls the IsAzimuthalAngleSupported RPC.
func (*RangingCapabilitiesClient) IsBackgroundRangingSupported ¶
func (c *RangingCapabilitiesClient) IsBackgroundRangingSupported(ctx context.Context) (bool, error)
IsBackgroundRangingSupported calls the IsBackgroundRangingSupported RPC.
func (*RangingCapabilitiesClient) IsDistanceMeasurementSupported ¶
func (c *RangingCapabilitiesClient) IsDistanceMeasurementSupported(ctx context.Context) (bool, error)
IsDistanceMeasurementSupported calls the IsDistanceMeasurementSupported RPC.
func (*RangingCapabilitiesClient) IsElevationAngleSupported ¶
func (c *RangingCapabilitiesClient) IsElevationAngleSupported(ctx context.Context) (bool, error)
IsElevationAngleSupported calls the IsElevationAngleSupported RPC.
func (*RangingCapabilitiesClient) IsRangingIntervalReconfigurationSupported ¶
func (c *RangingCapabilitiesClient) IsRangingIntervalReconfigurationSupported(ctx context.Context) (bool, error)
IsRangingIntervalReconfigurationSupported calls the IsRangingIntervalReconfigurationSupported RPC.
func (*RangingCapabilitiesClient) ToString ¶
func (c *RangingCapabilitiesClient) ToString(ctx context.Context) (string, error)
ToString calls the ToString RPC.
func (*RangingCapabilitiesClient) WriteToParcel ¶
func (c *RangingCapabilitiesClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error
WriteToParcel calls the WriteToParcel RPC.
type RangingParamsBuilderClient ¶
type RangingParamsBuilderClient struct {
// contains filtered or unexported fields
}
RangingParamsBuilderClient wraps the gRPC RangingParamsBuilderService client.
func NewRangingParamsBuilderClient ¶
func NewRangingParamsBuilderClient(cc grpc.ClientConnInterface) *RangingParamsBuilderClient
NewRangingParamsBuilderClient creates a new RangingParamsBuilder client.
func (*RangingParamsBuilderClient) Build ¶
func (c *RangingParamsBuilderClient) Build(ctx context.Context) (int64, error)
Build calls the Build RPC.
func (*RangingParamsBuilderClient) SetComplexChannel ¶
func (c *RangingParamsBuilderClient) SetComplexChannel(ctx context.Context, arg0 int64) (int64, error)
SetComplexChannel calls the SetComplexChannel RPC.
func (*RangingParamsBuilderClient) SetRangingUpdateRate ¶
func (c *RangingParamsBuilderClient) SetRangingUpdateRate(ctx context.Context, arg0 int32) (int64, error)
SetRangingUpdateRate calls the SetRangingUpdateRate RPC.
func (*RangingParamsBuilderClient) SetSessionKeyInfo ¶
func (c *RangingParamsBuilderClient) SetSessionKeyInfo(ctx context.Context, arg0 int64) (int64, error)
SetSessionKeyInfo calls the SetSessionKeyInfo RPC.
func (*RangingParamsBuilderClient) SetSlotDuration ¶
func (c *RangingParamsBuilderClient) SetSlotDuration(ctx context.Context, arg0 int32) (int64, error)
SetSlotDuration calls the SetSlotDuration RPC.
func (*RangingParamsBuilderClient) SetSubSessionId ¶
func (c *RangingParamsBuilderClient) SetSubSessionId(ctx context.Context, arg0 int32) (int64, error)
SetSubSessionId calls the SetSubSessionId RPC.
func (*RangingParamsBuilderClient) SetSubSessionKeyInfo ¶
func (c *RangingParamsBuilderClient) SetSubSessionKeyInfo(ctx context.Context, arg0 int64) (int64, error)
SetSubSessionKeyInfo calls the SetSubSessionKeyInfo RPC.
type RangingParamsClient ¶
type RangingParamsClient struct {
// contains filtered or unexported fields
}
RangingParamsClient wraps the gRPC RangingParamsService client.
func NewRangingParamsClient ¶
func NewRangingParamsClient(cc grpc.ClientConnInterface) *RangingParamsClient
NewRangingParamsClient creates a new RangingParams client.
func (*RangingParamsClient) DescribeContents ¶
func (c *RangingParamsClient) DescribeContents(ctx context.Context) (int32, error)
DescribeContents calls the DescribeContents RPC.
func (*RangingParamsClient) GetComplexChannel ¶
func (c *RangingParamsClient) GetComplexChannel(ctx context.Context) (int64, error)
GetComplexChannel calls the GetComplexChannel RPC.
func (*RangingParamsClient) GetConfigId ¶
func (c *RangingParamsClient) GetConfigId(ctx context.Context) (int32, error)
GetConfigId calls the GetConfigId RPC.
func (*RangingParamsClient) GetDeviceAddress ¶
func (c *RangingParamsClient) GetDeviceAddress(ctx context.Context) (int64, error)
GetDeviceAddress calls the GetDeviceAddress RPC.
func (*RangingParamsClient) GetPeerAddress ¶
func (c *RangingParamsClient) GetPeerAddress(ctx context.Context) (int64, error)
GetPeerAddress calls the GetPeerAddress RPC.
func (*RangingParamsClient) GetRangingUpdateRate ¶
func (c *RangingParamsClient) GetRangingUpdateRate(ctx context.Context) (int32, error)
GetRangingUpdateRate calls the GetRangingUpdateRate RPC.
func (*RangingParamsClient) GetSessionId ¶
func (c *RangingParamsClient) GetSessionId(ctx context.Context) (int32, error)
GetSessionId calls the GetSessionId RPC.
func (*RangingParamsClient) GetSessionKeyInfo ¶
func (c *RangingParamsClient) GetSessionKeyInfo(ctx context.Context) (int64, error)
GetSessionKeyInfo calls the GetSessionKeyInfo RPC.
func (*RangingParamsClient) GetSlotDuration ¶
func (c *RangingParamsClient) GetSlotDuration(ctx context.Context) (int32, error)
GetSlotDuration calls the GetSlotDuration RPC.
func (*RangingParamsClient) GetSubSessionId ¶
func (c *RangingParamsClient) GetSubSessionId(ctx context.Context) (int32, error)
GetSubSessionId calls the GetSubSessionId RPC.
func (*RangingParamsClient) GetSubSessionKeyInfo ¶
func (c *RangingParamsClient) GetSubSessionKeyInfo(ctx context.Context) (int64, error)
GetSubSessionKeyInfo calls the GetSubSessionKeyInfo RPC.
func (*RangingParamsClient) HashCode ¶
func (c *RangingParamsClient) HashCode(ctx context.Context) (int32, error)
HashCode calls the HashCode RPC.
func (*RangingParamsClient) ToString ¶
func (c *RangingParamsClient) ToString(ctx context.Context) (string, error)
ToString calls the ToString RPC.
func (*RangingParamsClient) WriteToParcel ¶
WriteToParcel calls the WriteToParcel RPC.