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 CRCStatus_name = map[int32]string + var CRCStatus_value = map[string]int32 + var ConnState_State_name = map[int32]string + var ConnState_State_value = map[string]int32 + var DownlinkTiming_name = map[int32]string + var DownlinkTiming_value = map[string]int32 + var FineTimestampType_name = map[int32]string + var FineTimestampType_value = map[string]int32 + var TxAckStatus_name = map[int32]string + var TxAckStatus_value = map[string]int32 + type CRCStatus int32 + const CRCStatus_BAD_CRC + const CRCStatus_CRC_OK + const CRCStatus_NO_CRC + func (CRCStatus) EnumDescriptor() ([]byte, []int) + func (x CRCStatus) String() string + type ChannelConfiguration struct + Board uint32 + Demodulator uint32 + Frequency uint32 + Modulation common.Modulation + ModulationConfig isChannelConfiguration_ModulationConfig + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ChannelConfiguration) Descriptor() ([]byte, []int) + func (*ChannelConfiguration) ProtoMessage() + func (*ChannelConfiguration) XXX_OneofWrappers() []interface{} + func (m *ChannelConfiguration) GetBoard() uint32 + func (m *ChannelConfiguration) GetDemodulator() uint32 + func (m *ChannelConfiguration) GetFrequency() uint32 + func (m *ChannelConfiguration) GetFskModulationConfig() *FSKModulationConfig + func (m *ChannelConfiguration) GetLoraModulationConfig() *LoRaModulationConfig + func (m *ChannelConfiguration) GetModulation() common.Modulation + func (m *ChannelConfiguration) GetModulationConfig() isChannelConfiguration_ModulationConfig + func (m *ChannelConfiguration) Reset() + func (m *ChannelConfiguration) String() string + func (m *ChannelConfiguration) XXX_DiscardUnknown() + func (m *ChannelConfiguration) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ChannelConfiguration) XXX_Merge(src proto.Message) + func (m *ChannelConfiguration) XXX_Size() int + func (m *ChannelConfiguration) XXX_Unmarshal(b []byte) error + type ChannelConfiguration_FskModulationConfig struct + FskModulationConfig *FSKModulationConfig + type ChannelConfiguration_LoraModulationConfig struct + LoraModulationConfig *LoRaModulationConfig + type ConnState struct + GatewayId []byte + State ConnState_State + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ConnState) Descriptor() ([]byte, []int) + func (*ConnState) ProtoMessage() + func (m *ConnState) GetGatewayId() []byte + func (m *ConnState) GetState() ConnState_State + func (m *ConnState) Reset() + func (m *ConnState) String() string + func (m *ConnState) XXX_DiscardUnknown() + func (m *ConnState) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ConnState) XXX_Merge(src proto.Message) + func (m *ConnState) XXX_Size() int + func (m *ConnState) XXX_Unmarshal(b []byte) error + type ConnState_State int32 + const ConnState_OFFLINE + const ConnState_ONLINE + func (ConnState_State) EnumDescriptor() ([]byte, []int) + func (x ConnState_State) String() string + type DelayTimingInfo struct + Delay *duration.Duration + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*DelayTimingInfo) Descriptor() ([]byte, []int) + func (*DelayTimingInfo) ProtoMessage() + func (m *DelayTimingInfo) GetDelay() *duration.Duration + func (m *DelayTimingInfo) Reset() + func (m *DelayTimingInfo) String() string + func (m *DelayTimingInfo) XXX_DiscardUnknown() + func (m *DelayTimingInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *DelayTimingInfo) XXX_Merge(src proto.Message) + func (m *DelayTimingInfo) XXX_Size() int + func (m *DelayTimingInfo) XXX_Unmarshal(b []byte) error + type DownlinkFrame struct + DownlinkId []byte + GatewayId []byte + Items []*DownlinkFrameItem + PhyPayload []byte + Token uint32 + TxInfo *DownlinkTXInfo + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*DownlinkFrame) Descriptor() ([]byte, []int) + func (*DownlinkFrame) ProtoMessage() + func (m *DownlinkFrame) GetDownlinkId() []byte + func (m *DownlinkFrame) GetGatewayId() []byte + func (m *DownlinkFrame) GetItems() []*DownlinkFrameItem + func (m *DownlinkFrame) GetPhyPayload() []byte + func (m *DownlinkFrame) GetToken() uint32 + func (m *DownlinkFrame) GetTxInfo() *DownlinkTXInfo + func (m *DownlinkFrame) Reset() + func (m *DownlinkFrame) String() string + func (m *DownlinkFrame) XXX_DiscardUnknown() + func (m *DownlinkFrame) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *DownlinkFrame) XXX_Merge(src proto.Message) + func (m *DownlinkFrame) XXX_Size() int + func (m *DownlinkFrame) XXX_Unmarshal(b []byte) error + type DownlinkFrameItem struct + PhyPayload []byte + TxInfo *DownlinkTXInfo + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*DownlinkFrameItem) Descriptor() ([]byte, []int) + func (*DownlinkFrameItem) ProtoMessage() + func (m *DownlinkFrameItem) GetPhyPayload() []byte + func (m *DownlinkFrameItem) GetTxInfo() *DownlinkTXInfo + func (m *DownlinkFrameItem) Reset() + func (m *DownlinkFrameItem) String() string + func (m *DownlinkFrameItem) XXX_DiscardUnknown() + func (m *DownlinkFrameItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *DownlinkFrameItem) XXX_Merge(src proto.Message) + func (m *DownlinkFrameItem) XXX_Size() int + func (m *DownlinkFrameItem) XXX_Unmarshal(b []byte) error + type DownlinkTXAck struct + DownlinkId []byte + Error string + GatewayId []byte + Items []*DownlinkTXAckItem + Token uint32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*DownlinkTXAck) Descriptor() ([]byte, []int) + func (*DownlinkTXAck) ProtoMessage() + func (m *DownlinkTXAck) GetDownlinkId() []byte + func (m *DownlinkTXAck) GetError() string + func (m *DownlinkTXAck) GetGatewayId() []byte + func (m *DownlinkTXAck) GetItems() []*DownlinkTXAckItem + func (m *DownlinkTXAck) GetToken() uint32 + func (m *DownlinkTXAck) Reset() + func (m *DownlinkTXAck) String() string + func (m *DownlinkTXAck) XXX_DiscardUnknown() + func (m *DownlinkTXAck) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *DownlinkTXAck) XXX_Merge(src proto.Message) + func (m *DownlinkTXAck) XXX_Size() int + func (m *DownlinkTXAck) XXX_Unmarshal(b []byte) error + type DownlinkTXAckItem struct + Status TxAckStatus + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*DownlinkTXAckItem) Descriptor() ([]byte, []int) + func (*DownlinkTXAckItem) ProtoMessage() + func (m *DownlinkTXAckItem) GetStatus() TxAckStatus + func (m *DownlinkTXAckItem) Reset() + func (m *DownlinkTXAckItem) String() string + func (m *DownlinkTXAckItem) XXX_DiscardUnknown() + func (m *DownlinkTXAckItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *DownlinkTXAckItem) XXX_Merge(src proto.Message) + func (m *DownlinkTXAckItem) XXX_Size() int + func (m *DownlinkTXAckItem) XXX_Unmarshal(b []byte) error + type DownlinkTXInfo struct + Antenna uint32 + Board uint32 + Context []byte + Frequency uint32 + GatewayId []byte + Modulation common.Modulation + ModulationInfo isDownlinkTXInfo_ModulationInfo + Power int32 + Timing DownlinkTiming + TimingInfo isDownlinkTXInfo_TimingInfo + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*DownlinkTXInfo) Descriptor() ([]byte, []int) + func (*DownlinkTXInfo) ProtoMessage() + func (*DownlinkTXInfo) XXX_OneofWrappers() []interface{} + func (m *DownlinkTXInfo) GetAntenna() uint32 + func (m *DownlinkTXInfo) GetBoard() uint32 + func (m *DownlinkTXInfo) GetContext() []byte + func (m *DownlinkTXInfo) GetDelayTimingInfo() *DelayTimingInfo + func (m *DownlinkTXInfo) GetFrequency() uint32 + func (m *DownlinkTXInfo) GetFskModulationInfo() *FSKModulationInfo + func (m *DownlinkTXInfo) GetGatewayId() []byte + func (m *DownlinkTXInfo) GetGpsEpochTimingInfo() *GPSEpochTimingInfo + func (m *DownlinkTXInfo) GetImmediatelyTimingInfo() *ImmediatelyTimingInfo + func (m *DownlinkTXInfo) GetLoraModulationInfo() *LoRaModulationInfo + func (m *DownlinkTXInfo) GetModulation() common.Modulation + func (m *DownlinkTXInfo) GetModulationInfo() isDownlinkTXInfo_ModulationInfo + func (m *DownlinkTXInfo) GetPower() int32 + func (m *DownlinkTXInfo) GetTiming() DownlinkTiming + func (m *DownlinkTXInfo) GetTimingInfo() isDownlinkTXInfo_TimingInfo + func (m *DownlinkTXInfo) Reset() + func (m *DownlinkTXInfo) String() string + func (m *DownlinkTXInfo) XXX_DiscardUnknown() + func (m *DownlinkTXInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *DownlinkTXInfo) XXX_Merge(src proto.Message) + func (m *DownlinkTXInfo) XXX_Size() int + func (m *DownlinkTXInfo) XXX_Unmarshal(b []byte) error + type DownlinkTXInfo_DelayTimingInfo struct + DelayTimingInfo *DelayTimingInfo + type DownlinkTXInfo_FskModulationInfo struct + FskModulationInfo *FSKModulationInfo + type DownlinkTXInfo_GpsEpochTimingInfo struct + GpsEpochTimingInfo *GPSEpochTimingInfo + type DownlinkTXInfo_ImmediatelyTimingInfo struct + ImmediatelyTimingInfo *ImmediatelyTimingInfo + type DownlinkTXInfo_LoraModulationInfo struct + LoraModulationInfo *LoRaModulationInfo + type DownlinkTiming int32 + const DownlinkTiming_DELAY + const DownlinkTiming_GPS_EPOCH + const DownlinkTiming_IMMEDIATELY + func (DownlinkTiming) EnumDescriptor() ([]byte, []int) + func (x DownlinkTiming) String() string + type EncryptedFineTimestamp struct + AesKeyIndex uint32 + EncryptedNs []byte + FpgaId []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*EncryptedFineTimestamp) Descriptor() ([]byte, []int) + func (*EncryptedFineTimestamp) ProtoMessage() + func (m *EncryptedFineTimestamp) GetAesKeyIndex() uint32 + func (m *EncryptedFineTimestamp) GetEncryptedNs() []byte + func (m *EncryptedFineTimestamp) GetFpgaId() []byte + func (m *EncryptedFineTimestamp) Reset() + func (m *EncryptedFineTimestamp) String() string + func (m *EncryptedFineTimestamp) XXX_DiscardUnknown() + func (m *EncryptedFineTimestamp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *EncryptedFineTimestamp) XXX_Merge(src proto.Message) + func (m *EncryptedFineTimestamp) XXX_Size() int + func (m *EncryptedFineTimestamp) XXX_Unmarshal(b []byte) error + type FSKModulationConfig struct + Bandwidth uint32 + Bitrate uint32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*FSKModulationConfig) Descriptor() ([]byte, []int) + func (*FSKModulationConfig) ProtoMessage() + func (m *FSKModulationConfig) GetBandwidth() uint32 + func (m *FSKModulationConfig) GetBitrate() uint32 + func (m *FSKModulationConfig) Reset() + func (m *FSKModulationConfig) String() string + func (m *FSKModulationConfig) XXX_DiscardUnknown() + func (m *FSKModulationConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *FSKModulationConfig) XXX_Merge(src proto.Message) + func (m *FSKModulationConfig) XXX_Size() int + func (m *FSKModulationConfig) XXX_Unmarshal(b []byte) error + type FSKModulationInfo struct + Datarate uint32 + FrequencyDeviation uint32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*FSKModulationInfo) Descriptor() ([]byte, []int) + func (*FSKModulationInfo) ProtoMessage() + func (m *FSKModulationInfo) GetDatarate() uint32 + func (m *FSKModulationInfo) GetFrequencyDeviation() uint32 + func (m *FSKModulationInfo) Reset() + func (m *FSKModulationInfo) String() string + func (m *FSKModulationInfo) XXX_DiscardUnknown() + func (m *FSKModulationInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *FSKModulationInfo) XXX_Merge(src proto.Message) + func (m *FSKModulationInfo) XXX_Size() int + func (m *FSKModulationInfo) XXX_Unmarshal(b []byte) error + type FineTimestampType int32 + const FineTimestampType_ENCRYPTED + const FineTimestampType_NONE + const FineTimestampType_PLAIN + func (FineTimestampType) EnumDescriptor() ([]byte, []int) + func (x FineTimestampType) String() string + type GPSEpochTimingInfo struct + TimeSinceGpsEpoch *duration.Duration + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GPSEpochTimingInfo) Descriptor() ([]byte, []int) + func (*GPSEpochTimingInfo) ProtoMessage() + func (m *GPSEpochTimingInfo) GetTimeSinceGpsEpoch() *duration.Duration + func (m *GPSEpochTimingInfo) Reset() + func (m *GPSEpochTimingInfo) String() string + func (m *GPSEpochTimingInfo) XXX_DiscardUnknown() + func (m *GPSEpochTimingInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GPSEpochTimingInfo) XXX_Merge(src proto.Message) + func (m *GPSEpochTimingInfo) XXX_Size() int + func (m *GPSEpochTimingInfo) XXX_Unmarshal(b []byte) error + type GatewayCommandExecRequest struct + Command string + Environment map[string]string + ExecId []byte + GatewayId []byte + Stdin []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GatewayCommandExecRequest) Descriptor() ([]byte, []int) + func (*GatewayCommandExecRequest) ProtoMessage() + func (m *GatewayCommandExecRequest) GetCommand() string + func (m *GatewayCommandExecRequest) GetEnvironment() map[string]string + func (m *GatewayCommandExecRequest) GetExecId() []byte + func (m *GatewayCommandExecRequest) GetGatewayId() []byte + func (m *GatewayCommandExecRequest) GetStdin() []byte + func (m *GatewayCommandExecRequest) Reset() + func (m *GatewayCommandExecRequest) String() string + func (m *GatewayCommandExecRequest) XXX_DiscardUnknown() + func (m *GatewayCommandExecRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GatewayCommandExecRequest) XXX_Merge(src proto.Message) + func (m *GatewayCommandExecRequest) XXX_Size() int + func (m *GatewayCommandExecRequest) XXX_Unmarshal(b []byte) error + type GatewayCommandExecResponse struct + Error string + ExecId []byte + GatewayId []byte + Stderr []byte + Stdout []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GatewayCommandExecResponse) Descriptor() ([]byte, []int) + func (*GatewayCommandExecResponse) ProtoMessage() + func (m *GatewayCommandExecResponse) GetError() string + func (m *GatewayCommandExecResponse) GetExecId() []byte + func (m *GatewayCommandExecResponse) GetGatewayId() []byte + func (m *GatewayCommandExecResponse) GetStderr() []byte + func (m *GatewayCommandExecResponse) GetStdout() []byte + func (m *GatewayCommandExecResponse) Reset() + func (m *GatewayCommandExecResponse) String() string + func (m *GatewayCommandExecResponse) XXX_DiscardUnknown() + func (m *GatewayCommandExecResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GatewayCommandExecResponse) XXX_Merge(src proto.Message) + func (m *GatewayCommandExecResponse) XXX_Size() int + func (m *GatewayCommandExecResponse) XXX_Unmarshal(b []byte) error + type GatewayConfiguration struct + Channels []*ChannelConfiguration + GatewayId []byte + StatsInterval *duration.Duration + Version string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GatewayConfiguration) Descriptor() ([]byte, []int) + func (*GatewayConfiguration) ProtoMessage() + func (m *GatewayConfiguration) GetChannels() []*ChannelConfiguration + func (m *GatewayConfiguration) GetGatewayId() []byte + func (m *GatewayConfiguration) GetStatsInterval() *duration.Duration + func (m *GatewayConfiguration) GetVersion() string + func (m *GatewayConfiguration) Reset() + func (m *GatewayConfiguration) String() string + func (m *GatewayConfiguration) XXX_DiscardUnknown() + func (m *GatewayConfiguration) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GatewayConfiguration) XXX_Merge(src proto.Message) + func (m *GatewayConfiguration) XXX_Size() int + func (m *GatewayConfiguration) XXX_Unmarshal(b []byte) error + type GatewayStats struct + ConfigVersion string + GatewayId []byte + Ip string + 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 (*GatewayStats) Descriptor() ([]byte, []int) + func (*GatewayStats) ProtoMessage() + func (m *GatewayStats) GetConfigVersion() string + func (m *GatewayStats) GetGatewayId() []byte + func (m *GatewayStats) GetIp() string + func (m *GatewayStats) GetLocation() *common.Location + func (m *GatewayStats) GetMetaData() map[string]string + func (m *GatewayStats) GetRxPacketsReceived() uint32 + func (m *GatewayStats) GetRxPacketsReceivedOk() uint32 + func (m *GatewayStats) GetStatsId() []byte + func (m *GatewayStats) GetTime() *timestamp.Timestamp + func (m *GatewayStats) GetTxPacketsEmitted() uint32 + func (m *GatewayStats) GetTxPacketsReceived() uint32 + func (m *GatewayStats) Reset() + func (m *GatewayStats) String() string + func (m *GatewayStats) XXX_DiscardUnknown() + func (m *GatewayStats) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GatewayStats) XXX_Merge(src proto.Message) + func (m *GatewayStats) XXX_Size() int + func (m *GatewayStats) XXX_Unmarshal(b []byte) error + type ImmediatelyTimingInfo struct + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ImmediatelyTimingInfo) Descriptor() ([]byte, []int) + func (*ImmediatelyTimingInfo) ProtoMessage() + func (m *ImmediatelyTimingInfo) Reset() + func (m *ImmediatelyTimingInfo) String() string + func (m *ImmediatelyTimingInfo) XXX_DiscardUnknown() + func (m *ImmediatelyTimingInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ImmediatelyTimingInfo) XXX_Merge(src proto.Message) + func (m *ImmediatelyTimingInfo) XXX_Size() int + func (m *ImmediatelyTimingInfo) XXX_Unmarshal(b []byte) error + type LoRaModulationConfig struct + Bandwidth uint32 + SpreadingFactors []uint32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*LoRaModulationConfig) Descriptor() ([]byte, []int) + func (*LoRaModulationConfig) ProtoMessage() + func (m *LoRaModulationConfig) GetBandwidth() uint32 + func (m *LoRaModulationConfig) GetSpreadingFactors() []uint32 + func (m *LoRaModulationConfig) Reset() + func (m *LoRaModulationConfig) String() string + func (m *LoRaModulationConfig) XXX_DiscardUnknown() + func (m *LoRaModulationConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *LoRaModulationConfig) XXX_Merge(src proto.Message) + func (m *LoRaModulationConfig) XXX_Size() int + func (m *LoRaModulationConfig) XXX_Unmarshal(b []byte) error + type LoRaModulationInfo struct + Bandwidth uint32 + CodeRate string + PolarizationInversion bool + SpreadingFactor uint32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*LoRaModulationInfo) Descriptor() ([]byte, []int) + func (*LoRaModulationInfo) ProtoMessage() + func (m *LoRaModulationInfo) GetBandwidth() uint32 + func (m *LoRaModulationInfo) GetCodeRate() string + func (m *LoRaModulationInfo) GetPolarizationInversion() bool + func (m *LoRaModulationInfo) GetSpreadingFactor() uint32 + func (m *LoRaModulationInfo) Reset() + func (m *LoRaModulationInfo) String() string + func (m *LoRaModulationInfo) XXX_DiscardUnknown() + func (m *LoRaModulationInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *LoRaModulationInfo) XXX_Merge(src proto.Message) + func (m *LoRaModulationInfo) XXX_Size() int + func (m *LoRaModulationInfo) XXX_Unmarshal(b []byte) error + type PlainFineTimestamp struct + Time *timestamp.Timestamp + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*PlainFineTimestamp) Descriptor() ([]byte, []int) + func (*PlainFineTimestamp) ProtoMessage() + func (m *PlainFineTimestamp) GetTime() *timestamp.Timestamp + func (m *PlainFineTimestamp) Reset() + func (m *PlainFineTimestamp) String() string + func (m *PlainFineTimestamp) XXX_DiscardUnknown() + func (m *PlainFineTimestamp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *PlainFineTimestamp) XXX_Merge(src proto.Message) + func (m *PlainFineTimestamp) XXX_Size() int + func (m *PlainFineTimestamp) XXX_Unmarshal(b []byte) error + type RawPacketForwarderCommand struct + GatewayId []byte + Payload []byte + RawId []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*RawPacketForwarderCommand) Descriptor() ([]byte, []int) + func (*RawPacketForwarderCommand) ProtoMessage() + func (m *RawPacketForwarderCommand) GetGatewayId() []byte + func (m *RawPacketForwarderCommand) GetPayload() []byte + func (m *RawPacketForwarderCommand) GetRawId() []byte + func (m *RawPacketForwarderCommand) Reset() + func (m *RawPacketForwarderCommand) String() string + func (m *RawPacketForwarderCommand) XXX_DiscardUnknown() + func (m *RawPacketForwarderCommand) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *RawPacketForwarderCommand) XXX_Merge(src proto.Message) + func (m *RawPacketForwarderCommand) XXX_Size() int + func (m *RawPacketForwarderCommand) XXX_Unmarshal(b []byte) error + type RawPacketForwarderEvent struct + GatewayId []byte + Payload []byte + RawId []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*RawPacketForwarderEvent) Descriptor() ([]byte, []int) + func (*RawPacketForwarderEvent) ProtoMessage() + func (m *RawPacketForwarderEvent) GetGatewayId() []byte + func (m *RawPacketForwarderEvent) GetPayload() []byte + func (m *RawPacketForwarderEvent) GetRawId() []byte + func (m *RawPacketForwarderEvent) Reset() + func (m *RawPacketForwarderEvent) String() string + func (m *RawPacketForwarderEvent) XXX_DiscardUnknown() + func (m *RawPacketForwarderEvent) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *RawPacketForwarderEvent) XXX_Merge(src proto.Message) + func (m *RawPacketForwarderEvent) XXX_Size() int + func (m *RawPacketForwarderEvent) XXX_Unmarshal(b []byte) error + type TxAckStatus int32 + const TxAckStatus_COLLISION_BEACON + const TxAckStatus_COLLISION_PACKET + const TxAckStatus_GPS_UNLOCKED + const TxAckStatus_IGNORED + const TxAckStatus_INTERNAL_ERROR + const TxAckStatus_OK + const TxAckStatus_QUEUE_FULL + const TxAckStatus_TOO_EARLY + const TxAckStatus_TOO_LATE + const TxAckStatus_TX_FREQ + const TxAckStatus_TX_POWER + func (TxAckStatus) EnumDescriptor() ([]byte, []int) + func (x TxAckStatus) String() string + type UplinkFrame struct + PhyPayload []byte + RxInfo *UplinkRXInfo + TxInfo *UplinkTXInfo + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*UplinkFrame) Descriptor() ([]byte, []int) + func (*UplinkFrame) ProtoMessage() + func (m *UplinkFrame) GetPhyPayload() []byte + func (m *UplinkFrame) GetRxInfo() *UplinkRXInfo + func (m *UplinkFrame) GetTxInfo() *UplinkTXInfo + func (m *UplinkFrame) Reset() + func (m *UplinkFrame) String() string + func (m *UplinkFrame) XXX_DiscardUnknown() + func (m *UplinkFrame) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *UplinkFrame) XXX_Merge(src proto.Message) + func (m *UplinkFrame) XXX_Size() int + func (m *UplinkFrame) XXX_Unmarshal(b []byte) error + type UplinkFrameSet struct + PhyPayload []byte + RxInfo []*UplinkRXInfo + TxInfo *UplinkTXInfo + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*UplinkFrameSet) Descriptor() ([]byte, []int) + func (*UplinkFrameSet) ProtoMessage() + func (m *UplinkFrameSet) GetPhyPayload() []byte + func (m *UplinkFrameSet) GetRxInfo() []*UplinkRXInfo + func (m *UplinkFrameSet) GetTxInfo() *UplinkTXInfo + func (m *UplinkFrameSet) Reset() + func (m *UplinkFrameSet) String() string + func (m *UplinkFrameSet) XXX_DiscardUnknown() + func (m *UplinkFrameSet) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *UplinkFrameSet) XXX_Merge(src proto.Message) + func (m *UplinkFrameSet) XXX_Size() int + func (m *UplinkFrameSet) XXX_Unmarshal(b []byte) error + type UplinkRXInfo struct + Antenna uint32 + Board uint32 + Channel uint32 + Context []byte + CrcStatus CRCStatus + FineTimestamp isUplinkRXInfo_FineTimestamp + FineTimestampType FineTimestampType + GatewayId []byte + LocalTime *timestamp.Timestamp + Location *common.Location + LoraSnr float64 + RfChain uint32 + Rssi int32 + Time *timestamp.Timestamp + TimeSinceGpsEpoch *duration.Duration + UplinkId []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*UplinkRXInfo) Descriptor() ([]byte, []int) + func (*UplinkRXInfo) ProtoMessage() + func (*UplinkRXInfo) XXX_OneofWrappers() []interface{} + func (m *UplinkRXInfo) GetAntenna() uint32 + func (m *UplinkRXInfo) GetBoard() uint32 + func (m *UplinkRXInfo) GetChannel() uint32 + func (m *UplinkRXInfo) GetContext() []byte + func (m *UplinkRXInfo) GetCrcStatus() CRCStatus + func (m *UplinkRXInfo) GetEncryptedFineTimestamp() *EncryptedFineTimestamp + func (m *UplinkRXInfo) GetFineTimestamp() isUplinkRXInfo_FineTimestamp + func (m *UplinkRXInfo) GetFineTimestampType() FineTimestampType + func (m *UplinkRXInfo) GetGatewayId() []byte + func (m *UplinkRXInfo) GetLocation() *common.Location + func (m *UplinkRXInfo) GetLoraSnr() float64 + func (m *UplinkRXInfo) GetPlainFineTimestamp() *PlainFineTimestamp + func (m *UplinkRXInfo) GetRfChain() uint32 + func (m *UplinkRXInfo) GetRssi() int32 + func (m *UplinkRXInfo) GetTime() *timestamp.Timestamp + func (m *UplinkRXInfo) GetTimeSinceGpsEpoch() *duration.Duration + func (m *UplinkRXInfo) GetUplinkId() []byte + func (m *UplinkRXInfo) Reset() + func (m *UplinkRXInfo) String() string + func (m *UplinkRXInfo) XXX_DiscardUnknown() + func (m *UplinkRXInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *UplinkRXInfo) XXX_Merge(src proto.Message) + func (m *UplinkRXInfo) XXX_Size() int + func (m *UplinkRXInfo) XXX_Unmarshal(b []byte) error + type UplinkRXInfo_EncryptedFineTimestamp struct + EncryptedFineTimestamp *EncryptedFineTimestamp + type UplinkRXInfo_PlainFineTimestamp struct + PlainFineTimestamp *PlainFineTimestamp + type UplinkTXInfo struct + Frequency uint32 + Modulation common.Modulation + ModulationInfo isUplinkTXInfo_ModulationInfo + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*UplinkTXInfo) Descriptor() ([]byte, []int) + func (*UplinkTXInfo) ProtoMessage() + func (*UplinkTXInfo) XXX_OneofWrappers() []interface{} + func (m *UplinkTXInfo) GetFrequency() uint32 + func (m *UplinkTXInfo) GetFskModulationInfo() *FSKModulationInfo + func (m *UplinkTXInfo) GetLoraModulationInfo() *LoRaModulationInfo + func (m *UplinkTXInfo) GetModulation() common.Modulation + func (m *UplinkTXInfo) GetModulationInfo() isUplinkTXInfo_ModulationInfo + func (m *UplinkTXInfo) Reset() + func (m *UplinkTXInfo) String() string + func (m *UplinkTXInfo) XXX_DiscardUnknown() + func (m *UplinkTXInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *UplinkTXInfo) XXX_Merge(src proto.Message) + func (m *UplinkTXInfo) XXX_Size() int + func (m *UplinkTXInfo) XXX_Unmarshal(b []byte) error + type UplinkTXInfo_FskModulationInfo struct + FskModulationInfo *FSKModulationInfo + type UplinkTXInfo_LoraModulationInfo struct + LoraModulationInfo *LoRaModulationInfo