Bridge Source Bridge Network Source
data class BridgeSourceBridgeNetworkSource(val multicastIp: String, val networkName: String, val port: Int, val protocol: BridgeSourceProtocolEnum)
The source of the bridge. A network source originates at your premises.
Constructors
Link copied to clipboard
constructor(multicastIp: String, networkName: String, port: Int, protocol: BridgeSourceProtocolEnum)