le

package
v0.0.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 29, 2026 License: CC0-1.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AdvertiseCallbackClient

type AdvertiseCallbackClient struct {
	// contains filtered or unexported fields
}

AdvertiseCallbackClient wraps the gRPC AdvertiseCallbackService client.

func NewAdvertiseCallbackClient

func NewAdvertiseCallbackClient(cc grpc.ClientConnInterface) *AdvertiseCallbackClient

NewAdvertiseCallbackClient creates a new AdvertiseCallback client.

func (*AdvertiseCallbackClient) OnStartFailure

func (c *AdvertiseCallbackClient) OnStartFailure(ctx context.Context, arg0 int32) error

OnStartFailure calls the OnStartFailure RPC.

func (*AdvertiseCallbackClient) OnStartSuccess

func (c *AdvertiseCallbackClient) OnStartSuccess(ctx context.Context, arg0 int64) error

OnStartSuccess calls the OnStartSuccess RPC.

type AdvertiseDataBuilderClient

type AdvertiseDataBuilderClient struct {
	// contains filtered or unexported fields
}

AdvertiseDataBuilderClient wraps the gRPC AdvertiseDataBuilderService client.

func NewAdvertiseDataBuilderClient

func NewAdvertiseDataBuilderClient(cc grpc.ClientConnInterface) *AdvertiseDataBuilderClient

NewAdvertiseDataBuilderClient creates a new AdvertiseDataBuilder client.

func (*AdvertiseDataBuilderClient) AddManufacturerData

func (c *AdvertiseDataBuilderClient) AddManufacturerData(ctx context.Context, arg0 int32, arg1 int64) (int64, error)

AddManufacturerData calls the AddManufacturerData RPC.

func (*AdvertiseDataBuilderClient) AddServiceData

func (c *AdvertiseDataBuilderClient) AddServiceData(ctx context.Context, arg0 int64, arg1 int64) (int64, error)

AddServiceData calls the AddServiceData RPC.

func (*AdvertiseDataBuilderClient) AddServiceSolicitationUuid

func (c *AdvertiseDataBuilderClient) AddServiceSolicitationUuid(ctx context.Context, arg0 int64) (int64, error)

AddServiceSolicitationUuid calls the AddServiceSolicitationUuid RPC.

func (*AdvertiseDataBuilderClient) AddServiceUuid

func (c *AdvertiseDataBuilderClient) AddServiceUuid(ctx context.Context, arg0 int64) (int64, error)

AddServiceUuid calls the AddServiceUuid RPC.

func (*AdvertiseDataBuilderClient) AddTransportDiscoveryData

func (c *AdvertiseDataBuilderClient) AddTransportDiscoveryData(ctx context.Context, arg0 int64) (int64, error)

AddTransportDiscoveryData calls the AddTransportDiscoveryData RPC.

func (*AdvertiseDataBuilderClient) Build

Build calls the Build RPC.

func (*AdvertiseDataBuilderClient) SetIncludeDeviceName

func (c *AdvertiseDataBuilderClient) SetIncludeDeviceName(ctx context.Context, arg0 bool) (int64, error)

SetIncludeDeviceName calls the SetIncludeDeviceName RPC.

func (*AdvertiseDataBuilderClient) SetIncludeTxPowerLevel

func (c *AdvertiseDataBuilderClient) SetIncludeTxPowerLevel(ctx context.Context, arg0 bool) (int64, error)

SetIncludeTxPowerLevel calls the SetIncludeTxPowerLevel RPC.

type AdvertiseDataClient

type AdvertiseDataClient struct {
	// contains filtered or unexported fields
}

AdvertiseDataClient wraps the gRPC AdvertiseDataService client.

func NewAdvertiseDataClient

func NewAdvertiseDataClient(cc grpc.ClientConnInterface) *AdvertiseDataClient

NewAdvertiseDataClient creates a new AdvertiseData client.

func (*AdvertiseDataClient) DescribeContents

func (c *AdvertiseDataClient) DescribeContents(ctx context.Context) (int32, error)

DescribeContents calls the DescribeContents RPC.

func (*AdvertiseDataClient) Equals

func (c *AdvertiseDataClient) Equals(ctx context.Context, arg0 int64) (bool, error)

Equals calls the Equals RPC.

func (*AdvertiseDataClient) GetIncludeDeviceName

func (c *AdvertiseDataClient) GetIncludeDeviceName(ctx context.Context) (bool, error)

GetIncludeDeviceName calls the GetIncludeDeviceName RPC.

func (*AdvertiseDataClient) GetIncludeTxPowerLevel

func (c *AdvertiseDataClient) GetIncludeTxPowerLevel(ctx context.Context) (bool, error)

GetIncludeTxPowerLevel calls the GetIncludeTxPowerLevel RPC.

func (*AdvertiseDataClient) GetManufacturerSpecificData

func (c *AdvertiseDataClient) GetManufacturerSpecificData(ctx context.Context) (int64, error)

GetManufacturerSpecificData calls the GetManufacturerSpecificData RPC.

func (*AdvertiseDataClient) GetServiceSolicitationUuids

func (c *AdvertiseDataClient) GetServiceSolicitationUuids(ctx context.Context) (int64, error)

GetServiceSolicitationUuids calls the GetServiceSolicitationUuids RPC.

func (*AdvertiseDataClient) GetServiceUuids

func (c *AdvertiseDataClient) GetServiceUuids(ctx context.Context) (int64, error)

GetServiceUuids calls the GetServiceUuids RPC.

func (*AdvertiseDataClient) GetTransportDiscoveryData

func (c *AdvertiseDataClient) GetTransportDiscoveryData(ctx context.Context) (int64, error)

GetTransportDiscoveryData calls the GetTransportDiscoveryData RPC.

func (*AdvertiseDataClient) HashCode

func (c *AdvertiseDataClient) HashCode(ctx context.Context) (int32, error)

HashCode calls the HashCode RPC.

func (*AdvertiseDataClient) ToString

func (c *AdvertiseDataClient) ToString(ctx context.Context) (string, error)

ToString calls the ToString RPC.

func (*AdvertiseDataClient) WriteToParcel

func (c *AdvertiseDataClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error

WriteToParcel calls the WriteToParcel RPC.

type AdvertiseSettingsBuilderClient

type AdvertiseSettingsBuilderClient struct {
	// contains filtered or unexported fields
}

AdvertiseSettingsBuilderClient wraps the gRPC AdvertiseSettingsBuilderService client.

func NewAdvertiseSettingsBuilderClient

func NewAdvertiseSettingsBuilderClient(cc grpc.ClientConnInterface) *AdvertiseSettingsBuilderClient

NewAdvertiseSettingsBuilderClient creates a new AdvertiseSettingsBuilder client.

func (*AdvertiseSettingsBuilderClient) Build

Build calls the Build RPC.

func (*AdvertiseSettingsBuilderClient) SetAdvertiseMode

func (c *AdvertiseSettingsBuilderClient) SetAdvertiseMode(ctx context.Context, arg0 int32) (int64, error)

SetAdvertiseMode calls the SetAdvertiseMode RPC.

func (*AdvertiseSettingsBuilderClient) SetConnectable

func (c *AdvertiseSettingsBuilderClient) SetConnectable(ctx context.Context, arg0 bool) (int64, error)

SetConnectable calls the SetConnectable RPC.

func (*AdvertiseSettingsBuilderClient) SetDiscoverable

func (c *AdvertiseSettingsBuilderClient) SetDiscoverable(ctx context.Context, arg0 bool) (int64, error)

SetDiscoverable calls the SetDiscoverable RPC.

func (*AdvertiseSettingsBuilderClient) SetTimeout

func (c *AdvertiseSettingsBuilderClient) SetTimeout(ctx context.Context, arg0 int32) (int64, error)

SetTimeout calls the SetTimeout RPC.

func (*AdvertiseSettingsBuilderClient) SetTxPowerLevel

func (c *AdvertiseSettingsBuilderClient) SetTxPowerLevel(ctx context.Context, arg0 int32) (int64, error)

SetTxPowerLevel calls the SetTxPowerLevel RPC.

type AdvertiseSettingsClient

type AdvertiseSettingsClient struct {
	// contains filtered or unexported fields
}

AdvertiseSettingsClient wraps the gRPC AdvertiseSettingsService client.

func NewAdvertiseSettingsClient

func NewAdvertiseSettingsClient(cc grpc.ClientConnInterface) *AdvertiseSettingsClient

NewAdvertiseSettingsClient creates a new AdvertiseSettings client.

func (*AdvertiseSettingsClient) DescribeContents

func (c *AdvertiseSettingsClient) DescribeContents(ctx context.Context) (int32, error)

DescribeContents calls the DescribeContents RPC.

func (*AdvertiseSettingsClient) GetMode

func (c *AdvertiseSettingsClient) GetMode(ctx context.Context) (int32, error)

GetMode calls the GetMode RPC.

func (*AdvertiseSettingsClient) GetTimeout

func (c *AdvertiseSettingsClient) GetTimeout(ctx context.Context) (int32, error)

GetTimeout calls the GetTimeout RPC.

func (*AdvertiseSettingsClient) GetTxPowerLevel

func (c *AdvertiseSettingsClient) GetTxPowerLevel(ctx context.Context) (int32, error)

GetTxPowerLevel calls the GetTxPowerLevel RPC.

func (*AdvertiseSettingsClient) IsConnectable

func (c *AdvertiseSettingsClient) IsConnectable(ctx context.Context) (bool, error)

IsConnectable calls the IsConnectable RPC.

func (*AdvertiseSettingsClient) IsDiscoverable

func (c *AdvertiseSettingsClient) IsDiscoverable(ctx context.Context) (bool, error)

IsDiscoverable calls the IsDiscoverable RPC.

func (*AdvertiseSettingsClient) ToString

func (c *AdvertiseSettingsClient) ToString(ctx context.Context) (string, error)

ToString calls the ToString RPC.

func (*AdvertiseSettingsClient) WriteToParcel

func (c *AdvertiseSettingsClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error

WriteToParcel calls the WriteToParcel RPC.

type AdvertisingSetCallbackClient

type AdvertisingSetCallbackClient struct {
	// contains filtered or unexported fields
}

AdvertisingSetCallbackClient wraps the gRPC AdvertisingSetCallbackService client.

func NewAdvertisingSetCallbackClient

func NewAdvertisingSetCallbackClient(cc grpc.ClientConnInterface) *AdvertisingSetCallbackClient

NewAdvertisingSetCallbackClient creates a new AdvertisingSetCallback client.

func (*AdvertisingSetCallbackClient) OnAdvertisingDataSet

func (c *AdvertisingSetCallbackClient) OnAdvertisingDataSet(ctx context.Context, arg0 int64, arg1 int32) error

OnAdvertisingDataSet calls the OnAdvertisingDataSet RPC.

func (*AdvertisingSetCallbackClient) OnAdvertisingEnabled

func (c *AdvertisingSetCallbackClient) OnAdvertisingEnabled(ctx context.Context, arg0 int64, arg1 bool, arg2 int32) error

OnAdvertisingEnabled calls the OnAdvertisingEnabled RPC.

func (*AdvertisingSetCallbackClient) OnAdvertisingParametersUpdated

func (c *AdvertisingSetCallbackClient) OnAdvertisingParametersUpdated(ctx context.Context, arg0 int64, arg1 int32, arg2 int32) error

OnAdvertisingParametersUpdated calls the OnAdvertisingParametersUpdated RPC.

func (*AdvertisingSetCallbackClient) OnAdvertisingSetStarted

func (c *AdvertisingSetCallbackClient) OnAdvertisingSetStarted(ctx context.Context, arg0 int64, arg1 int32, arg2 int32) error

OnAdvertisingSetStarted calls the OnAdvertisingSetStarted RPC.

func (*AdvertisingSetCallbackClient) OnAdvertisingSetStopped

func (c *AdvertisingSetCallbackClient) OnAdvertisingSetStopped(ctx context.Context, arg0 int64) error

OnAdvertisingSetStopped calls the OnAdvertisingSetStopped RPC.

func (*AdvertisingSetCallbackClient) OnPeriodicAdvertisingDataSet

func (c *AdvertisingSetCallbackClient) OnPeriodicAdvertisingDataSet(ctx context.Context, arg0 int64, arg1 int32) error

OnPeriodicAdvertisingDataSet calls the OnPeriodicAdvertisingDataSet RPC.

func (*AdvertisingSetCallbackClient) OnPeriodicAdvertisingEnabled

func (c *AdvertisingSetCallbackClient) OnPeriodicAdvertisingEnabled(ctx context.Context, arg0 int64, arg1 bool, arg2 int32) error

OnPeriodicAdvertisingEnabled calls the OnPeriodicAdvertisingEnabled RPC.

func (*AdvertisingSetCallbackClient) OnPeriodicAdvertisingParametersUpdated

func (c *AdvertisingSetCallbackClient) OnPeriodicAdvertisingParametersUpdated(ctx context.Context, arg0 int64, arg1 int32) error

OnPeriodicAdvertisingParametersUpdated calls the OnPeriodicAdvertisingParametersUpdated RPC.

func (*AdvertisingSetCallbackClient) OnScanResponseDataSet

func (c *AdvertisingSetCallbackClient) OnScanResponseDataSet(ctx context.Context, arg0 int64, arg1 int32) error

OnScanResponseDataSet calls the OnScanResponseDataSet RPC.

type AdvertisingSetClient

type AdvertisingSetClient struct {
	// contains filtered or unexported fields
}

AdvertisingSetClient wraps the gRPC AdvertisingSetService client.

func NewAdvertisingSetClient

func NewAdvertisingSetClient(cc grpc.ClientConnInterface) *AdvertisingSetClient

NewAdvertisingSetClient creates a new AdvertisingSet client.

func (*AdvertisingSetClient) EnableAdvertising

func (c *AdvertisingSetClient) EnableAdvertising(ctx context.Context, arg0 bool, arg1 int32, arg2 int32) error

EnableAdvertising calls the EnableAdvertising RPC.

func (*AdvertisingSetClient) SetAdvertisingData

func (c *AdvertisingSetClient) SetAdvertisingData(ctx context.Context, arg0 int64) error

SetAdvertisingData calls the SetAdvertisingData RPC.

func (*AdvertisingSetClient) SetAdvertisingParameters

func (c *AdvertisingSetClient) SetAdvertisingParameters(ctx context.Context, arg0 int64) error

SetAdvertisingParameters calls the SetAdvertisingParameters RPC.

func (*AdvertisingSetClient) SetPeriodicAdvertisingData

func (c *AdvertisingSetClient) SetPeriodicAdvertisingData(ctx context.Context, arg0 int64) error

SetPeriodicAdvertisingData calls the SetPeriodicAdvertisingData RPC.

func (*AdvertisingSetClient) SetPeriodicAdvertisingEnabled

func (c *AdvertisingSetClient) SetPeriodicAdvertisingEnabled(ctx context.Context, arg0 bool) error

SetPeriodicAdvertisingEnabled calls the SetPeriodicAdvertisingEnabled RPC.

func (*AdvertisingSetClient) SetPeriodicAdvertisingParameters

func (c *AdvertisingSetClient) SetPeriodicAdvertisingParameters(ctx context.Context, arg0 int64) error

SetPeriodicAdvertisingParameters calls the SetPeriodicAdvertisingParameters RPC.

func (*AdvertisingSetClient) SetScanResponseData

func (c *AdvertisingSetClient) SetScanResponseData(ctx context.Context, arg0 int64) error

SetScanResponseData calls the SetScanResponseData RPC.

type AdvertisingSetParametersBuilderClient

type AdvertisingSetParametersBuilderClient struct {
	// contains filtered or unexported fields
}

AdvertisingSetParametersBuilderClient wraps the gRPC AdvertisingSetParametersBuilderService client.

func NewAdvertisingSetParametersBuilderClient

func NewAdvertisingSetParametersBuilderClient(cc grpc.ClientConnInterface) *AdvertisingSetParametersBuilderClient

NewAdvertisingSetParametersBuilderClient creates a new AdvertisingSetParametersBuilder client.

func (*AdvertisingSetParametersBuilderClient) Build

Build calls the Build RPC.

func (*AdvertisingSetParametersBuilderClient) SetAnonymous

func (c *AdvertisingSetParametersBuilderClient) SetAnonymous(ctx context.Context, arg0 bool) (int64, error)

SetAnonymous calls the SetAnonymous RPC.

func (*AdvertisingSetParametersBuilderClient) SetConnectable

func (c *AdvertisingSetParametersBuilderClient) SetConnectable(ctx context.Context, arg0 bool) (int64, error)

SetConnectable calls the SetConnectable RPC.

func (*AdvertisingSetParametersBuilderClient) SetDiscoverable

func (c *AdvertisingSetParametersBuilderClient) SetDiscoverable(ctx context.Context, arg0 bool) (int64, error)

SetDiscoverable calls the SetDiscoverable RPC.

func (*AdvertisingSetParametersBuilderClient) SetIncludeTxPower

func (c *AdvertisingSetParametersBuilderClient) SetIncludeTxPower(ctx context.Context, arg0 bool) (int64, error)

SetIncludeTxPower calls the SetIncludeTxPower RPC.

func (*AdvertisingSetParametersBuilderClient) SetInterval

SetInterval calls the SetInterval RPC.

func (*AdvertisingSetParametersBuilderClient) SetLegacyMode

func (c *AdvertisingSetParametersBuilderClient) SetLegacyMode(ctx context.Context, arg0 bool) (int64, error)

SetLegacyMode calls the SetLegacyMode RPC.

func (*AdvertisingSetParametersBuilderClient) SetPrimaryPhy

func (c *AdvertisingSetParametersBuilderClient) SetPrimaryPhy(ctx context.Context, arg0 int32) (int64, error)

SetPrimaryPhy calls the SetPrimaryPhy RPC.

func (*AdvertisingSetParametersBuilderClient) SetScannable

func (c *AdvertisingSetParametersBuilderClient) SetScannable(ctx context.Context, arg0 bool) (int64, error)

SetScannable calls the SetScannable RPC.

func (*AdvertisingSetParametersBuilderClient) SetSecondaryPhy

func (c *AdvertisingSetParametersBuilderClient) SetSecondaryPhy(ctx context.Context, arg0 int32) (int64, error)

SetSecondaryPhy calls the SetSecondaryPhy RPC.

func (*AdvertisingSetParametersBuilderClient) SetTxPowerLevel

func (c *AdvertisingSetParametersBuilderClient) SetTxPowerLevel(ctx context.Context, arg0 int32) (int64, error)

SetTxPowerLevel calls the SetTxPowerLevel RPC.

type AdvertisingSetParametersClient

type AdvertisingSetParametersClient struct {
	// contains filtered or unexported fields
}

AdvertisingSetParametersClient wraps the gRPC AdvertisingSetParametersService client.

func NewAdvertisingSetParametersClient

func NewAdvertisingSetParametersClient(cc grpc.ClientConnInterface) *AdvertisingSetParametersClient

NewAdvertisingSetParametersClient creates a new AdvertisingSetParameters client.

func (*AdvertisingSetParametersClient) DescribeContents

func (c *AdvertisingSetParametersClient) DescribeContents(ctx context.Context) (int32, error)

DescribeContents calls the DescribeContents RPC.

func (*AdvertisingSetParametersClient) GetInterval

func (c *AdvertisingSetParametersClient) GetInterval(ctx context.Context) (int32, error)

GetInterval calls the GetInterval RPC.

func (*AdvertisingSetParametersClient) GetPrimaryPhy

func (c *AdvertisingSetParametersClient) GetPrimaryPhy(ctx context.Context) (int32, error)

GetPrimaryPhy calls the GetPrimaryPhy RPC.

func (*AdvertisingSetParametersClient) GetSecondaryPhy

func (c *AdvertisingSetParametersClient) GetSecondaryPhy(ctx context.Context) (int32, error)

GetSecondaryPhy calls the GetSecondaryPhy RPC.

func (*AdvertisingSetParametersClient) GetTxPowerLevel

func (c *AdvertisingSetParametersClient) GetTxPowerLevel(ctx context.Context) (int32, error)

GetTxPowerLevel calls the GetTxPowerLevel RPC.

func (*AdvertisingSetParametersClient) IncludeTxPower

func (c *AdvertisingSetParametersClient) IncludeTxPower(ctx context.Context) (bool, error)

IncludeTxPower calls the IncludeTxPower RPC.

func (*AdvertisingSetParametersClient) IsAnonymous

func (c *AdvertisingSetParametersClient) IsAnonymous(ctx context.Context) (bool, error)

IsAnonymous calls the IsAnonymous RPC.

func (*AdvertisingSetParametersClient) IsConnectable

func (c *AdvertisingSetParametersClient) IsConnectable(ctx context.Context) (bool, error)

IsConnectable calls the IsConnectable RPC.

func (*AdvertisingSetParametersClient) IsDiscoverable

func (c *AdvertisingSetParametersClient) IsDiscoverable(ctx context.Context) (bool, error)

IsDiscoverable calls the IsDiscoverable RPC.

func (*AdvertisingSetParametersClient) IsLegacy

IsLegacy calls the IsLegacy RPC.

func (*AdvertisingSetParametersClient) IsScannable

func (c *AdvertisingSetParametersClient) IsScannable(ctx context.Context) (bool, error)

IsScannable calls the IsScannable RPC.

func (*AdvertisingSetParametersClient) ToString

ToString calls the ToString RPC.

func (*AdvertisingSetParametersClient) WriteToParcel

func (c *AdvertisingSetParametersClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error

WriteToParcel calls the WriteToParcel RPC.

type BluetoothLeAdvertiserClient

type BluetoothLeAdvertiserClient struct {
	// contains filtered or unexported fields
}

BluetoothLeAdvertiserClient wraps the gRPC BluetoothLeAdvertiserService client.

func NewBluetoothLeAdvertiserClient

func NewBluetoothLeAdvertiserClient(cc grpc.ClientConnInterface) *BluetoothLeAdvertiserClient

NewBluetoothLeAdvertiserClient creates a new BluetoothLeAdvertiser client.

func (*BluetoothLeAdvertiserClient) StartAdvertising3

func (c *BluetoothLeAdvertiserClient) StartAdvertising3(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) error

StartAdvertising3 calls the StartAdvertising3 RPC.

func (*BluetoothLeAdvertiserClient) StartAdvertising4_1

func (c *BluetoothLeAdvertiserClient) StartAdvertising4_1(ctx context.Context, arg0 int64, arg1 int64, arg2 int64, arg3 int64) error

StartAdvertising4_1 calls the StartAdvertising4_1 RPC.

func (*BluetoothLeAdvertiserClient) StartAdvertisingSet6

func (c *BluetoothLeAdvertiserClient) StartAdvertisingSet6(ctx context.Context, arg0 int64, arg1 int64, arg2 int64, arg3 int64, arg4 int64, arg5 int64) error

StartAdvertisingSet6 calls the StartAdvertisingSet6 RPC.

func (*BluetoothLeAdvertiserClient) StartAdvertisingSet8_1

func (c *BluetoothLeAdvertiserClient) StartAdvertisingSet8_1(ctx context.Context, arg0 int64, arg1 int64, arg2 int64, arg3 int64, arg4 int64, arg5 int32, arg6 int32, arg7 int64) error

StartAdvertisingSet8_1 calls the StartAdvertisingSet8_1 RPC.

func (*BluetoothLeAdvertiserClient) StopAdvertising

func (c *BluetoothLeAdvertiserClient) StopAdvertising(ctx context.Context, arg0 int64) error

StopAdvertising calls the StopAdvertising RPC.

func (*BluetoothLeAdvertiserClient) StopAdvertisingSet

func (c *BluetoothLeAdvertiserClient) StopAdvertisingSet(ctx context.Context, arg0 int64) error

StopAdvertisingSet calls the StopAdvertisingSet RPC.

type BluetoothLeScannerClient

type BluetoothLeScannerClient struct {
	// contains filtered or unexported fields
}

BluetoothLeScannerClient wraps the gRPC BluetoothLeScannerService client.

func NewBluetoothLeScannerClient

func NewBluetoothLeScannerClient(cc grpc.ClientConnInterface) *BluetoothLeScannerClient

NewBluetoothLeScannerClient creates a new BluetoothLeScanner client.

func (*BluetoothLeScannerClient) FlushPendingScanResults

func (c *BluetoothLeScannerClient) FlushPendingScanResults(ctx context.Context, arg0 int64) error

FlushPendingScanResults calls the FlushPendingScanResults RPC.

func (*BluetoothLeScannerClient) StartScan

func (c *BluetoothLeScannerClient) StartScan(ctx context.Context, arg0 int64) error

StartScan calls the StartScan RPC.

func (*BluetoothLeScannerClient) StopScan1

func (c *BluetoothLeScannerClient) StopScan1(ctx context.Context, arg0 int64) error

StopScan1 calls the StopScan1 RPC.

func (*BluetoothLeScannerClient) StopScan1_1

func (c *BluetoothLeScannerClient) StopScan1_1(ctx context.Context, arg0 int64) error

StopScan1_1 calls the StopScan1_1 RPC.

type PeriodicAdvertisingParametersBuilderClient

type PeriodicAdvertisingParametersBuilderClient struct {
	// contains filtered or unexported fields
}

PeriodicAdvertisingParametersBuilderClient wraps the gRPC PeriodicAdvertisingParametersBuilderService client.

func NewPeriodicAdvertisingParametersBuilderClient

func NewPeriodicAdvertisingParametersBuilderClient(cc grpc.ClientConnInterface) *PeriodicAdvertisingParametersBuilderClient

NewPeriodicAdvertisingParametersBuilderClient creates a new PeriodicAdvertisingParametersBuilder client.

func (*PeriodicAdvertisingParametersBuilderClient) Build

Build calls the Build RPC.

func (*PeriodicAdvertisingParametersBuilderClient) SetIncludeTxPower

func (c *PeriodicAdvertisingParametersBuilderClient) SetIncludeTxPower(ctx context.Context, arg0 bool) (int64, error)

SetIncludeTxPower calls the SetIncludeTxPower RPC.

func (*PeriodicAdvertisingParametersBuilderClient) SetInterval

SetInterval calls the SetInterval RPC.

type PeriodicAdvertisingParametersClient

type PeriodicAdvertisingParametersClient struct {
	// contains filtered or unexported fields
}

PeriodicAdvertisingParametersClient wraps the gRPC PeriodicAdvertisingParametersService client.

func NewPeriodicAdvertisingParametersClient

func NewPeriodicAdvertisingParametersClient(cc grpc.ClientConnInterface) *PeriodicAdvertisingParametersClient

NewPeriodicAdvertisingParametersClient creates a new PeriodicAdvertisingParameters client.

func (*PeriodicAdvertisingParametersClient) DescribeContents

func (c *PeriodicAdvertisingParametersClient) DescribeContents(ctx context.Context) (int32, error)

DescribeContents calls the DescribeContents RPC.

func (*PeriodicAdvertisingParametersClient) GetIncludeTxPower

func (c *PeriodicAdvertisingParametersClient) GetIncludeTxPower(ctx context.Context) (bool, error)

GetIncludeTxPower calls the GetIncludeTxPower RPC.

func (*PeriodicAdvertisingParametersClient) GetInterval

GetInterval calls the GetInterval RPC.

func (*PeriodicAdvertisingParametersClient) WriteToParcel

func (c *PeriodicAdvertisingParametersClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error

WriteToParcel calls the WriteToParcel RPC.

type ScanCallbackClient

type ScanCallbackClient struct {
	// contains filtered or unexported fields
}

ScanCallbackClient wraps the gRPC ScanCallbackService client.

func NewScanCallbackClient

func NewScanCallbackClient(cc grpc.ClientConnInterface) *ScanCallbackClient

NewScanCallbackClient creates a new ScanCallback client.

func (*ScanCallbackClient) OnScanFailed

func (c *ScanCallbackClient) OnScanFailed(ctx context.Context, arg0 int32) error

OnScanFailed calls the OnScanFailed RPC.

func (*ScanCallbackClient) OnScanResult

func (c *ScanCallbackClient) OnScanResult(ctx context.Context, arg0 int32, arg1 int64) error

OnScanResult calls the OnScanResult RPC.

type ScanFilterBuilderClient

type ScanFilterBuilderClient struct {
	// contains filtered or unexported fields
}

ScanFilterBuilderClient wraps the gRPC ScanFilterBuilderService client.

func NewScanFilterBuilderClient

func NewScanFilterBuilderClient(cc grpc.ClientConnInterface) *ScanFilterBuilderClient

NewScanFilterBuilderClient creates a new ScanFilterBuilder client.

func (*ScanFilterBuilderClient) Build

Build calls the Build RPC.

func (*ScanFilterBuilderClient) SetAdvertisingDataType

func (c *ScanFilterBuilderClient) SetAdvertisingDataType(ctx context.Context, arg0 int32) (int64, error)

SetAdvertisingDataType calls the SetAdvertisingDataType RPC.

func (*ScanFilterBuilderClient) SetAdvertisingDataTypeWithData

func (c *ScanFilterBuilderClient) SetAdvertisingDataTypeWithData(ctx context.Context, arg0 int32, arg1 int64, arg2 int64) (int64, error)

SetAdvertisingDataTypeWithData calls the SetAdvertisingDataTypeWithData RPC.

func (*ScanFilterBuilderClient) SetDeviceAddress

func (c *ScanFilterBuilderClient) SetDeviceAddress(ctx context.Context, arg0 string) (int64, error)

SetDeviceAddress calls the SetDeviceAddress RPC.

func (*ScanFilterBuilderClient) SetDeviceName

func (c *ScanFilterBuilderClient) SetDeviceName(ctx context.Context, arg0 string) (int64, error)

SetDeviceName calls the SetDeviceName RPC.

func (*ScanFilterBuilderClient) SetManufacturerData2

func (c *ScanFilterBuilderClient) SetManufacturerData2(ctx context.Context, arg0 int32, arg1 int64) (int64, error)

SetManufacturerData2 calls the SetManufacturerData2 RPC.

func (*ScanFilterBuilderClient) SetManufacturerData3_1

func (c *ScanFilterBuilderClient) SetManufacturerData3_1(ctx context.Context, arg0 int32, arg1 int64, arg2 int64) (int64, error)

SetManufacturerData3_1 calls the SetManufacturerData3_1 RPC.

func (*ScanFilterBuilderClient) SetServiceData2

func (c *ScanFilterBuilderClient) SetServiceData2(ctx context.Context, arg0 int64, arg1 int64) (int64, error)

SetServiceData2 calls the SetServiceData2 RPC.

func (*ScanFilterBuilderClient) SetServiceData3_1

func (c *ScanFilterBuilderClient) SetServiceData3_1(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) (int64, error)

SetServiceData3_1 calls the SetServiceData3_1 RPC.

func (*ScanFilterBuilderClient) SetServiceSolicitationUuid1

func (c *ScanFilterBuilderClient) SetServiceSolicitationUuid1(ctx context.Context, arg0 int64) (int64, error)

SetServiceSolicitationUuid1 calls the SetServiceSolicitationUuid1 RPC.

func (*ScanFilterBuilderClient) SetServiceSolicitationUuid2_1

func (c *ScanFilterBuilderClient) SetServiceSolicitationUuid2_1(ctx context.Context, arg0 int64, arg1 int64) (int64, error)

SetServiceSolicitationUuid2_1 calls the SetServiceSolicitationUuid2_1 RPC.

func (*ScanFilterBuilderClient) SetServiceUuid1

func (c *ScanFilterBuilderClient) SetServiceUuid1(ctx context.Context, arg0 int64) (int64, error)

SetServiceUuid1 calls the SetServiceUuid1 RPC.

func (*ScanFilterBuilderClient) SetServiceUuid2_1

func (c *ScanFilterBuilderClient) SetServiceUuid2_1(ctx context.Context, arg0 int64, arg1 int64) (int64, error)

SetServiceUuid2_1 calls the SetServiceUuid2_1 RPC.

type ScanFilterClient

type ScanFilterClient struct {
	// contains filtered or unexported fields
}

ScanFilterClient wraps the gRPC ScanFilterService client.

func NewScanFilterClient

func NewScanFilterClient(cc grpc.ClientConnInterface) *ScanFilterClient

NewScanFilterClient creates a new ScanFilter client.

func (*ScanFilterClient) DescribeContents

func (c *ScanFilterClient) DescribeContents(ctx context.Context) (int32, error)

DescribeContents calls the DescribeContents RPC.

func (*ScanFilterClient) Equals

func (c *ScanFilterClient) Equals(ctx context.Context, arg0 int64) (bool, error)

Equals calls the Equals RPC.

func (*ScanFilterClient) GetAdvertisingData

func (c *ScanFilterClient) GetAdvertisingData(ctx context.Context) (int64, error)

GetAdvertisingData calls the GetAdvertisingData RPC.

func (*ScanFilterClient) GetAdvertisingDataMask

func (c *ScanFilterClient) GetAdvertisingDataMask(ctx context.Context) (int64, error)

GetAdvertisingDataMask calls the GetAdvertisingDataMask RPC.

func (*ScanFilterClient) GetAdvertisingDataType

func (c *ScanFilterClient) GetAdvertisingDataType(ctx context.Context) (int32, error)

GetAdvertisingDataType calls the GetAdvertisingDataType RPC.

func (*ScanFilterClient) GetDeviceAddress

func (c *ScanFilterClient) GetDeviceAddress(ctx context.Context) (string, error)

GetDeviceAddress calls the GetDeviceAddress RPC.

func (*ScanFilterClient) GetDeviceName

func (c *ScanFilterClient) GetDeviceName(ctx context.Context) (string, error)

GetDeviceName calls the GetDeviceName RPC.

func (*ScanFilterClient) GetManufacturerData

func (c *ScanFilterClient) GetManufacturerData(ctx context.Context) (int64, error)

GetManufacturerData calls the GetManufacturerData RPC.

func (*ScanFilterClient) GetManufacturerDataMask

func (c *ScanFilterClient) GetManufacturerDataMask(ctx context.Context) (int64, error)

GetManufacturerDataMask calls the GetManufacturerDataMask RPC.

func (*ScanFilterClient) GetManufacturerId

func (c *ScanFilterClient) GetManufacturerId(ctx context.Context) (int32, error)

GetManufacturerId calls the GetManufacturerId RPC.

func (*ScanFilterClient) GetServiceData

func (c *ScanFilterClient) GetServiceData(ctx context.Context) (int64, error)

GetServiceData calls the GetServiceData RPC.

func (*ScanFilterClient) GetServiceDataMask

func (c *ScanFilterClient) GetServiceDataMask(ctx context.Context) (int64, error)

GetServiceDataMask calls the GetServiceDataMask RPC.

func (*ScanFilterClient) GetServiceDataUuid

func (c *ScanFilterClient) GetServiceDataUuid(ctx context.Context) (int64, error)

GetServiceDataUuid calls the GetServiceDataUuid RPC.

func (*ScanFilterClient) GetServiceSolicitationUuid

func (c *ScanFilterClient) GetServiceSolicitationUuid(ctx context.Context) (int64, error)

GetServiceSolicitationUuid calls the GetServiceSolicitationUuid RPC.

func (*ScanFilterClient) GetServiceSolicitationUuidMask

func (c *ScanFilterClient) GetServiceSolicitationUuidMask(ctx context.Context) (int64, error)

GetServiceSolicitationUuidMask calls the GetServiceSolicitationUuidMask RPC.

func (*ScanFilterClient) GetServiceUuid

func (c *ScanFilterClient) GetServiceUuid(ctx context.Context) (int64, error)

GetServiceUuid calls the GetServiceUuid RPC.

func (*ScanFilterClient) GetServiceUuidMask

func (c *ScanFilterClient) GetServiceUuidMask(ctx context.Context) (int64, error)

GetServiceUuidMask calls the GetServiceUuidMask RPC.

func (*ScanFilterClient) HashCode

func (c *ScanFilterClient) HashCode(ctx context.Context) (int32, error)

HashCode calls the HashCode RPC.

func (*ScanFilterClient) Matches

func (c *ScanFilterClient) Matches(ctx context.Context, arg0 int64) (bool, error)

Matches calls the Matches RPC.

func (*ScanFilterClient) ToString

func (c *ScanFilterClient) ToString(ctx context.Context) (string, error)

ToString calls the ToString RPC.

func (*ScanFilterClient) WriteToParcel

func (c *ScanFilterClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error

WriteToParcel calls the WriteToParcel RPC.

type ScanRecordClient

type ScanRecordClient struct {
	// contains filtered or unexported fields
}

ScanRecordClient wraps the gRPC ScanRecordService client.

func NewScanRecordClient

func NewScanRecordClient(cc grpc.ClientConnInterface) *ScanRecordClient

NewScanRecordClient creates a new ScanRecord client.

func (*ScanRecordClient) GetAdvertiseFlags

func (c *ScanRecordClient) GetAdvertiseFlags(ctx context.Context) (int32, error)

GetAdvertiseFlags calls the GetAdvertiseFlags RPC.

func (*ScanRecordClient) GetBytes

func (c *ScanRecordClient) GetBytes(ctx context.Context) (int64, error)

GetBytes calls the GetBytes RPC.

func (*ScanRecordClient) GetDeviceName

func (c *ScanRecordClient) GetDeviceName(ctx context.Context) (string, error)

GetDeviceName calls the GetDeviceName RPC.

func (*ScanRecordClient) GetManufacturerSpecificData0

func (c *ScanRecordClient) GetManufacturerSpecificData0(ctx context.Context) (int64, error)

GetManufacturerSpecificData0 calls the GetManufacturerSpecificData0 RPC.

func (*ScanRecordClient) GetManufacturerSpecificData1_1

func (c *ScanRecordClient) GetManufacturerSpecificData1_1(ctx context.Context, arg0 int32) (int64, error)

GetManufacturerSpecificData1_1 calls the GetManufacturerSpecificData1_1 RPC.

func (*ScanRecordClient) GetServiceData

func (c *ScanRecordClient) GetServiceData(ctx context.Context, arg0 int64) (int64, error)

GetServiceData calls the GetServiceData RPC.

func (*ScanRecordClient) GetServiceSolicitationUuids

func (c *ScanRecordClient) GetServiceSolicitationUuids(ctx context.Context) (int64, error)

GetServiceSolicitationUuids calls the GetServiceSolicitationUuids RPC.

func (*ScanRecordClient) GetServiceUuids

func (c *ScanRecordClient) GetServiceUuids(ctx context.Context) (int64, error)

GetServiceUuids calls the GetServiceUuids RPC.

func (*ScanRecordClient) GetTxPowerLevel

func (c *ScanRecordClient) GetTxPowerLevel(ctx context.Context) (int32, error)

GetTxPowerLevel calls the GetTxPowerLevel RPC.

func (*ScanRecordClient) ToString

func (c *ScanRecordClient) ToString(ctx context.Context) (string, error)

ToString calls the ToString RPC.

type ScanResultClient

type ScanResultClient struct {
	// contains filtered or unexported fields
}

ScanResultClient wraps the gRPC ScanResultService client.

func NewScanResultClient

func NewScanResultClient(cc grpc.ClientConnInterface) *ScanResultClient

NewScanResultClient creates a new ScanResult client.

func (*ScanResultClient) DescribeContents

func (c *ScanResultClient) DescribeContents(ctx context.Context, handle int64) (int32, error)

DescribeContents calls the DescribeContents RPC.

func (*ScanResultClient) Equals

func (c *ScanResultClient) Equals(ctx context.Context, handle int64, arg0 int64) (bool, error)

Equals calls the Equals RPC.

func (*ScanResultClient) GetAdvertisingSid

func (c *ScanResultClient) GetAdvertisingSid(ctx context.Context, handle int64) (int32, error)

GetAdvertisingSid calls the GetAdvertisingSid RPC.

func (*ScanResultClient) GetDataStatus

func (c *ScanResultClient) GetDataStatus(ctx context.Context, handle int64) (int32, error)

GetDataStatus calls the GetDataStatus RPC.

func (*ScanResultClient) GetDevice

func (c *ScanResultClient) GetDevice(ctx context.Context, handle int64) (int64, error)

GetDevice calls the GetDevice RPC.

func (*ScanResultClient) GetPeriodicAdvertisingInterval

func (c *ScanResultClient) GetPeriodicAdvertisingInterval(ctx context.Context, handle int64) (int32, error)

GetPeriodicAdvertisingInterval calls the GetPeriodicAdvertisingInterval RPC.

func (*ScanResultClient) GetPrimaryPhy

func (c *ScanResultClient) GetPrimaryPhy(ctx context.Context, handle int64) (int32, error)

GetPrimaryPhy calls the GetPrimaryPhy RPC.

func (*ScanResultClient) GetRssi

func (c *ScanResultClient) GetRssi(ctx context.Context, handle int64) (int32, error)

GetRssi calls the GetRssi RPC.

func (*ScanResultClient) GetScanRecord

func (c *ScanResultClient) GetScanRecord(ctx context.Context, handle int64) (int64, error)

GetScanRecord calls the GetScanRecord RPC.

func (*ScanResultClient) GetSecondaryPhy

func (c *ScanResultClient) GetSecondaryPhy(ctx context.Context, handle int64) (int32, error)

GetSecondaryPhy calls the GetSecondaryPhy RPC.

func (*ScanResultClient) GetTimestampNanos

func (c *ScanResultClient) GetTimestampNanos(ctx context.Context, handle int64) (int64, error)

GetTimestampNanos calls the GetTimestampNanos RPC.

func (*ScanResultClient) GetTxPower

func (c *ScanResultClient) GetTxPower(ctx context.Context, handle int64) (int32, error)

GetTxPower calls the GetTxPower RPC.

func (*ScanResultClient) HashCode

func (c *ScanResultClient) HashCode(ctx context.Context, handle int64) (int32, error)

HashCode calls the HashCode RPC.

func (*ScanResultClient) IsConnectable

func (c *ScanResultClient) IsConnectable(ctx context.Context, handle int64) (bool, error)

IsConnectable calls the IsConnectable RPC.

func (*ScanResultClient) IsLegacy

func (c *ScanResultClient) IsLegacy(ctx context.Context, handle int64) (bool, error)

IsLegacy calls the IsLegacy RPC.

func (*ScanResultClient) ToString

func (c *ScanResultClient) ToString(ctx context.Context, handle int64) (string, error)

ToString calls the ToString RPC.

func (*ScanResultClient) WriteToParcel

func (c *ScanResultClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error

WriteToParcel calls the WriteToParcel RPC.

type ScanSettingsBuilderClient

type ScanSettingsBuilderClient struct {
	// contains filtered or unexported fields
}

ScanSettingsBuilderClient wraps the gRPC ScanSettingsBuilderService client.

func NewScanSettingsBuilderClient

func NewScanSettingsBuilderClient(cc grpc.ClientConnInterface) *ScanSettingsBuilderClient

NewScanSettingsBuilderClient creates a new ScanSettingsBuilder client.

func (*ScanSettingsBuilderClient) Build

Build calls the Build RPC.

func (*ScanSettingsBuilderClient) SetCallbackType

func (c *ScanSettingsBuilderClient) SetCallbackType(ctx context.Context, arg0 int32) (int64, error)

SetCallbackType calls the SetCallbackType RPC.

func (*ScanSettingsBuilderClient) SetLegacy

func (c *ScanSettingsBuilderClient) SetLegacy(ctx context.Context, arg0 bool) (int64, error)

SetLegacy calls the SetLegacy RPC.

func (*ScanSettingsBuilderClient) SetMatchMode

func (c *ScanSettingsBuilderClient) SetMatchMode(ctx context.Context, arg0 int32) (int64, error)

SetMatchMode calls the SetMatchMode RPC.

func (*ScanSettingsBuilderClient) SetNumOfMatches

func (c *ScanSettingsBuilderClient) SetNumOfMatches(ctx context.Context, arg0 int32) (int64, error)

SetNumOfMatches calls the SetNumOfMatches RPC.

func (*ScanSettingsBuilderClient) SetPhy

func (c *ScanSettingsBuilderClient) SetPhy(ctx context.Context, arg0 int32) (int64, error)

SetPhy calls the SetPhy RPC.

func (*ScanSettingsBuilderClient) SetReportDelay

func (c *ScanSettingsBuilderClient) SetReportDelay(ctx context.Context, arg0 int64) (int64, error)

SetReportDelay calls the SetReportDelay RPC.

func (*ScanSettingsBuilderClient) SetScanMode

func (c *ScanSettingsBuilderClient) SetScanMode(ctx context.Context, arg0 int32) (int64, error)

SetScanMode calls the SetScanMode RPC.

type ScanSettingsClient

type ScanSettingsClient struct {
	// contains filtered or unexported fields
}

ScanSettingsClient wraps the gRPC ScanSettingsService client.

func NewScanSettingsClient

func NewScanSettingsClient(cc grpc.ClientConnInterface) *ScanSettingsClient

NewScanSettingsClient creates a new ScanSettings client.

func (*ScanSettingsClient) DescribeContents

func (c *ScanSettingsClient) DescribeContents(ctx context.Context) (int32, error)

DescribeContents calls the DescribeContents RPC.

func (*ScanSettingsClient) GetCallbackType

func (c *ScanSettingsClient) GetCallbackType(ctx context.Context) (int32, error)

GetCallbackType calls the GetCallbackType RPC.

func (*ScanSettingsClient) GetLegacy

func (c *ScanSettingsClient) GetLegacy(ctx context.Context) (bool, error)

GetLegacy calls the GetLegacy RPC.

func (*ScanSettingsClient) GetPhy

func (c *ScanSettingsClient) GetPhy(ctx context.Context) (int32, error)

GetPhy calls the GetPhy RPC.

func (*ScanSettingsClient) GetReportDelayMillis

func (c *ScanSettingsClient) GetReportDelayMillis(ctx context.Context) (int64, error)

GetReportDelayMillis calls the GetReportDelayMillis RPC.

func (*ScanSettingsClient) GetScanMode

func (c *ScanSettingsClient) GetScanMode(ctx context.Context) (int32, error)

GetScanMode calls the GetScanMode RPC.

func (*ScanSettingsClient) GetScanResultType

func (c *ScanSettingsClient) GetScanResultType(ctx context.Context) (int32, error)

GetScanResultType calls the GetScanResultType RPC.

func (*ScanSettingsClient) WriteToParcel

func (c *ScanSettingsClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error

WriteToParcel calls the WriteToParcel RPC.

type TransportBlockClient

type TransportBlockClient struct {
	// contains filtered or unexported fields
}

TransportBlockClient wraps the gRPC TransportBlockService client.

func NewTransportBlockClient

func NewTransportBlockClient(cc grpc.ClientConnInterface) *TransportBlockClient

NewTransportBlockClient creates a new TransportBlock client.

func (*TransportBlockClient) DescribeContents

func (c *TransportBlockClient) DescribeContents(ctx context.Context, handle int64) (int32, error)

DescribeContents calls the DescribeContents RPC.

func (*TransportBlockClient) Equals

func (c *TransportBlockClient) Equals(ctx context.Context, handle int64, arg0 int64) (bool, error)

Equals calls the Equals RPC.

func (*TransportBlockClient) GetOrgId

func (c *TransportBlockClient) GetOrgId(ctx context.Context, handle int64) (int32, error)

GetOrgId calls the GetOrgId RPC.

func (*TransportBlockClient) GetTdsFlags

func (c *TransportBlockClient) GetTdsFlags(ctx context.Context, handle int64) (int32, error)

GetTdsFlags calls the GetTdsFlags RPC.

func (*TransportBlockClient) GetTransportData

func (c *TransportBlockClient) GetTransportData(ctx context.Context, handle int64) (int64, error)

GetTransportData calls the GetTransportData RPC.

func (*TransportBlockClient) GetTransportDataLength

func (c *TransportBlockClient) GetTransportDataLength(ctx context.Context, handle int64) (int32, error)

GetTransportDataLength calls the GetTransportDataLength RPC.

func (*TransportBlockClient) HashCode

func (c *TransportBlockClient) HashCode(ctx context.Context, handle int64) (int32, error)

HashCode calls the HashCode RPC.

func (*TransportBlockClient) ToByteArray

func (c *TransportBlockClient) ToByteArray(ctx context.Context, handle int64) (int64, error)

ToByteArray calls the ToByteArray RPC.

func (*TransportBlockClient) TotalBytes

func (c *TransportBlockClient) TotalBytes(ctx context.Context, handle int64) (int32, error)

TotalBytes calls the TotalBytes RPC.

func (*TransportBlockClient) WriteToParcel

func (c *TransportBlockClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error

WriteToParcel calls the WriteToParcel RPC.

type TransportDiscoveryDataClient

type TransportDiscoveryDataClient struct {
	// contains filtered or unexported fields
}

TransportDiscoveryDataClient wraps the gRPC TransportDiscoveryDataService client.

func NewTransportDiscoveryDataClient

func NewTransportDiscoveryDataClient(cc grpc.ClientConnInterface) *TransportDiscoveryDataClient

NewTransportDiscoveryDataClient creates a new TransportDiscoveryData client.

func (*TransportDiscoveryDataClient) DescribeContents

func (c *TransportDiscoveryDataClient) DescribeContents(ctx context.Context, handle int64) (int32, error)

DescribeContents calls the DescribeContents RPC.

func (*TransportDiscoveryDataClient) Equals

func (c *TransportDiscoveryDataClient) Equals(ctx context.Context, handle int64, arg0 int64) (bool, error)

Equals calls the Equals RPC.

func (*TransportDiscoveryDataClient) GetTransportBlocks

func (c *TransportDiscoveryDataClient) GetTransportBlocks(ctx context.Context, handle int64) (int64, error)

GetTransportBlocks calls the GetTransportBlocks RPC.

func (*TransportDiscoveryDataClient) GetTransportDataType

func (c *TransportDiscoveryDataClient) GetTransportDataType(ctx context.Context, handle int64) (int32, error)

GetTransportDataType calls the GetTransportDataType RPC.

func (*TransportDiscoveryDataClient) HashCode

func (c *TransportDiscoveryDataClient) HashCode(ctx context.Context, handle int64) (int32, error)

HashCode calls the HashCode RPC.

func (*TransportDiscoveryDataClient) ToByteArray

func (c *TransportDiscoveryDataClient) ToByteArray(ctx context.Context, handle int64) (int64, error)

ToByteArray calls the ToByteArray RPC.

func (*TransportDiscoveryDataClient) ToString

func (c *TransportDiscoveryDataClient) ToString(ctx context.Context, handle int64) (string, error)

ToString calls the ToString RPC.

func (*TransportDiscoveryDataClient) TotalBytes

func (c *TransportDiscoveryDataClient) TotalBytes(ctx context.Context, handle int64) (int32, error)

TotalBytes calls the TotalBytes RPC.

func (*TransportDiscoveryDataClient) WriteToParcel

func (c *TransportDiscoveryDataClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error

WriteToParcel calls the WriteToParcel RPC.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL