| 3729 | } |
| 3730 | |
| 3731 | type 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 | |
| 3744 | func (x *FskModulationConfig) Reset() { |
| 3745 | *x = FskModulationConfig{} |
no outgoing calls
no test coverage detected