| 3665 | func (*ChannelConfiguration_FskModulationConfig) isChannelConfiguration_ModulationConfig() {} |
| 3666 | |
| 3667 | type 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 | |
| 3680 | func (x *LoraModulationConfig) Reset() { |
| 3681 | *x = LoraModulationConfig{} |
no outgoing calls
no test coverage detected