Versions in this module Expand all Collapse all v3 v3.9.11 May 11, 2021 v3.9.10 May 11, 2021 Changes in this version + var ErrorType_name = map[int32]string + var ErrorType_value = map[string]int32 + var RXWindow_name = map[int32]string + var RXWindow_value = map[string]int32 + func RegisterApplicationServerServiceServer(s *grpc.Server, srv ApplicationServerServiceServer) + type ApplicationServerServiceClient interface + HandleDownlinkACK func(ctx context.Context, in *HandleDownlinkACKRequest, opts ...grpc.CallOption) (*empty.Empty, error) + HandleError func(ctx context.Context, in *HandleErrorRequest, opts ...grpc.CallOption) (*empty.Empty, error) + HandleGatewayStats func(ctx context.Context, in *HandleGatewayStatsRequest, opts ...grpc.CallOption) (*empty.Empty, error) + HandleProprietaryUplink func(ctx context.Context, in *HandleProprietaryUplinkRequest, ...) (*empty.Empty, error) + HandleTxAck func(ctx context.Context, in *HandleTxAckRequest, opts ...grpc.CallOption) (*empty.Empty, error) + HandleUplinkData func(ctx context.Context, in *HandleUplinkDataRequest, opts ...grpc.CallOption) (*empty.Empty, error) + ReEncryptDeviceQueueItems func(ctx context.Context, in *ReEncryptDeviceQueueItemsRequest, ...) (*ReEncryptDeviceQueueItemsResponse, error) + SetDeviceLocation func(ctx context.Context, in *SetDeviceLocationRequest, opts ...grpc.CallOption) (*empty.Empty, error) + SetDeviceStatus func(ctx context.Context, in *SetDeviceStatusRequest, opts ...grpc.CallOption) (*empty.Empty, error) + func NewApplicationServerServiceClient(cc grpc.ClientConnInterface) ApplicationServerServiceClient + type ApplicationServerServiceServer interface + HandleDownlinkACK func(context.Context, *HandleDownlinkACKRequest) (*empty.Empty, error) + HandleError func(context.Context, *HandleErrorRequest) (*empty.Empty, error) + HandleGatewayStats func(context.Context, *HandleGatewayStatsRequest) (*empty.Empty, error) + HandleProprietaryUplink func(context.Context, *HandleProprietaryUplinkRequest) (*empty.Empty, error) + HandleTxAck func(context.Context, *HandleTxAckRequest) (*empty.Empty, error) + HandleUplinkData func(context.Context, *HandleUplinkDataRequest) (*empty.Empty, error) + ReEncryptDeviceQueueItems func(context.Context, *ReEncryptDeviceQueueItemsRequest) (*ReEncryptDeviceQueueItemsResponse, error) + SetDeviceLocation func(context.Context, *SetDeviceLocationRequest) (*empty.Empty, error) + SetDeviceStatus func(context.Context, *SetDeviceStatusRequest) (*empty.Empty, error) + type DeviceActivationContext struct + AppSKey *common.KeyEnvelope + DevAddr []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*DeviceActivationContext) Descriptor() ([]byte, []int) + func (*DeviceActivationContext) ProtoMessage() + func (m *DeviceActivationContext) GetAppSKey() *common.KeyEnvelope + func (m *DeviceActivationContext) GetDevAddr() []byte + func (m *DeviceActivationContext) Reset() + func (m *DeviceActivationContext) String() string + func (m *DeviceActivationContext) XXX_DiscardUnknown() + func (m *DeviceActivationContext) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *DeviceActivationContext) XXX_Merge(src proto.Message) + func (m *DeviceActivationContext) XXX_Size() int + func (m *DeviceActivationContext) XXX_Unmarshal(b []byte) error + type ErrorType int32 + const ErrorType_DATA_DOWN_GATEWAY + const ErrorType_DATA_UP_FCNT_RESET + const ErrorType_DATA_UP_FCNT_RETRANSMISSION + const ErrorType_DATA_UP_MIC + const ErrorType_DEVICE_QUEUE_ITEM_FCNT + const ErrorType_DEVICE_QUEUE_ITEM_SIZE + const ErrorType_GENERIC + const ErrorType_OTAA + func (ErrorType) EnumDescriptor() ([]byte, []int) + func (x ErrorType) String() string + type HandleDownlinkACKRequest struct + Acknowledged bool + DevEui []byte + FCnt uint32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*HandleDownlinkACKRequest) Descriptor() ([]byte, []int) + func (*HandleDownlinkACKRequest) ProtoMessage() + func (m *HandleDownlinkACKRequest) GetAcknowledged() bool + func (m *HandleDownlinkACKRequest) GetDevEui() []byte + func (m *HandleDownlinkACKRequest) GetFCnt() uint32 + func (m *HandleDownlinkACKRequest) Reset() + func (m *HandleDownlinkACKRequest) String() string + func (m *HandleDownlinkACKRequest) XXX_DiscardUnknown() + func (m *HandleDownlinkACKRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *HandleDownlinkACKRequest) XXX_Merge(src proto.Message) + func (m *HandleDownlinkACKRequest) XXX_Size() int + func (m *HandleDownlinkACKRequest) XXX_Unmarshal(b []byte) error + type HandleErrorRequest struct + DevEui []byte + Error string + FCnt uint32 + Type ErrorType + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*HandleErrorRequest) Descriptor() ([]byte, []int) + func (*HandleErrorRequest) ProtoMessage() + func (m *HandleErrorRequest) GetDevEui() []byte + func (m *HandleErrorRequest) GetError() string + func (m *HandleErrorRequest) GetFCnt() uint32 + func (m *HandleErrorRequest) GetType() ErrorType + func (m *HandleErrorRequest) Reset() + func (m *HandleErrorRequest) String() string + func (m *HandleErrorRequest) XXX_DiscardUnknown() + func (m *HandleErrorRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *HandleErrorRequest) XXX_Merge(src proto.Message) + func (m *HandleErrorRequest) XXX_Size() int + func (m *HandleErrorRequest) XXX_Unmarshal(b []byte) error + type HandleGatewayStatsRequest struct + GatewayId []byte + Location *common.Location + Metadata map[string]string + RxPacketsReceived uint32 + RxPacketsReceivedOk uint32 + StatsId []byte + Time *timestamp.Timestamp + TxPacketsEmitted uint32 + TxPacketsReceived uint32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*HandleGatewayStatsRequest) Descriptor() ([]byte, []int) + func (*HandleGatewayStatsRequest) ProtoMessage() + func (m *HandleGatewayStatsRequest) GetGatewayId() []byte + func (m *HandleGatewayStatsRequest) GetLocation() *common.Location + func (m *HandleGatewayStatsRequest) GetMetadata() map[string]string + func (m *HandleGatewayStatsRequest) GetRxPacketsReceived() uint32 + func (m *HandleGatewayStatsRequest) GetRxPacketsReceivedOk() uint32 + func (m *HandleGatewayStatsRequest) GetStatsId() []byte + func (m *HandleGatewayStatsRequest) GetTime() *timestamp.Timestamp + func (m *HandleGatewayStatsRequest) GetTxPacketsEmitted() uint32 + func (m *HandleGatewayStatsRequest) GetTxPacketsReceived() uint32 + func (m *HandleGatewayStatsRequest) Reset() + func (m *HandleGatewayStatsRequest) String() string + func (m *HandleGatewayStatsRequest) XXX_DiscardUnknown() + func (m *HandleGatewayStatsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *HandleGatewayStatsRequest) XXX_Merge(src proto.Message) + func (m *HandleGatewayStatsRequest) XXX_Size() int + func (m *HandleGatewayStatsRequest) XXX_Unmarshal(b []byte) error + type HandleProprietaryUplinkRequest struct + MacPayload []byte + Mic []byte + RxInfo []*gw.UplinkRXInfo + TxInfo *gw.UplinkTXInfo + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*HandleProprietaryUplinkRequest) Descriptor() ([]byte, []int) + func (*HandleProprietaryUplinkRequest) ProtoMessage() + func (m *HandleProprietaryUplinkRequest) GetMacPayload() []byte + func (m *HandleProprietaryUplinkRequest) GetMic() []byte + func (m *HandleProprietaryUplinkRequest) GetRxInfo() []*gw.UplinkRXInfo + func (m *HandleProprietaryUplinkRequest) GetTxInfo() *gw.UplinkTXInfo + func (m *HandleProprietaryUplinkRequest) Reset() + func (m *HandleProprietaryUplinkRequest) String() string + func (m *HandleProprietaryUplinkRequest) XXX_DiscardUnknown() + func (m *HandleProprietaryUplinkRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *HandleProprietaryUplinkRequest) XXX_Merge(src proto.Message) + func (m *HandleProprietaryUplinkRequest) XXX_Size() int + func (m *HandleProprietaryUplinkRequest) XXX_Unmarshal(b []byte) error + type HandleTxAckRequest struct + DevEui []byte + FCnt uint32 + GatewayId []byte + TxInfo *gw.DownlinkTXInfo + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*HandleTxAckRequest) Descriptor() ([]byte, []int) + func (*HandleTxAckRequest) ProtoMessage() + func (m *HandleTxAckRequest) GetDevEui() []byte + func (m *HandleTxAckRequest) GetFCnt() uint32 + func (m *HandleTxAckRequest) GetGatewayId() []byte + func (m *HandleTxAckRequest) GetTxInfo() *gw.DownlinkTXInfo + func (m *HandleTxAckRequest) Reset() + func (m *HandleTxAckRequest) String() string + func (m *HandleTxAckRequest) XXX_DiscardUnknown() + func (m *HandleTxAckRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *HandleTxAckRequest) XXX_Merge(src proto.Message) + func (m *HandleTxAckRequest) XXX_Size() int + func (m *HandleTxAckRequest) XXX_Unmarshal(b []byte) error + type HandleUplinkDataRequest struct + Adr bool + ConfirmedUplink bool + Data []byte + DevEui []byte + DeviceActivationContext *DeviceActivationContext + Dr uint32 + FCnt uint32 + FPort uint32 + JoinEui []byte + RxInfo []*gw.UplinkRXInfo + TxInfo *gw.UplinkTXInfo + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*HandleUplinkDataRequest) Descriptor() ([]byte, []int) + func (*HandleUplinkDataRequest) ProtoMessage() + func (m *HandleUplinkDataRequest) GetAdr() bool + func (m *HandleUplinkDataRequest) GetConfirmedUplink() bool + func (m *HandleUplinkDataRequest) GetData() []byte + func (m *HandleUplinkDataRequest) GetDevEui() []byte + func (m *HandleUplinkDataRequest) GetDeviceActivationContext() *DeviceActivationContext + func (m *HandleUplinkDataRequest) GetDr() uint32 + func (m *HandleUplinkDataRequest) GetFCnt() uint32 + func (m *HandleUplinkDataRequest) GetFPort() uint32 + func (m *HandleUplinkDataRequest) GetJoinEui() []byte + func (m *HandleUplinkDataRequest) GetRxInfo() []*gw.UplinkRXInfo + func (m *HandleUplinkDataRequest) GetTxInfo() *gw.UplinkTXInfo + func (m *HandleUplinkDataRequest) Reset() + func (m *HandleUplinkDataRequest) String() string + func (m *HandleUplinkDataRequest) XXX_DiscardUnknown() + func (m *HandleUplinkDataRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *HandleUplinkDataRequest) XXX_Merge(src proto.Message) + func (m *HandleUplinkDataRequest) XXX_Size() int + func (m *HandleUplinkDataRequest) XXX_Unmarshal(b []byte) error + type RXWindow int32 + const RXWindow_RX1 + const RXWindow_RX2 + func (RXWindow) EnumDescriptor() ([]byte, []int) + func (x RXWindow) String() string + type ReEncryptDeviceQueueItem struct + Confirmed bool + FCnt uint32 + FPort uint32 + FrmPayload []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ReEncryptDeviceQueueItem) Descriptor() ([]byte, []int) + func (*ReEncryptDeviceQueueItem) ProtoMessage() + func (m *ReEncryptDeviceQueueItem) GetConfirmed() bool + func (m *ReEncryptDeviceQueueItem) GetFCnt() uint32 + func (m *ReEncryptDeviceQueueItem) GetFPort() uint32 + func (m *ReEncryptDeviceQueueItem) GetFrmPayload() []byte + func (m *ReEncryptDeviceQueueItem) Reset() + func (m *ReEncryptDeviceQueueItem) String() string + func (m *ReEncryptDeviceQueueItem) XXX_DiscardUnknown() + func (m *ReEncryptDeviceQueueItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ReEncryptDeviceQueueItem) XXX_Merge(src proto.Message) + func (m *ReEncryptDeviceQueueItem) XXX_Size() int + func (m *ReEncryptDeviceQueueItem) XXX_Unmarshal(b []byte) error + type ReEncryptDeviceQueueItemsRequest struct + DevAddr []byte + DevEui []byte + FCntStart uint32 + Items []*ReEncryptDeviceQueueItem + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ReEncryptDeviceQueueItemsRequest) Descriptor() ([]byte, []int) + func (*ReEncryptDeviceQueueItemsRequest) ProtoMessage() + func (m *ReEncryptDeviceQueueItemsRequest) GetDevAddr() []byte + func (m *ReEncryptDeviceQueueItemsRequest) GetDevEui() []byte + func (m *ReEncryptDeviceQueueItemsRequest) GetFCntStart() uint32 + func (m *ReEncryptDeviceQueueItemsRequest) GetItems() []*ReEncryptDeviceQueueItem + func (m *ReEncryptDeviceQueueItemsRequest) Reset() + func (m *ReEncryptDeviceQueueItemsRequest) String() string + func (m *ReEncryptDeviceQueueItemsRequest) XXX_DiscardUnknown() + func (m *ReEncryptDeviceQueueItemsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ReEncryptDeviceQueueItemsRequest) XXX_Merge(src proto.Message) + func (m *ReEncryptDeviceQueueItemsRequest) XXX_Size() int + func (m *ReEncryptDeviceQueueItemsRequest) XXX_Unmarshal(b []byte) error + type ReEncryptDeviceQueueItemsResponse struct + Items []*ReEncryptedDeviceQueueItem + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ReEncryptDeviceQueueItemsResponse) Descriptor() ([]byte, []int) + func (*ReEncryptDeviceQueueItemsResponse) ProtoMessage() + func (m *ReEncryptDeviceQueueItemsResponse) GetItems() []*ReEncryptedDeviceQueueItem + func (m *ReEncryptDeviceQueueItemsResponse) Reset() + func (m *ReEncryptDeviceQueueItemsResponse) String() string + func (m *ReEncryptDeviceQueueItemsResponse) XXX_DiscardUnknown() + func (m *ReEncryptDeviceQueueItemsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ReEncryptDeviceQueueItemsResponse) XXX_Merge(src proto.Message) + func (m *ReEncryptDeviceQueueItemsResponse) XXX_Size() int + func (m *ReEncryptDeviceQueueItemsResponse) XXX_Unmarshal(b []byte) error + type ReEncryptedDeviceQueueItem struct + Confirmed bool + FCnt uint32 + FPort uint32 + FrmPayload []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ReEncryptedDeviceQueueItem) Descriptor() ([]byte, []int) + func (*ReEncryptedDeviceQueueItem) ProtoMessage() + func (m *ReEncryptedDeviceQueueItem) GetConfirmed() bool + func (m *ReEncryptedDeviceQueueItem) GetFCnt() uint32 + func (m *ReEncryptedDeviceQueueItem) GetFPort() uint32 + func (m *ReEncryptedDeviceQueueItem) GetFrmPayload() []byte + func (m *ReEncryptedDeviceQueueItem) Reset() + func (m *ReEncryptedDeviceQueueItem) String() string + func (m *ReEncryptedDeviceQueueItem) XXX_DiscardUnknown() + func (m *ReEncryptedDeviceQueueItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ReEncryptedDeviceQueueItem) XXX_Merge(src proto.Message) + func (m *ReEncryptedDeviceQueueItem) XXX_Size() int + func (m *ReEncryptedDeviceQueueItem) XXX_Unmarshal(b []byte) error + type SetDeviceLocationRequest struct + DevEui []byte + Location *common.Location + UplinkIds [][]byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*SetDeviceLocationRequest) Descriptor() ([]byte, []int) + func (*SetDeviceLocationRequest) ProtoMessage() + func (m *SetDeviceLocationRequest) GetDevEui() []byte + func (m *SetDeviceLocationRequest) GetLocation() *common.Location + func (m *SetDeviceLocationRequest) GetUplinkIds() [][]byte + func (m *SetDeviceLocationRequest) Reset() + func (m *SetDeviceLocationRequest) String() string + func (m *SetDeviceLocationRequest) XXX_DiscardUnknown() + func (m *SetDeviceLocationRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SetDeviceLocationRequest) XXX_Merge(src proto.Message) + func (m *SetDeviceLocationRequest) XXX_Size() int + func (m *SetDeviceLocationRequest) XXX_Unmarshal(b []byte) error + type SetDeviceStatusRequest struct + Battery uint32 + BatteryLevel float32 + BatteryLevelUnavailable bool + DevEui []byte + ExternalPowerSource bool + Margin int32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*SetDeviceStatusRequest) Descriptor() ([]byte, []int) + func (*SetDeviceStatusRequest) ProtoMessage() + func (m *SetDeviceStatusRequest) GetBattery() uint32 + func (m *SetDeviceStatusRequest) GetBatteryLevel() float32 + func (m *SetDeviceStatusRequest) GetBatteryLevelUnavailable() bool + func (m *SetDeviceStatusRequest) GetDevEui() []byte + func (m *SetDeviceStatusRequest) GetExternalPowerSource() bool + func (m *SetDeviceStatusRequest) GetMargin() int32 + func (m *SetDeviceStatusRequest) Reset() + func (m *SetDeviceStatusRequest) String() string + func (m *SetDeviceStatusRequest) XXX_DiscardUnknown() + func (m *SetDeviceStatusRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SetDeviceStatusRequest) XXX_Merge(src proto.Message) + func (m *SetDeviceStatusRequest) XXX_Size() int + func (m *SetDeviceStatusRequest) XXX_Unmarshal(b []byte) error + type UnimplementedApplicationServerServiceServer struct + func (*UnimplementedApplicationServerServiceServer) HandleDownlinkACK(ctx context.Context, req *HandleDownlinkACKRequest) (*empty.Empty, error) + func (*UnimplementedApplicationServerServiceServer) HandleError(ctx context.Context, req *HandleErrorRequest) (*empty.Empty, error) + func (*UnimplementedApplicationServerServiceServer) HandleGatewayStats(ctx context.Context, req *HandleGatewayStatsRequest) (*empty.Empty, error) + func (*UnimplementedApplicationServerServiceServer) HandleProprietaryUplink(ctx context.Context, req *HandleProprietaryUplinkRequest) (*empty.Empty, error) + func (*UnimplementedApplicationServerServiceServer) HandleTxAck(ctx context.Context, req *HandleTxAckRequest) (*empty.Empty, error) + func (*UnimplementedApplicationServerServiceServer) HandleUplinkData(ctx context.Context, req *HandleUplinkDataRequest) (*empty.Empty, error) + func (*UnimplementedApplicationServerServiceServer) ReEncryptDeviceQueueItems(ctx context.Context, req *ReEncryptDeviceQueueItemsRequest) (*ReEncryptDeviceQueueItemsResponse, error) + func (*UnimplementedApplicationServerServiceServer) SetDeviceLocation(ctx context.Context, req *SetDeviceLocationRequest) (*empty.Empty, error) + func (*UnimplementedApplicationServerServiceServer) SetDeviceStatus(ctx context.Context, req *SetDeviceStatusRequest) (*empty.Empty, error)