cs

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: 9 Imported by: 0

Documentation

Index

Constants

View Source
const (
	BleCsRangingParamsService_DescribeContents_FullMethodName        = "/cs.BleCsRangingParamsService/DescribeContents"
	BleCsRangingParamsService_Equals_FullMethodName                  = "/cs.BleCsRangingParamsService/Equals"
	BleCsRangingParamsService_GetLocationType_FullMethodName         = "/cs.BleCsRangingParamsService/GetLocationType"
	BleCsRangingParamsService_GetPeerBluetoothAddress_FullMethodName = "/cs.BleCsRangingParamsService/GetPeerBluetoothAddress"
	BleCsRangingParamsService_GetRangingUpdateRate_FullMethodName    = "/cs.BleCsRangingParamsService/GetRangingUpdateRate"
	BleCsRangingParamsService_GetSecurityLevel_FullMethodName        = "/cs.BleCsRangingParamsService/GetSecurityLevel"
	BleCsRangingParamsService_GetSightType_FullMethodName            = "/cs.BleCsRangingParamsService/GetSightType"
	BleCsRangingParamsService_HashCode_FullMethodName                = "/cs.BleCsRangingParamsService/HashCode"
	BleCsRangingParamsService_WriteToParcel_FullMethodName           = "/cs.BleCsRangingParamsService/WriteToParcel"
)
View Source
const (
	BleCsRangingParamsBuilderService_Build_FullMethodName                = "/cs.BleCsRangingParamsBuilderService/Build"
	BleCsRangingParamsBuilderService_SetLocationType_FullMethodName      = "/cs.BleCsRangingParamsBuilderService/SetLocationType"
	BleCsRangingParamsBuilderService_SetRangingUpdateRate_FullMethodName = "/cs.BleCsRangingParamsBuilderService/SetRangingUpdateRate"
	BleCsRangingParamsBuilderService_SetSecurityLevel_FullMethodName     = "/cs.BleCsRangingParamsBuilderService/SetSecurityLevel"
	BleCsRangingParamsBuilderService_SetSightType_FullMethodName         = "/cs.BleCsRangingParamsBuilderService/SetSightType"
)
View Source
const (
	BleCsRangingCapabilitiesService_DescribeContents_FullMethodName           = "/cs.BleCsRangingCapabilitiesService/DescribeContents"
	BleCsRangingCapabilitiesService_GetSupportedSecurityLevels_FullMethodName = "/cs.BleCsRangingCapabilitiesService/GetSupportedSecurityLevels"
	BleCsRangingCapabilitiesService_ToString_FullMethodName                   = "/cs.BleCsRangingCapabilitiesService/ToString"
	BleCsRangingCapabilitiesService_WriteToParcel_FullMethodName              = "/cs.BleCsRangingCapabilitiesService/WriteToParcel"
)

Variables

View Source
var BleCsRangingCapabilitiesService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "cs.BleCsRangingCapabilitiesService",
	HandlerType: (*BleCsRangingCapabilitiesServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "DescribeContents",
			Handler:    _BleCsRangingCapabilitiesService_DescribeContents_Handler,
		},
		{
			MethodName: "GetSupportedSecurityLevels",
			Handler:    _BleCsRangingCapabilitiesService_GetSupportedSecurityLevels_Handler,
		},
		{
			MethodName: "ToString",
			Handler:    _BleCsRangingCapabilitiesService_ToString_Handler,
		},
		{
			MethodName: "WriteToParcel",
			Handler:    _BleCsRangingCapabilitiesService_WriteToParcel_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/cs/cs.proto",
}

BleCsRangingCapabilitiesService_ServiceDesc is the grpc.ServiceDesc for BleCsRangingCapabilitiesService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var BleCsRangingParamsBuilderService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "cs.BleCsRangingParamsBuilderService",
	HandlerType: (*BleCsRangingParamsBuilderServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "Build",
			Handler:    _BleCsRangingParamsBuilderService_Build_Handler,
		},
		{
			MethodName: "SetLocationType",
			Handler:    _BleCsRangingParamsBuilderService_SetLocationType_Handler,
		},
		{
			MethodName: "SetRangingUpdateRate",
			Handler:    _BleCsRangingParamsBuilderService_SetRangingUpdateRate_Handler,
		},
		{
			MethodName: "SetSecurityLevel",
			Handler:    _BleCsRangingParamsBuilderService_SetSecurityLevel_Handler,
		},
		{
			MethodName: "SetSightType",
			Handler:    _BleCsRangingParamsBuilderService_SetSightType_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/cs/cs.proto",
}

BleCsRangingParamsBuilderService_ServiceDesc is the grpc.ServiceDesc for BleCsRangingParamsBuilderService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var BleCsRangingParamsService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "cs.BleCsRangingParamsService",
	HandlerType: (*BleCsRangingParamsServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "DescribeContents",
			Handler:    _BleCsRangingParamsService_DescribeContents_Handler,
		},
		{
			MethodName: "Equals",
			Handler:    _BleCsRangingParamsService_Equals_Handler,
		},
		{
			MethodName: "GetLocationType",
			Handler:    _BleCsRangingParamsService_GetLocationType_Handler,
		},
		{
			MethodName: "GetPeerBluetoothAddress",
			Handler:    _BleCsRangingParamsService_GetPeerBluetoothAddress_Handler,
		},
		{
			MethodName: "GetRangingUpdateRate",
			Handler:    _BleCsRangingParamsService_GetRangingUpdateRate_Handler,
		},
		{
			MethodName: "GetSecurityLevel",
			Handler:    _BleCsRangingParamsService_GetSecurityLevel_Handler,
		},
		{
			MethodName: "GetSightType",
			Handler:    _BleCsRangingParamsService_GetSightType_Handler,
		},
		{
			MethodName: "HashCode",
			Handler:    _BleCsRangingParamsService_HashCode_Handler,
		},
		{
			MethodName: "WriteToParcel",
			Handler:    _BleCsRangingParamsService_WriteToParcel_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/cs/cs.proto",
}

BleCsRangingParamsService_ServiceDesc is the grpc.ServiceDesc for BleCsRangingParamsService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var File_proto_cs_cs_proto protoreflect.FileDescriptor

Functions

func RegisterBleCsRangingCapabilitiesServiceServer

func RegisterBleCsRangingCapabilitiesServiceServer(s grpc.ServiceRegistrar, srv BleCsRangingCapabilitiesServiceServer)

func RegisterBleCsRangingParamsBuilderServiceServer

func RegisterBleCsRangingParamsBuilderServiceServer(s grpc.ServiceRegistrar, srv BleCsRangingParamsBuilderServiceServer)

func RegisterBleCsRangingParamsServiceServer

func RegisterBleCsRangingParamsServiceServer(s grpc.ServiceRegistrar, srv BleCsRangingParamsServiceServer)

Types

type BleCsRangingCapabilitiesServiceClient

type BleCsRangingCapabilitiesServiceClient interface {
	DescribeContents(ctx context.Context, in *DescribeContentsRequest, opts ...grpc.CallOption) (*DescribeContentsResponse, error)
	GetSupportedSecurityLevels(ctx context.Context, in *GetSupportedSecurityLevelsRequest, opts ...grpc.CallOption) (*GetSupportedSecurityLevelsResponse, error)
	ToString(ctx context.Context, in *ToStringRequest, opts ...grpc.CallOption) (*ToStringResponse, error)
	WriteToParcel(ctx context.Context, in *WriteToParcelRequest, opts ...grpc.CallOption) (*WriteToParcelResponse, error)
}

BleCsRangingCapabilitiesServiceClient is the client API for BleCsRangingCapabilitiesService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type BleCsRangingCapabilitiesServiceServer

type BleCsRangingCapabilitiesServiceServer interface {
	DescribeContents(context.Context, *DescribeContentsRequest) (*DescribeContentsResponse, error)
	GetSupportedSecurityLevels(context.Context, *GetSupportedSecurityLevelsRequest) (*GetSupportedSecurityLevelsResponse, error)
	ToString(context.Context, *ToStringRequest) (*ToStringResponse, error)
	WriteToParcel(context.Context, *WriteToParcelRequest) (*WriteToParcelResponse, error)
	// contains filtered or unexported methods
}

BleCsRangingCapabilitiesServiceServer is the server API for BleCsRangingCapabilitiesService service. All implementations must embed UnimplementedBleCsRangingCapabilitiesServiceServer for forward compatibility.

type BleCsRangingParamsBuilderServiceClient

type BleCsRangingParamsBuilderServiceClient interface {
	Build(ctx context.Context, in *BuildRequest, opts ...grpc.CallOption) (*BuildResponse, error)
	SetLocationType(ctx context.Context, in *SetLocationTypeRequest, opts ...grpc.CallOption) (*SetLocationTypeResponse, error)
	SetRangingUpdateRate(ctx context.Context, in *SetRangingUpdateRateRequest, opts ...grpc.CallOption) (*SetRangingUpdateRateResponse, error)
	SetSecurityLevel(ctx context.Context, in *SetSecurityLevelRequest, opts ...grpc.CallOption) (*SetSecurityLevelResponse, error)
	SetSightType(ctx context.Context, in *SetSightTypeRequest, opts ...grpc.CallOption) (*SetSightTypeResponse, error)
}

BleCsRangingParamsBuilderServiceClient is the client API for BleCsRangingParamsBuilderService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type BleCsRangingParamsBuilderServiceServer

type BleCsRangingParamsBuilderServiceServer interface {
	Build(context.Context, *BuildRequest) (*BuildResponse, error)
	SetLocationType(context.Context, *SetLocationTypeRequest) (*SetLocationTypeResponse, error)
	SetRangingUpdateRate(context.Context, *SetRangingUpdateRateRequest) (*SetRangingUpdateRateResponse, error)
	SetSecurityLevel(context.Context, *SetSecurityLevelRequest) (*SetSecurityLevelResponse, error)
	SetSightType(context.Context, *SetSightTypeRequest) (*SetSightTypeResponse, error)
	// contains filtered or unexported methods
}

BleCsRangingParamsBuilderServiceServer is the server API for BleCsRangingParamsBuilderService service. All implementations must embed UnimplementedBleCsRangingParamsBuilderServiceServer for forward compatibility.

type BleCsRangingParamsServiceClient

type BleCsRangingParamsServiceClient interface {
	DescribeContents(ctx context.Context, in *DescribeContentsRequest, opts ...grpc.CallOption) (*DescribeContentsResponse, error)
	Equals(ctx context.Context, in *EqualsRequest, opts ...grpc.CallOption) (*EqualsResponse, error)
	GetLocationType(ctx context.Context, in *GetLocationTypeRequest, opts ...grpc.CallOption) (*GetLocationTypeResponse, error)
	GetPeerBluetoothAddress(ctx context.Context, in *GetPeerBluetoothAddressRequest, opts ...grpc.CallOption) (*GetPeerBluetoothAddressResponse, error)
	GetRangingUpdateRate(ctx context.Context, in *GetRangingUpdateRateRequest, opts ...grpc.CallOption) (*GetRangingUpdateRateResponse, error)
	GetSecurityLevel(ctx context.Context, in *GetSecurityLevelRequest, opts ...grpc.CallOption) (*GetSecurityLevelResponse, error)
	GetSightType(ctx context.Context, in *GetSightTypeRequest, opts ...grpc.CallOption) (*GetSightTypeResponse, error)
	HashCode(ctx context.Context, in *HashCodeRequest, opts ...grpc.CallOption) (*HashCodeResponse, error)
	WriteToParcel(ctx context.Context, in *WriteToParcelRequest, opts ...grpc.CallOption) (*WriteToParcelResponse, error)
}

BleCsRangingParamsServiceClient is the client API for BleCsRangingParamsService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type BleCsRangingParamsServiceServer

BleCsRangingParamsServiceServer is the server API for BleCsRangingParamsService service. All implementations must embed UnimplementedBleCsRangingParamsServiceServer for forward compatibility.

type BuildRequest

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

func (*BuildRequest) Descriptor deprecated

func (*BuildRequest) Descriptor() ([]byte, []int)

Deprecated: Use BuildRequest.ProtoReflect.Descriptor instead.

func (*BuildRequest) ProtoMessage

func (*BuildRequest) ProtoMessage()

func (*BuildRequest) ProtoReflect

func (x *BuildRequest) ProtoReflect() protoreflect.Message

func (*BuildRequest) Reset

func (x *BuildRequest) Reset()

func (*BuildRequest) String

func (x *BuildRequest) String() string

type BuildResponse

type BuildResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*BuildResponse) Descriptor deprecated

func (*BuildResponse) Descriptor() ([]byte, []int)

Deprecated: Use BuildResponse.ProtoReflect.Descriptor instead.

func (*BuildResponse) GetResult

func (x *BuildResponse) GetResult() int64

func (*BuildResponse) ProtoMessage

func (*BuildResponse) ProtoMessage()

func (*BuildResponse) ProtoReflect

func (x *BuildResponse) ProtoReflect() protoreflect.Message

func (*BuildResponse) Reset

func (x *BuildResponse) Reset()

func (*BuildResponse) String

func (x *BuildResponse) String() string

type DescribeContentsRequest

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

func (*DescribeContentsRequest) Descriptor deprecated

func (*DescribeContentsRequest) Descriptor() ([]byte, []int)

Deprecated: Use DescribeContentsRequest.ProtoReflect.Descriptor instead.

func (*DescribeContentsRequest) ProtoMessage

func (*DescribeContentsRequest) ProtoMessage()

func (*DescribeContentsRequest) ProtoReflect

func (x *DescribeContentsRequest) ProtoReflect() protoreflect.Message

func (*DescribeContentsRequest) Reset

func (x *DescribeContentsRequest) Reset()

func (*DescribeContentsRequest) String

func (x *DescribeContentsRequest) String() string

type DescribeContentsResponse

type DescribeContentsResponse struct {
	Result int32 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*DescribeContentsResponse) Descriptor deprecated

func (*DescribeContentsResponse) Descriptor() ([]byte, []int)

Deprecated: Use DescribeContentsResponse.ProtoReflect.Descriptor instead.

func (*DescribeContentsResponse) GetResult

func (x *DescribeContentsResponse) GetResult() int32

func (*DescribeContentsResponse) ProtoMessage

func (*DescribeContentsResponse) ProtoMessage()

func (*DescribeContentsResponse) ProtoReflect

func (x *DescribeContentsResponse) ProtoReflect() protoreflect.Message

func (*DescribeContentsResponse) Reset

func (x *DescribeContentsResponse) Reset()

func (*DescribeContentsResponse) String

func (x *DescribeContentsResponse) String() string

type EqualsRequest

type EqualsRequest struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*EqualsRequest) Descriptor deprecated

func (*EqualsRequest) Descriptor() ([]byte, []int)

Deprecated: Use EqualsRequest.ProtoReflect.Descriptor instead.

func (*EqualsRequest) GetArg0

func (x *EqualsRequest) GetArg0() int64

func (*EqualsRequest) ProtoMessage

func (*EqualsRequest) ProtoMessage()

func (*EqualsRequest) ProtoReflect

func (x *EqualsRequest) ProtoReflect() protoreflect.Message

func (*EqualsRequest) Reset

func (x *EqualsRequest) Reset()

func (*EqualsRequest) String

func (x *EqualsRequest) String() string

type EqualsResponse

type EqualsResponse struct {
	Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*EqualsResponse) Descriptor deprecated

func (*EqualsResponse) Descriptor() ([]byte, []int)

Deprecated: Use EqualsResponse.ProtoReflect.Descriptor instead.

func (*EqualsResponse) GetResult

func (x *EqualsResponse) GetResult() bool

func (*EqualsResponse) ProtoMessage

func (*EqualsResponse) ProtoMessage()

func (*EqualsResponse) ProtoReflect

func (x *EqualsResponse) ProtoReflect() protoreflect.Message

func (*EqualsResponse) Reset

func (x *EqualsResponse) Reset()

func (*EqualsResponse) String

func (x *EqualsResponse) String() string

type GetLocationTypeRequest

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

func (*GetLocationTypeRequest) Descriptor deprecated

func (*GetLocationTypeRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetLocationTypeRequest.ProtoReflect.Descriptor instead.

func (*GetLocationTypeRequest) ProtoMessage

func (*GetLocationTypeRequest) ProtoMessage()

func (*GetLocationTypeRequest) ProtoReflect

func (x *GetLocationTypeRequest) ProtoReflect() protoreflect.Message

func (*GetLocationTypeRequest) Reset

func (x *GetLocationTypeRequest) Reset()

func (*GetLocationTypeRequest) String

func (x *GetLocationTypeRequest) String() string

type GetLocationTypeResponse

type GetLocationTypeResponse struct {
	Result int32 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetLocationTypeResponse) Descriptor deprecated

func (*GetLocationTypeResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetLocationTypeResponse.ProtoReflect.Descriptor instead.

func (*GetLocationTypeResponse) GetResult

func (x *GetLocationTypeResponse) GetResult() int32

func (*GetLocationTypeResponse) ProtoMessage

func (*GetLocationTypeResponse) ProtoMessage()

func (*GetLocationTypeResponse) ProtoReflect

func (x *GetLocationTypeResponse) ProtoReflect() protoreflect.Message

func (*GetLocationTypeResponse) Reset

func (x *GetLocationTypeResponse) Reset()

func (*GetLocationTypeResponse) String

func (x *GetLocationTypeResponse) String() string

type GetPeerBluetoothAddressRequest

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

func (*GetPeerBluetoothAddressRequest) Descriptor deprecated

func (*GetPeerBluetoothAddressRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetPeerBluetoothAddressRequest.ProtoReflect.Descriptor instead.

func (*GetPeerBluetoothAddressRequest) ProtoMessage

func (*GetPeerBluetoothAddressRequest) ProtoMessage()

func (*GetPeerBluetoothAddressRequest) ProtoReflect

func (*GetPeerBluetoothAddressRequest) Reset

func (x *GetPeerBluetoothAddressRequest) Reset()

func (*GetPeerBluetoothAddressRequest) String

type GetPeerBluetoothAddressResponse

type GetPeerBluetoothAddressResponse struct {
	Result string `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPeerBluetoothAddressResponse) Descriptor deprecated

func (*GetPeerBluetoothAddressResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetPeerBluetoothAddressResponse.ProtoReflect.Descriptor instead.

func (*GetPeerBluetoothAddressResponse) GetResult

func (x *GetPeerBluetoothAddressResponse) GetResult() string

func (*GetPeerBluetoothAddressResponse) ProtoMessage

func (*GetPeerBluetoothAddressResponse) ProtoMessage()

func (*GetPeerBluetoothAddressResponse) ProtoReflect

func (*GetPeerBluetoothAddressResponse) Reset

func (*GetPeerBluetoothAddressResponse) String

type GetRangingUpdateRateRequest

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

func (*GetRangingUpdateRateRequest) Descriptor deprecated

func (*GetRangingUpdateRateRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetRangingUpdateRateRequest.ProtoReflect.Descriptor instead.

func (*GetRangingUpdateRateRequest) ProtoMessage

func (*GetRangingUpdateRateRequest) ProtoMessage()

func (*GetRangingUpdateRateRequest) ProtoReflect

func (*GetRangingUpdateRateRequest) Reset

func (x *GetRangingUpdateRateRequest) Reset()

func (*GetRangingUpdateRateRequest) String

func (x *GetRangingUpdateRateRequest) String() string

type GetRangingUpdateRateResponse

type GetRangingUpdateRateResponse struct {
	Result int32 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRangingUpdateRateResponse) Descriptor deprecated

func (*GetRangingUpdateRateResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetRangingUpdateRateResponse.ProtoReflect.Descriptor instead.

func (*GetRangingUpdateRateResponse) GetResult

func (x *GetRangingUpdateRateResponse) GetResult() int32

func (*GetRangingUpdateRateResponse) ProtoMessage

func (*GetRangingUpdateRateResponse) ProtoMessage()

func (*GetRangingUpdateRateResponse) ProtoReflect

func (*GetRangingUpdateRateResponse) Reset

func (x *GetRangingUpdateRateResponse) Reset()

func (*GetRangingUpdateRateResponse) String

type GetSecurityLevelRequest

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

func (*GetSecurityLevelRequest) Descriptor deprecated

func (*GetSecurityLevelRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetSecurityLevelRequest.ProtoReflect.Descriptor instead.

func (*GetSecurityLevelRequest) ProtoMessage

func (*GetSecurityLevelRequest) ProtoMessage()

func (*GetSecurityLevelRequest) ProtoReflect

func (x *GetSecurityLevelRequest) ProtoReflect() protoreflect.Message

func (*GetSecurityLevelRequest) Reset

func (x *GetSecurityLevelRequest) Reset()

func (*GetSecurityLevelRequest) String

func (x *GetSecurityLevelRequest) String() string

type GetSecurityLevelResponse

type GetSecurityLevelResponse struct {
	Result int32 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSecurityLevelResponse) Descriptor deprecated

func (*GetSecurityLevelResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetSecurityLevelResponse.ProtoReflect.Descriptor instead.

func (*GetSecurityLevelResponse) GetResult

func (x *GetSecurityLevelResponse) GetResult() int32

func (*GetSecurityLevelResponse) ProtoMessage

func (*GetSecurityLevelResponse) ProtoMessage()

func (*GetSecurityLevelResponse) ProtoReflect

func (x *GetSecurityLevelResponse) ProtoReflect() protoreflect.Message

func (*GetSecurityLevelResponse) Reset

func (x *GetSecurityLevelResponse) Reset()

func (*GetSecurityLevelResponse) String

func (x *GetSecurityLevelResponse) String() string

type GetSightTypeRequest

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

func (*GetSightTypeRequest) Descriptor deprecated

func (*GetSightTypeRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetSightTypeRequest.ProtoReflect.Descriptor instead.

func (*GetSightTypeRequest) ProtoMessage

func (*GetSightTypeRequest) ProtoMessage()

func (*GetSightTypeRequest) ProtoReflect

func (x *GetSightTypeRequest) ProtoReflect() protoreflect.Message

func (*GetSightTypeRequest) Reset

func (x *GetSightTypeRequest) Reset()

func (*GetSightTypeRequest) String

func (x *GetSightTypeRequest) String() string

type GetSightTypeResponse

type GetSightTypeResponse struct {
	Result int32 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSightTypeResponse) Descriptor deprecated

func (*GetSightTypeResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetSightTypeResponse.ProtoReflect.Descriptor instead.

func (*GetSightTypeResponse) GetResult

func (x *GetSightTypeResponse) GetResult() int32

func (*GetSightTypeResponse) ProtoMessage

func (*GetSightTypeResponse) ProtoMessage()

func (*GetSightTypeResponse) ProtoReflect

func (x *GetSightTypeResponse) ProtoReflect() protoreflect.Message

func (*GetSightTypeResponse) Reset

func (x *GetSightTypeResponse) Reset()

func (*GetSightTypeResponse) String

func (x *GetSightTypeResponse) String() string

type GetSupportedSecurityLevelsRequest

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

func (*GetSupportedSecurityLevelsRequest) Descriptor deprecated

func (*GetSupportedSecurityLevelsRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetSupportedSecurityLevelsRequest.ProtoReflect.Descriptor instead.

func (*GetSupportedSecurityLevelsRequest) ProtoMessage

func (*GetSupportedSecurityLevelsRequest) ProtoMessage()

func (*GetSupportedSecurityLevelsRequest) ProtoReflect

func (*GetSupportedSecurityLevelsRequest) Reset

func (*GetSupportedSecurityLevelsRequest) String

type GetSupportedSecurityLevelsResponse

type GetSupportedSecurityLevelsResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSupportedSecurityLevelsResponse) Descriptor deprecated

func (*GetSupportedSecurityLevelsResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetSupportedSecurityLevelsResponse.ProtoReflect.Descriptor instead.

func (*GetSupportedSecurityLevelsResponse) GetResult

func (*GetSupportedSecurityLevelsResponse) ProtoMessage

func (*GetSupportedSecurityLevelsResponse) ProtoMessage()

func (*GetSupportedSecurityLevelsResponse) ProtoReflect

func (*GetSupportedSecurityLevelsResponse) Reset

func (*GetSupportedSecurityLevelsResponse) String

type HashCodeRequest

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

func (*HashCodeRequest) Descriptor deprecated

func (*HashCodeRequest) Descriptor() ([]byte, []int)

Deprecated: Use HashCodeRequest.ProtoReflect.Descriptor instead.

func (*HashCodeRequest) ProtoMessage

func (*HashCodeRequest) ProtoMessage()

func (*HashCodeRequest) ProtoReflect

func (x *HashCodeRequest) ProtoReflect() protoreflect.Message

func (*HashCodeRequest) Reset

func (x *HashCodeRequest) Reset()

func (*HashCodeRequest) String

func (x *HashCodeRequest) String() string

type HashCodeResponse

type HashCodeResponse struct {
	Result int32 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*HashCodeResponse) Descriptor deprecated

func (*HashCodeResponse) Descriptor() ([]byte, []int)

Deprecated: Use HashCodeResponse.ProtoReflect.Descriptor instead.

func (*HashCodeResponse) GetResult

func (x *HashCodeResponse) GetResult() int32

func (*HashCodeResponse) ProtoMessage

func (*HashCodeResponse) ProtoMessage()

func (*HashCodeResponse) ProtoReflect

func (x *HashCodeResponse) ProtoReflect() protoreflect.Message

func (*HashCodeResponse) Reset

func (x *HashCodeResponse) Reset()

func (*HashCodeResponse) String

func (x *HashCodeResponse) String() string

type SetLocationTypeRequest

type SetLocationTypeRequest struct {
	Arg0 int32 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*SetLocationTypeRequest) Descriptor deprecated

func (*SetLocationTypeRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetLocationTypeRequest.ProtoReflect.Descriptor instead.

func (*SetLocationTypeRequest) GetArg0

func (x *SetLocationTypeRequest) GetArg0() int32

func (*SetLocationTypeRequest) ProtoMessage

func (*SetLocationTypeRequest) ProtoMessage()

func (*SetLocationTypeRequest) ProtoReflect

func (x *SetLocationTypeRequest) ProtoReflect() protoreflect.Message

func (*SetLocationTypeRequest) Reset

func (x *SetLocationTypeRequest) Reset()

func (*SetLocationTypeRequest) String

func (x *SetLocationTypeRequest) String() string

type SetLocationTypeResponse

type SetLocationTypeResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*SetLocationTypeResponse) Descriptor deprecated

func (*SetLocationTypeResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetLocationTypeResponse.ProtoReflect.Descriptor instead.

func (*SetLocationTypeResponse) GetResult

func (x *SetLocationTypeResponse) GetResult() int64

func (*SetLocationTypeResponse) ProtoMessage

func (*SetLocationTypeResponse) ProtoMessage()

func (*SetLocationTypeResponse) ProtoReflect

func (x *SetLocationTypeResponse) ProtoReflect() protoreflect.Message

func (*SetLocationTypeResponse) Reset

func (x *SetLocationTypeResponse) Reset()

func (*SetLocationTypeResponse) String

func (x *SetLocationTypeResponse) String() string

type SetRangingUpdateRateRequest

type SetRangingUpdateRateRequest struct {
	Arg0 int32 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*SetRangingUpdateRateRequest) Descriptor deprecated

func (*SetRangingUpdateRateRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetRangingUpdateRateRequest.ProtoReflect.Descriptor instead.

func (*SetRangingUpdateRateRequest) GetArg0

func (x *SetRangingUpdateRateRequest) GetArg0() int32

func (*SetRangingUpdateRateRequest) ProtoMessage

func (*SetRangingUpdateRateRequest) ProtoMessage()

func (*SetRangingUpdateRateRequest) ProtoReflect

func (*SetRangingUpdateRateRequest) Reset

func (x *SetRangingUpdateRateRequest) Reset()

func (*SetRangingUpdateRateRequest) String

func (x *SetRangingUpdateRateRequest) String() string

type SetRangingUpdateRateResponse

type SetRangingUpdateRateResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*SetRangingUpdateRateResponse) Descriptor deprecated

func (*SetRangingUpdateRateResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetRangingUpdateRateResponse.ProtoReflect.Descriptor instead.

func (*SetRangingUpdateRateResponse) GetResult

func (x *SetRangingUpdateRateResponse) GetResult() int64

func (*SetRangingUpdateRateResponse) ProtoMessage

func (*SetRangingUpdateRateResponse) ProtoMessage()

func (*SetRangingUpdateRateResponse) ProtoReflect

func (*SetRangingUpdateRateResponse) Reset

func (x *SetRangingUpdateRateResponse) Reset()

func (*SetRangingUpdateRateResponse) String

type SetSecurityLevelRequest

type SetSecurityLevelRequest struct {
	Arg0 int32 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*SetSecurityLevelRequest) Descriptor deprecated

func (*SetSecurityLevelRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetSecurityLevelRequest.ProtoReflect.Descriptor instead.

func (*SetSecurityLevelRequest) GetArg0

func (x *SetSecurityLevelRequest) GetArg0() int32

func (*SetSecurityLevelRequest) ProtoMessage

func (*SetSecurityLevelRequest) ProtoMessage()

func (*SetSecurityLevelRequest) ProtoReflect

func (x *SetSecurityLevelRequest) ProtoReflect() protoreflect.Message

func (*SetSecurityLevelRequest) Reset

func (x *SetSecurityLevelRequest) Reset()

func (*SetSecurityLevelRequest) String

func (x *SetSecurityLevelRequest) String() string

type SetSecurityLevelResponse

type SetSecurityLevelResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*SetSecurityLevelResponse) Descriptor deprecated

func (*SetSecurityLevelResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetSecurityLevelResponse.ProtoReflect.Descriptor instead.

func (*SetSecurityLevelResponse) GetResult

func (x *SetSecurityLevelResponse) GetResult() int64

func (*SetSecurityLevelResponse) ProtoMessage

func (*SetSecurityLevelResponse) ProtoMessage()

func (*SetSecurityLevelResponse) ProtoReflect

func (x *SetSecurityLevelResponse) ProtoReflect() protoreflect.Message

func (*SetSecurityLevelResponse) Reset

func (x *SetSecurityLevelResponse) Reset()

func (*SetSecurityLevelResponse) String

func (x *SetSecurityLevelResponse) String() string

type SetSightTypeRequest

type SetSightTypeRequest struct {
	Arg0 int32 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*SetSightTypeRequest) Descriptor deprecated

func (*SetSightTypeRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetSightTypeRequest.ProtoReflect.Descriptor instead.

func (*SetSightTypeRequest) GetArg0

func (x *SetSightTypeRequest) GetArg0() int32

func (*SetSightTypeRequest) ProtoMessage

func (*SetSightTypeRequest) ProtoMessage()

func (*SetSightTypeRequest) ProtoReflect

func (x *SetSightTypeRequest) ProtoReflect() protoreflect.Message

func (*SetSightTypeRequest) Reset

func (x *SetSightTypeRequest) Reset()

func (*SetSightTypeRequest) String

func (x *SetSightTypeRequest) String() string

type SetSightTypeResponse

type SetSightTypeResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*SetSightTypeResponse) Descriptor deprecated

func (*SetSightTypeResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetSightTypeResponse.ProtoReflect.Descriptor instead.

func (*SetSightTypeResponse) GetResult

func (x *SetSightTypeResponse) GetResult() int64

func (*SetSightTypeResponse) ProtoMessage

func (*SetSightTypeResponse) ProtoMessage()

func (*SetSightTypeResponse) ProtoReflect

func (x *SetSightTypeResponse) ProtoReflect() protoreflect.Message

func (*SetSightTypeResponse) Reset

func (x *SetSightTypeResponse) Reset()

func (*SetSightTypeResponse) String

func (x *SetSightTypeResponse) String() string

type ToStringRequest

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

func (*ToStringRequest) Descriptor deprecated

func (*ToStringRequest) Descriptor() ([]byte, []int)

Deprecated: Use ToStringRequest.ProtoReflect.Descriptor instead.

func (*ToStringRequest) ProtoMessage

func (*ToStringRequest) ProtoMessage()

func (*ToStringRequest) ProtoReflect

func (x *ToStringRequest) ProtoReflect() protoreflect.Message

func (*ToStringRequest) Reset

func (x *ToStringRequest) Reset()

func (*ToStringRequest) String

func (x *ToStringRequest) String() string

type ToStringResponse

type ToStringResponse struct {
	Result string `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*ToStringResponse) Descriptor deprecated

func (*ToStringResponse) Descriptor() ([]byte, []int)

Deprecated: Use ToStringResponse.ProtoReflect.Descriptor instead.

func (*ToStringResponse) GetResult

func (x *ToStringResponse) GetResult() string

func (*ToStringResponse) ProtoMessage

func (*ToStringResponse) ProtoMessage()

func (*ToStringResponse) ProtoReflect

func (x *ToStringResponse) ProtoReflect() protoreflect.Message

func (*ToStringResponse) Reset

func (x *ToStringResponse) Reset()

func (*ToStringResponse) String

func (x *ToStringResponse) String() string

type UnimplementedBleCsRangingCapabilitiesServiceServer

type UnimplementedBleCsRangingCapabilitiesServiceServer struct{}

UnimplementedBleCsRangingCapabilitiesServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedBleCsRangingCapabilitiesServiceServer) DescribeContents

func (UnimplementedBleCsRangingCapabilitiesServiceServer) ToString

func (UnimplementedBleCsRangingCapabilitiesServiceServer) WriteToParcel

type UnimplementedBleCsRangingParamsBuilderServiceServer

type UnimplementedBleCsRangingParamsBuilderServiceServer struct{}

UnimplementedBleCsRangingParamsBuilderServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedBleCsRangingParamsBuilderServiceServer) Build

func (UnimplementedBleCsRangingParamsBuilderServiceServer) SetLocationType

func (UnimplementedBleCsRangingParamsBuilderServiceServer) SetRangingUpdateRate

func (UnimplementedBleCsRangingParamsBuilderServiceServer) SetSecurityLevel

func (UnimplementedBleCsRangingParamsBuilderServiceServer) SetSightType

type UnimplementedBleCsRangingParamsServiceServer

type UnimplementedBleCsRangingParamsServiceServer struct{}

UnimplementedBleCsRangingParamsServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedBleCsRangingParamsServiceServer) DescribeContents

func (UnimplementedBleCsRangingParamsServiceServer) Equals

func (UnimplementedBleCsRangingParamsServiceServer) GetLocationType

func (UnimplementedBleCsRangingParamsServiceServer) GetRangingUpdateRate

func (UnimplementedBleCsRangingParamsServiceServer) GetSecurityLevel

func (UnimplementedBleCsRangingParamsServiceServer) GetSightType

func (UnimplementedBleCsRangingParamsServiceServer) HashCode

func (UnimplementedBleCsRangingParamsServiceServer) WriteToParcel

type UnsafeBleCsRangingCapabilitiesServiceServer

type UnsafeBleCsRangingCapabilitiesServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeBleCsRangingCapabilitiesServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to BleCsRangingCapabilitiesServiceServer will result in compilation errors.

type UnsafeBleCsRangingParamsBuilderServiceServer

type UnsafeBleCsRangingParamsBuilderServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeBleCsRangingParamsBuilderServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to BleCsRangingParamsBuilderServiceServer will result in compilation errors.

type UnsafeBleCsRangingParamsServiceServer

type UnsafeBleCsRangingParamsServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeBleCsRangingParamsServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to BleCsRangingParamsServiceServer will result in compilation errors.

type WriteToParcelRequest

type WriteToParcelRequest struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 int32 `protobuf:"varint,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*WriteToParcelRequest) Descriptor deprecated

func (*WriteToParcelRequest) Descriptor() ([]byte, []int)

Deprecated: Use WriteToParcelRequest.ProtoReflect.Descriptor instead.

func (*WriteToParcelRequest) GetArg0

func (x *WriteToParcelRequest) GetArg0() int64

func (*WriteToParcelRequest) GetArg1

func (x *WriteToParcelRequest) GetArg1() int32

func (*WriteToParcelRequest) ProtoMessage

func (*WriteToParcelRequest) ProtoMessage()

func (*WriteToParcelRequest) ProtoReflect

func (x *WriteToParcelRequest) ProtoReflect() protoreflect.Message

func (*WriteToParcelRequest) Reset

func (x *WriteToParcelRequest) Reset()

func (*WriteToParcelRequest) String

func (x *WriteToParcelRequest) String() string

type WriteToParcelResponse

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

func (*WriteToParcelResponse) Descriptor deprecated

func (*WriteToParcelResponse) Descriptor() ([]byte, []int)

Deprecated: Use WriteToParcelResponse.ProtoReflect.Descriptor instead.

func (*WriteToParcelResponse) ProtoMessage

func (*WriteToParcelResponse) ProtoMessage()

func (*WriteToParcelResponse) ProtoReflect

func (x *WriteToParcelResponse) ProtoReflect() protoreflect.Message

func (*WriteToParcelResponse) Reset

func (x *WriteToParcelResponse) Reset()

func (*WriteToParcelResponse) String

func (x *WriteToParcelResponse) String() string

Jump to

Keyboard shortcuts

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