The UPnP control point:
Control point initialization
A control point must be at least capable of communicate via HTTP and SSDP protocols with other UPnP devices. So, when the CP object is created, there are four parameters to be set before it starts:
- the port number for its SSDP server
- the port number for its HTTP server
- the maximum time spent waiting for an incoming response
- the URI used to receive subscription to a service
- ControlPoint
- EventListener
- NotifyListener
- DeviceChangeListener
- SearchResponseListener