streaming

package
v0.0.0-...-52b377f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 1, 2026 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_streaming_frame_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type BasestationDownlinkFrameLog

type BasestationDownlinkFrameLog struct {

	// Basestation EUI, hex string
	BsEui string `protobuf:"bytes,1,opt,name=bs_eui,json=bsEui,proto3" json:"bs_eui,omitempty"`
	// Message type.
	MessageType common.BasestationDownlinkMessageType `` /* 138-byte string literal not displayed */
	// Time.
	Time *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=time,proto3" json:"time,omitempty"`
	// Downlink ID (UUID)
	DownlinkId string `protobuf:"bytes,4,opt,name=downlink_id,json=downlinkId,proto3" json:"downlink_id,omitempty"`
	// Optional Uplink ID (UUID) for responses
	UplinkId *string `protobuf:"bytes,5,opt,name=uplink_id,json=uplinkId,proto3,oneof" json:"uplink_id,omitempty"`
	// Message.
	//
	// Types that are valid to be assigned to Message:
	//
	//	*BasestationDownlinkFrameLog_AttPrp
	//	*BasestationDownlinkFrameLog_DetPrp
	//	*BasestationDownlinkFrameLog_ReqStatus
	//	*BasestationDownlinkFrameLog_ReqVmStatus
	//	*BasestationDownlinkFrameLog_VmActivate
	//	*BasestationDownlinkFrameLog_VmDeactivate
	//	*BasestationDownlinkFrameLog_VmBatch
	Message isBasestationDownlinkFrameLog_Message `protobuf_oneof:"message"`
	// contains filtered or unexported fields
}

func (*BasestationDownlinkFrameLog) Descriptor deprecated

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

Deprecated: Use BasestationDownlinkFrameLog.ProtoReflect.Descriptor instead.

func (*BasestationDownlinkFrameLog) GetAttPrp

func (*BasestationDownlinkFrameLog) GetBsEui

func (x *BasestationDownlinkFrameLog) GetBsEui() string

func (*BasestationDownlinkFrameLog) GetDetPrp

func (*BasestationDownlinkFrameLog) GetDownlinkId

func (x *BasestationDownlinkFrameLog) GetDownlinkId() string

func (*BasestationDownlinkFrameLog) GetMessage

func (x *BasestationDownlinkFrameLog) GetMessage() isBasestationDownlinkFrameLog_Message

func (*BasestationDownlinkFrameLog) GetMessageType

func (*BasestationDownlinkFrameLog) GetReqStatus

func (x *BasestationDownlinkFrameLog) GetReqStatus() *bs.RequestStatus

func (*BasestationDownlinkFrameLog) GetReqVmStatus

func (*BasestationDownlinkFrameLog) GetTime

func (*BasestationDownlinkFrameLog) GetUplinkId

func (x *BasestationDownlinkFrameLog) GetUplinkId() string

func (*BasestationDownlinkFrameLog) GetVmActivate

func (x *BasestationDownlinkFrameLog) GetVmActivate() *bs.EnableVariableMac

func (*BasestationDownlinkFrameLog) GetVmBatch

func (*BasestationDownlinkFrameLog) GetVmDeactivate

func (x *BasestationDownlinkFrameLog) GetVmDeactivate() *bs.DisableVariableMac

func (*BasestationDownlinkFrameLog) ProtoMessage

func (*BasestationDownlinkFrameLog) ProtoMessage()

func (*BasestationDownlinkFrameLog) ProtoReflect

func (*BasestationDownlinkFrameLog) Reset

func (x *BasestationDownlinkFrameLog) Reset()

func (*BasestationDownlinkFrameLog) String

func (x *BasestationDownlinkFrameLog) String() string

type BasestationDownlinkFrameLog_AttPrp

type BasestationDownlinkFrameLog_AttPrp struct {
	// Propagate attach
	AttPrp *bs.AttachPropagate `protobuf:"bytes,6,opt,name=att_prp,json=attPrp,proto3,oneof"`
}

type BasestationDownlinkFrameLog_DetPrp

type BasestationDownlinkFrameLog_DetPrp struct {
	// Propagate detach
	DetPrp *bs.DetachPropagate `protobuf:"bytes,7,opt,name=det_prp,json=detPrp,proto3,oneof"`
}

type BasestationDownlinkFrameLog_ReqStatus

type BasestationDownlinkFrameLog_ReqStatus struct {
	// Status
	ReqStatus *bs.RequestStatus `protobuf:"bytes,9,opt,name=req_status,json=reqStatus,proto3,oneof"`
}

type BasestationDownlinkFrameLog_ReqVmStatus

type BasestationDownlinkFrameLog_ReqVmStatus struct {
	// VM Status
	ReqVmStatus *bs.RequestVariableMacStatus `protobuf:"bytes,10,opt,name=req_vm_status,json=reqVmStatus,proto3,oneof"`
}

type BasestationDownlinkFrameLog_VmActivate

type BasestationDownlinkFrameLog_VmActivate struct {
	// VM Activate
	VmActivate *bs.EnableVariableMac `protobuf:"bytes,11,opt,name=vm_activate,json=vmActivate,proto3,oneof"`
}

type BasestationDownlinkFrameLog_VmBatch

type BasestationDownlinkFrameLog_VmBatch struct {
	// VM Batch
	VmBatch *bs.BatchVariableMac `protobuf:"bytes,13,opt,name=vm_batch,json=vmBatch,proto3,oneof"`
}

type BasestationDownlinkFrameLog_VmDeactivate

type BasestationDownlinkFrameLog_VmDeactivate struct {
	// VM Deactivate
	VmDeactivate *bs.DisableVariableMac `protobuf:"bytes,12,opt,name=vm_deactivate,json=vmDeactivate,proto3,oneof"`
}

type BasestationUplinkFrameLog

type BasestationUplinkFrameLog struct {

	// Basestation EUI, hex string
	BsEui string `protobuf:"bytes,1,opt,name=bs_eui,json=bsEui,proto3" json:"bs_eui,omitempty"`
	// Message type.
	MessageType common.BasestationUplinkMessageType `` /* 136-byte string literal not displayed */
	// Time.
	Time *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=time,proto3" json:"time,omitempty"`
	// Uplink ID (UUID)
	UplinkId string `protobuf:"bytes,4,opt,name=uplink_id,json=uplinkId,proto3" json:"uplink_id,omitempty"`
	// Message.
	//
	// Types that are valid to be assigned to Message:
	//
	//	*BasestationUplinkFrameLog_Con
	//	*BasestationUplinkFrameLog_Status
	//	*BasestationUplinkFrameLog_VmStatus
	//	*BasestationUplinkFrameLog_PrpAck
	Message isBasestationUplinkFrameLog_Message `protobuf_oneof:"message"`
	// contains filtered or unexported fields
}

func (*BasestationUplinkFrameLog) Descriptor deprecated

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

Deprecated: Use BasestationUplinkFrameLog.ProtoReflect.Descriptor instead.

func (*BasestationUplinkFrameLog) GetBsEui

func (x *BasestationUplinkFrameLog) GetBsEui() string

func (*BasestationUplinkFrameLog) GetCon

func (*BasestationUplinkFrameLog) GetMessage

func (x *BasestationUplinkFrameLog) GetMessage() isBasestationUplinkFrameLog_Message

func (*BasestationUplinkFrameLog) GetMessageType

func (*BasestationUplinkFrameLog) GetPrpAck

func (*BasestationUplinkFrameLog) GetStatus

func (*BasestationUplinkFrameLog) GetTime

func (*BasestationUplinkFrameLog) GetUplinkId

func (x *BasestationUplinkFrameLog) GetUplinkId() string

func (*BasestationUplinkFrameLog) GetVmStatus

func (*BasestationUplinkFrameLog) ProtoMessage

func (*BasestationUplinkFrameLog) ProtoMessage()

func (*BasestationUplinkFrameLog) ProtoReflect

func (*BasestationUplinkFrameLog) Reset

func (x *BasestationUplinkFrameLog) Reset()

func (*BasestationUplinkFrameLog) String

func (x *BasestationUplinkFrameLog) String() string

type BasestationUplinkFrameLog_Con

type BasestationUplinkFrameLog_Con struct {
	// Connect
	Con *bs.BasestationConnection `protobuf:"bytes,5,opt,name=con,proto3,oneof"`
}

type BasestationUplinkFrameLog_PrpAck

type BasestationUplinkFrameLog_PrpAck struct {
	// Propagation ack
	PrpAck *bs.BasestationPropagationAck `protobuf:"bytes,8,opt,name=prp_ack,json=prpAck,proto3,oneof"`
}

type BasestationUplinkFrameLog_Status

type BasestationUplinkFrameLog_Status struct {
	// Status
	Status *bs.BasestationStatus `protobuf:"bytes,6,opt,name=status,proto3,oneof"`
}

type BasestationUplinkFrameLog_VmStatus

type BasestationUplinkFrameLog_VmStatus struct {
	// VM Status
	VmStatus *bs.BasestationVariableMacStatus `protobuf:"bytes,7,opt,name=vm_status,json=vmStatus,proto3,oneof"`
}

type EndnodeDownlinkFrameLog

type EndnodeDownlinkFrameLog struct {

	// Basestation EUI, hex string
	BsEui string `protobuf:"bytes,1,opt,name=bs_eui,json=bsEui,proto3" json:"bs_eui,omitempty"`
	// Message type.
	MessageType common.EndnodeDownlinkMessageType `` /* 134-byte string literal not displayed */
	// Time.
	Time *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=time,proto3" json:"time,omitempty"`
	// Downlink ID (UUID)
	DownlinkId string `protobuf:"bytes,4,opt,name=downlink_id,json=downlinkId,proto3" json:"downlink_id,omitempty"`
	// Optional Uplink ID (UUID) for responses
	UplinkId *string `protobuf:"bytes,5,opt,name=uplink_id,json=uplinkId,proto3,oneof" json:"uplink_id,omitempty"`
	// Message.
	//
	// Types that are valid to be assigned to Message:
	//
	//	*EndnodeDownlinkFrameLog_DlDataQue
	//	*EndnodeDownlinkFrameLog_DlDataRev
	//	*EndnodeDownlinkFrameLog_DlRxStatQry
	Message isEndnodeDownlinkFrameLog_Message `protobuf_oneof:"message"`
	// contains filtered or unexported fields
}

func (*EndnodeDownlinkFrameLog) Descriptor deprecated

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

Deprecated: Use EndnodeDownlinkFrameLog.ProtoReflect.Descriptor instead.

func (*EndnodeDownlinkFrameLog) GetBsEui

func (x *EndnodeDownlinkFrameLog) GetBsEui() string

func (*EndnodeDownlinkFrameLog) GetDlDataQue

func (x *EndnodeDownlinkFrameLog) GetDlDataQue() *bs.EnqueDownlink

func (*EndnodeDownlinkFrameLog) GetDlDataRev

func (x *EndnodeDownlinkFrameLog) GetDlDataRev() *bs.RevokeDownlink

func (*EndnodeDownlinkFrameLog) GetDlRxStatQry

func (x *EndnodeDownlinkFrameLog) GetDlRxStatQry() *bs.DownlinkRxStatusQuery

func (*EndnodeDownlinkFrameLog) GetDownlinkId

func (x *EndnodeDownlinkFrameLog) GetDownlinkId() string

func (*EndnodeDownlinkFrameLog) GetMessage

func (x *EndnodeDownlinkFrameLog) GetMessage() isEndnodeDownlinkFrameLog_Message

func (*EndnodeDownlinkFrameLog) GetMessageType

func (*EndnodeDownlinkFrameLog) GetTime

func (*EndnodeDownlinkFrameLog) GetUplinkId

func (x *EndnodeDownlinkFrameLog) GetUplinkId() string

func (*EndnodeDownlinkFrameLog) ProtoMessage

func (*EndnodeDownlinkFrameLog) ProtoMessage()

func (*EndnodeDownlinkFrameLog) ProtoReflect

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

func (*EndnodeDownlinkFrameLog) Reset

func (x *EndnodeDownlinkFrameLog) Reset()

func (*EndnodeDownlinkFrameLog) String

func (x *EndnodeDownlinkFrameLog) String() string

type EndnodeDownlinkFrameLog_DlDataQue

type EndnodeDownlinkFrameLog_DlDataQue struct {
	// Enque downlink
	DlDataQue *bs.EnqueDownlink `protobuf:"bytes,9,opt,name=dl_data_que,json=dlDataQue,proto3,oneof"`
}

type EndnodeDownlinkFrameLog_DlDataRev

type EndnodeDownlinkFrameLog_DlDataRev struct {
	// Revoke downlink
	DlDataRev *bs.RevokeDownlink `protobuf:"bytes,10,opt,name=dl_data_rev,json=dlDataRev,proto3,oneof"`
}

type EndnodeDownlinkFrameLog_DlRxStatQry

type EndnodeDownlinkFrameLog_DlRxStatQry struct {
	// Downlink RX status query
	DlRxStatQry *bs.DownlinkRxStatusQuery `protobuf:"bytes,11,opt,name=dl_rx_stat_qry,json=dlRxStatQry,proto3,oneof"`
}

type EndnodeDownlinkResultLog

type EndnodeDownlinkResultLog struct {

	// Basestation EUI, hex string
	BsEui string `protobuf:"bytes,1,opt,name=bs_eui,json=bsEui,proto3" json:"bs_eui,omitempty"`
	// Downlink result
	DlRes *bs.BasestationDownlinkResult `protobuf:"bytes,2,opt,name=dl_res,json=dlRes,proto3" json:"dl_res,omitempty"`
	// contains filtered or unexported fields
}

func (*EndnodeDownlinkResultLog) Descriptor deprecated

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

Deprecated: Use EndnodeDownlinkResultLog.ProtoReflect.Descriptor instead.

func (*EndnodeDownlinkResultLog) GetBsEui

func (x *EndnodeDownlinkResultLog) GetBsEui() string

func (*EndnodeDownlinkResultLog) GetDlRes

func (*EndnodeDownlinkResultLog) ProtoMessage

func (*EndnodeDownlinkResultLog) ProtoMessage()

func (*EndnodeDownlinkResultLog) ProtoReflect

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

func (*EndnodeDownlinkResultLog) Reset

func (x *EndnodeDownlinkResultLog) Reset()

func (*EndnodeDownlinkResultLog) String

func (x *EndnodeDownlinkResultLog) String() string

type EndnodeDownlinkRxStatusLog

type EndnodeDownlinkRxStatusLog struct {

	// Basestation EUI, hex string
	BsEui string `protobuf:"bytes,1,opt,name=bs_eui,json=bsEui,proto3" json:"bs_eui,omitempty"`
	// Downlink RX Status
	DlRxStat *bs.BasestationDownlinkRxStatus `protobuf:"bytes,2,opt,name=dl_rx_stat,json=dlRxStat,proto3" json:"dl_rx_stat,omitempty"`
	// contains filtered or unexported fields
}

func (*EndnodeDownlinkRxStatusLog) Descriptor deprecated

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

Deprecated: Use EndnodeDownlinkRxStatusLog.ProtoReflect.Descriptor instead.

func (*EndnodeDownlinkRxStatusLog) GetBsEui

func (x *EndnodeDownlinkRxStatusLog) GetBsEui() string

func (*EndnodeDownlinkRxStatusLog) GetDlRxStat

func (*EndnodeDownlinkRxStatusLog) ProtoMessage

func (*EndnodeDownlinkRxStatusLog) ProtoMessage()

func (*EndnodeDownlinkRxStatusLog) ProtoReflect

func (*EndnodeDownlinkRxStatusLog) Reset

func (x *EndnodeDownlinkRxStatusLog) Reset()

func (*EndnodeDownlinkRxStatusLog) String

func (x *EndnodeDownlinkRxStatusLog) String() string

type EndnodeUplinkFrameLog

type EndnodeUplinkFrameLog struct {

	// Message type.
	MessageType common.EndnodeUplinkMessageType `` /* 132-byte string literal not displayed */
	// Time.
	Time *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=time,proto3" json:"time,omitempty"`
	// Uplink ID (UUID)
	UplinkId string `protobuf:"bytes,3,opt,name=uplink_id,json=uplinkId,proto3" json:"uplink_id,omitempty"`
	// Message.
	//
	// Types that are valid to be assigned to Message:
	//
	//	*EndnodeUplinkFrameLog_Att
	//	*EndnodeUplinkFrameLog_Det
	//	*EndnodeUplinkFrameLog_UlData
	//	*EndnodeUplinkFrameLog_VmUlData
	//	*EndnodeUplinkFrameLog_DlRes
	//	*EndnodeUplinkFrameLog_DlRxStat
	Message isEndnodeUplinkFrameLog_Message `protobuf_oneof:"message"`
	// RX meta-data.
	Metadata map[string]*bs.EndnodeUplinkMetadata `` /* 144-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*EndnodeUplinkFrameLog) Descriptor deprecated

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

Deprecated: Use EndnodeUplinkFrameLog.ProtoReflect.Descriptor instead.

func (*EndnodeUplinkFrameLog) GetAtt

func (*EndnodeUplinkFrameLog) GetDet

func (*EndnodeUplinkFrameLog) GetDlRes

func (*EndnodeUplinkFrameLog) GetDlRxStat

func (*EndnodeUplinkFrameLog) GetMessage

func (x *EndnodeUplinkFrameLog) GetMessage() isEndnodeUplinkFrameLog_Message

func (*EndnodeUplinkFrameLog) GetMessageType

func (*EndnodeUplinkFrameLog) GetMetadata

func (x *EndnodeUplinkFrameLog) GetMetadata() map[string]*bs.EndnodeUplinkMetadata

func (*EndnodeUplinkFrameLog) GetTime

func (*EndnodeUplinkFrameLog) GetUlData

func (*EndnodeUplinkFrameLog) GetUplinkId

func (x *EndnodeUplinkFrameLog) GetUplinkId() string

func (*EndnodeUplinkFrameLog) GetVmUlData

func (*EndnodeUplinkFrameLog) ProtoMessage

func (*EndnodeUplinkFrameLog) ProtoMessage()

func (*EndnodeUplinkFrameLog) ProtoReflect

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

func (*EndnodeUplinkFrameLog) Reset

func (x *EndnodeUplinkFrameLog) Reset()

func (*EndnodeUplinkFrameLog) String

func (x *EndnodeUplinkFrameLog) String() string

type EndnodeUplinkFrameLog_Att

type EndnodeUplinkFrameLog_Att struct {
	// Over the air attachment
	Att *bs.EndnodeAttMessage `protobuf:"bytes,4,opt,name=att,proto3,oneof"`
}

type EndnodeUplinkFrameLog_Det

type EndnodeUplinkFrameLog_Det struct {
	// Over the air detachment
	Det *bs.EndnodeDetMessage `protobuf:"bytes,5,opt,name=det,proto3,oneof"`
}

type EndnodeUplinkFrameLog_DlRes

type EndnodeUplinkFrameLog_DlRes struct {
	// Downlink result
	DlRes *EndnodeDownlinkResultLog `protobuf:"bytes,8,opt,name=dl_res,json=dlRes,proto3,oneof"`
}

type EndnodeUplinkFrameLog_DlRxStat

type EndnodeUplinkFrameLog_DlRxStat struct {
	// Downlink RX Status
	DlRxStat *EndnodeDownlinkRxStatusLog `protobuf:"bytes,9,opt,name=dl_rx_stat,json=dlRxStat,proto3,oneof"`
}

type EndnodeUplinkFrameLog_UlData

type EndnodeUplinkFrameLog_UlData struct {
	// Uplink payload
	UlData *bs.EndnodeUlDataMessage `protobuf:"bytes,6,opt,name=ul_data,json=ulData,proto3,oneof"`
}

type EndnodeUplinkFrameLog_VmUlData

type EndnodeUplinkFrameLog_VmUlData struct {
	// Variable mac uplink payload
	VmUlData *bs.EndnodeVariableMacUlDataMessage `protobuf:"bytes,7,opt,name=vm_ul_data,json=vmUlData,proto3,oneof"`
}

type FrameLogItem

type FrameLogItem struct {
	StreamId string `protobuf:"bytes,1,opt,name=stream_id,json=streamId,proto3" json:"stream_id,omitempty"`
	// Types that are valid to be assigned to Item:
	//
	//	*FrameLogItem_EpUl
	//	*FrameLogItem_EpDl
	//	*FrameLogItem_BsUl
	//	*FrameLogItem_BsDl
	//	*FrameLogItem_VmUl
	Item isFrameLogItem_Item `protobuf_oneof:"item"`
	// contains filtered or unexported fields
}

func (*FrameLogItem) Descriptor deprecated

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

Deprecated: Use FrameLogItem.ProtoReflect.Descriptor instead.

func (*FrameLogItem) GetBsDl

func (*FrameLogItem) GetBsUl

func (*FrameLogItem) GetEpDl

func (x *FrameLogItem) GetEpDl() *EndnodeDownlinkFrameLog

func (*FrameLogItem) GetEpUl

func (x *FrameLogItem) GetEpUl() *EndnodeUplinkFrameLog

func (*FrameLogItem) GetItem

func (x *FrameLogItem) GetItem() isFrameLogItem_Item

func (*FrameLogItem) GetStreamId

func (x *FrameLogItem) GetStreamId() string

func (*FrameLogItem) GetVmUl

func (*FrameLogItem) ProtoMessage

func (*FrameLogItem) ProtoMessage()

func (*FrameLogItem) ProtoReflect

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

func (*FrameLogItem) Reset

func (x *FrameLogItem) Reset()

func (*FrameLogItem) String

func (x *FrameLogItem) String() string

type FrameLogItem_BsDl

type FrameLogItem_BsDl struct {
	BsDl *BasestationDownlinkFrameLog `protobuf:"bytes,5,opt,name=bs_dl,json=bsDl,proto3,oneof"`
}

type FrameLogItem_BsUl

type FrameLogItem_BsUl struct {
	BsUl *BasestationUplinkFrameLog `protobuf:"bytes,4,opt,name=bs_ul,json=bsUl,proto3,oneof"`
}

type FrameLogItem_EpDl

type FrameLogItem_EpDl struct {
	EpDl *EndnodeDownlinkFrameLog `protobuf:"bytes,3,opt,name=ep_dl,json=epDl,proto3,oneof"`
}

type FrameLogItem_EpUl

type FrameLogItem_EpUl struct {
	EpUl *EndnodeUplinkFrameLog `protobuf:"bytes,2,opt,name=ep_ul,json=epUl,proto3,oneof"`
}

type FrameLogItem_VmUl

type FrameLogItem_VmUl struct {
	VmUl *VariableMacUplinkFrameLog `protobuf:"bytes,6,opt,name=vm_ul,json=vmUl,proto3,oneof"`
}

type VariableMacUplinkFrameLog

type VariableMacUplinkFrameLog struct {

	// Message type.
	MacName common.VariableMacType `protobuf:"varint,1,opt,name=mac_name,json=macName,proto3,enum=common.VariableMacType" json:"mac_name,omitempty"`
	MacType uint32                 `protobuf:"varint,2,opt,name=mac_type,json=macType,proto3" json:"mac_type,omitempty"`
	// Time.
	Time *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=time,proto3" json:"time,omitempty"`
	// Uplink ID (UUID)
	UplinkId string `protobuf:"bytes,4,opt,name=uplink_id,json=uplinkId,proto3" json:"uplink_id,omitempty"`
	// Variable Mac Uplink Message
	Message *bs.EndnodeVariableMacUlDataMessage `protobuf:"bytes,5,opt,name=message,proto3" json:"message,omitempty"`
	// RX meta-data.
	Metadata map[string]*bs.EndnodeUplinkMetadata `` /* 143-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*VariableMacUplinkFrameLog) Descriptor deprecated

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

Deprecated: Use VariableMacUplinkFrameLog.ProtoReflect.Descriptor instead.

func (*VariableMacUplinkFrameLog) GetMacName

func (*VariableMacUplinkFrameLog) GetMacType

func (x *VariableMacUplinkFrameLog) GetMacType() uint32

func (*VariableMacUplinkFrameLog) GetMessage

func (*VariableMacUplinkFrameLog) GetMetadata

func (*VariableMacUplinkFrameLog) GetTime

func (*VariableMacUplinkFrameLog) GetUplinkId

func (x *VariableMacUplinkFrameLog) GetUplinkId() string

func (*VariableMacUplinkFrameLog) ProtoMessage

func (*VariableMacUplinkFrameLog) ProtoMessage()

func (*VariableMacUplinkFrameLog) ProtoReflect

func (*VariableMacUplinkFrameLog) Reset

func (x *VariableMacUplinkFrameLog) Reset()

func (*VariableMacUplinkFrameLog) String

func (x *VariableMacUplinkFrameLog) String() string

Jump to

Keyboard shortcuts

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