MCPcopy Create free account
hub / github.com/chirpstack/chirpstack / LoraModulationConfig

Struct LoraModulationConfig

api/go/gw/gw.pb.go:3667–3678  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3665func (*ChannelConfiguration_FskModulationConfig) isChannelConfiguration_ModulationConfig() {}
3666
3667type LoraModulationConfig struct {
3668 state protoimpl.MessageState `protogen:"open.v1"`
3669 // Bandwidth (kHz).
3670 // Deprecated: use bandwidth.
3671 BandwidthLegacy uint32 `protobuf:"varint,1,opt,name=bandwidth_legacy,json=bandwidthLegacy,proto3" json:"bandwidth_legacy,omitempty"`
3672 // Bandwidth (Hz).
3673 Bandwidth uint32 `protobuf:"varint,3,opt,name=bandwidth,proto3" json:"bandwidth,omitempty"`
3674 // Spreading-factors.
3675 SpreadingFactors []uint32 `protobuf:"varint,2,rep,packed,name=spreading_factors,json=spreadingFactors,proto3" json:"spreading_factors,omitempty"`
3676 unknownFields protoimpl.UnknownFields
3677 sizeCache protoimpl.SizeCache
3678}
3679
3680func (x *LoraModulationConfig) Reset() {
3681 *x = LoraModulationConfig{}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected