Contact Profile Link Channel
data class ContactProfileLinkChannel(val bandwidthMhz: Double, val centerFrequencyMhz: Double, val demodulationConfiguration: String? = null, val endPoints: List<ContactProfileLinkChannelEndPoint>, val modulationConfiguration: String? = null, val name: String)
Constructors
Link copied to clipboard
fun ContactProfileLinkChannel(bandwidthMhz: Double, centerFrequencyMhz: Double, demodulationConfiguration: String? = null, endPoints: List<ContactProfileLinkChannelEndPoint>, modulationConfiguration: String? = null, name: String)