Documentation
¶
Index ¶
- type CellLocationClient
- func (c *CellLocationClient) ConvertQuartSecToDecDegrees(ctx context.Context, handle int64, arg0 int32) (float64, error)
- func (c *CellLocationClient) Equals(ctx context.Context, handle int64, arg0 int64) (bool, error)
- func (c *CellLocationClient) FillInNotifierBundle(ctx context.Context, handle int64, arg0 int64) error
- func (c *CellLocationClient) GetBaseStationId(ctx context.Context, handle int64) (int32, error)
- func (c *CellLocationClient) GetBaseStationLatitude(ctx context.Context, handle int64) (int32, error)
- func (c *CellLocationClient) GetBaseStationLongitude(ctx context.Context, handle int64) (int32, error)
- func (c *CellLocationClient) GetNetworkId(ctx context.Context, handle int64) (int32, error)
- func (c *CellLocationClient) GetSystemId(ctx context.Context, handle int64) (int32, error)
- func (c *CellLocationClient) HashCode(ctx context.Context, handle int64) (int32, error)
- func (c *CellLocationClient) SetCellLocationData3(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32) error
- func (c *CellLocationClient) SetCellLocationData5_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, ...) error
- func (c *CellLocationClient) SetStateInvalid(ctx context.Context, handle int64) error
- func (c *CellLocationClient) ToString(ctx context.Context, handle int64) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CellLocationClient ¶
type CellLocationClient struct {
// contains filtered or unexported fields
}
CellLocationClient wraps the gRPC CellLocationService client.
func NewCellLocationClient ¶
func NewCellLocationClient(cc grpc.ClientConnInterface) *CellLocationClient
NewCellLocationClient creates a new CellLocation client.
func (*CellLocationClient) ConvertQuartSecToDecDegrees ¶
func (c *CellLocationClient) ConvertQuartSecToDecDegrees(ctx context.Context, handle int64, arg0 int32) (float64, error)
ConvertQuartSecToDecDegrees calls the ConvertQuartSecToDecDegrees RPC.
func (*CellLocationClient) FillInNotifierBundle ¶
func (c *CellLocationClient) FillInNotifierBundle(ctx context.Context, handle int64, arg0 int64) error
FillInNotifierBundle calls the FillInNotifierBundle RPC.
func (*CellLocationClient) GetBaseStationId ¶
GetBaseStationId calls the GetBaseStationId RPC.
func (*CellLocationClient) GetBaseStationLatitude ¶
func (c *CellLocationClient) GetBaseStationLatitude(ctx context.Context, handle int64) (int32, error)
GetBaseStationLatitude calls the GetBaseStationLatitude RPC.
func (*CellLocationClient) GetBaseStationLongitude ¶
func (c *CellLocationClient) GetBaseStationLongitude(ctx context.Context, handle int64) (int32, error)
GetBaseStationLongitude calls the GetBaseStationLongitude RPC.
func (*CellLocationClient) GetNetworkId ¶
GetNetworkId calls the GetNetworkId RPC.
func (*CellLocationClient) GetSystemId ¶
GetSystemId calls the GetSystemId RPC.
func (*CellLocationClient) SetCellLocationData3 ¶
func (c *CellLocationClient) SetCellLocationData3(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32) error
SetCellLocationData3 calls the SetCellLocationData3 RPC.
func (*CellLocationClient) SetCellLocationData5_1 ¶
func (c *CellLocationClient) SetCellLocationData5_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, arg3 int32, arg4 int32) error
SetCellLocationData5_1 calls the SetCellLocationData5_1 RPC.
func (*CellLocationClient) SetStateInvalid ¶
func (c *CellLocationClient) SetStateInvalid(ctx context.Context, handle int64) error
SetStateInvalid calls the SetStateInvalid RPC.