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

Struct FskModulationConfig

api/go/gw/gw.pb.go:3731–3742  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3729}
3730
3731type FskModulationConfig struct {
3732 state protoimpl.MessageState `protogen:"open.v1"`
3733 // Bandwidth (kHz).
3734 // Deprecated: use bandwidth.
3735 BandwidthLegacy uint32 `protobuf:"varint,1,opt,name=bandwidth_legacy,json=bandwidthLegacy,proto3" json:"bandwidth_legacy,omitempty"`
3736 // Bandwidth (Hz).
3737 Bandwidth uint32 `protobuf:"varint,3,opt,name=bandwidth,proto3" json:"bandwidth,omitempty"`
3738 // Bitrate.
3739 Bitrate uint32 `protobuf:"varint,2,opt,name=bitrate,proto3" json:"bitrate,omitempty"`
3740 unknownFields protoimpl.UnknownFields
3741 sizeCache protoimpl.SizeCache
3742}
3743
3744func (x *FskModulationConfig) Reset() {
3745 *x = FskModulationConfig{}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected