Method AddDevice
AddDevice(SsdpRootDevice)
Adds a device (and it's children) to the list of devices being published by this server, making them discoverable to SSDP clients.
Declaration
void AddDevice(SsdpRootDevice device)
Parameters
| Type | Name | Description |
|---|---|---|
| SsdpRootDevice | device | The SsdpRootDevice instance to add. |