ControlInfo

data class ControlInfo(val serviceType: String, val controlUrl: String, val urlBase: String? = null, val modelName: String? = null)

The control endpoint extracted from an IGD device description: the service type to use in the SOAP namespace / SOAPAction, the (possibly relative) control URL, and any <URLBase> the device advertised.

Constructors

Link copied to clipboard
constructor(serviceType: String, controlUrl: String, urlBase: String? = null, modelName: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard