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 LocationSource_name = map[int32]string + var LocationSource_value = map[string]int32 + var MType_name = map[int32]string + var MType_value = map[string]int32 + var Modulation_name = map[int32]string + var Modulation_value = map[string]int32 + var Region_name = map[int32]string + var Region_value = map[string]int32 + type KeyEnvelope struct + AesKey []byte + KekLabel string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*KeyEnvelope) Descriptor() ([]byte, []int) + func (*KeyEnvelope) ProtoMessage() + func (m *KeyEnvelope) GetAesKey() []byte + func (m *KeyEnvelope) GetKekLabel() string + func (m *KeyEnvelope) Reset() + func (m *KeyEnvelope) String() string + func (m *KeyEnvelope) XXX_DiscardUnknown() + func (m *KeyEnvelope) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *KeyEnvelope) XXX_Merge(src proto.Message) + func (m *KeyEnvelope) XXX_Size() int + func (m *KeyEnvelope) XXX_Unmarshal(b []byte) error + type Location struct + Accuracy uint32 + Altitude float64 + Latitude float64 + Longitude float64 + Source LocationSource + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Location) Descriptor() ([]byte, []int) + func (*Location) ProtoMessage() + func (m *Location) GetAccuracy() uint32 + func (m *Location) GetAltitude() float64 + func (m *Location) GetLatitude() float64 + func (m *Location) GetLongitude() float64 + func (m *Location) GetSource() LocationSource + func (m *Location) Reset() + func (m *Location) String() string + func (m *Location) XXX_DiscardUnknown() + func (m *Location) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Location) XXX_Merge(src proto.Message) + func (m *Location) XXX_Size() int + func (m *Location) XXX_Unmarshal(b []byte) error + type LocationSource int32 + const LocationSource_CONFIG + const LocationSource_GEO_RESOLVER_GNSS + const LocationSource_GEO_RESOLVER_RSSI + const LocationSource_GEO_RESOLVER_TDOA + const LocationSource_GEO_RESOLVER_WIFI + const LocationSource_GPS + const LocationSource_UNKNOWN + func (LocationSource) EnumDescriptor() ([]byte, []int) + func (x LocationSource) String() string + type MType int32 + const MType_ConfirmedDataDown + const MType_ConfirmedDataUp + const MType_JoinAccept + const MType_JoinRequest + const MType_Proprietary + const MType_RejoinRequest + const MType_UnconfirmedDataDown + const MType_UnconfirmedDataUp + func (MType) EnumDescriptor() ([]byte, []int) + func (x MType) String() string + type Modulation int32 + const Modulation_FSK + const Modulation_LORA + func (Modulation) EnumDescriptor() ([]byte, []int) + func (x Modulation) String() string + type Region int32 + const Region_AS923 + const Region_AU915 + const Region_CN470 + const Region_CN779 + const Region_EU433 + const Region_EU868 + const Region_IN865 + const Region_ISM2400 + const Region_KR920 + const Region_RU864 + const Region_US915 + func (Region) EnumDescriptor() ([]byte, []int) + func (x Region) String() string