Contact Profile Link Channel Response
data class ContactProfileLinkChannelResponse(val bandwidthMHz: Double, val centerFrequencyMHz: Double, val decodingConfiguration: String? = null, val demodulationConfiguration: String? = null, val encodingConfiguration: String? = null, val endPoint: EndPointResponse, val modulationConfiguration: String? = null, val name: String)
Contact Profile Link Channel.
Constructors
Link copied to clipboard
fun ContactProfileLinkChannelResponse(bandwidthMHz: Double, centerFrequencyMHz: Double, decodingConfiguration: String? = null, demodulationConfiguration: String? = null, encodingConfiguration: String? = null, endPoint: EndPointResponse, modulationConfiguration: String? = null, name: String)