ResourceBrowser


Description:

[ CCode ( has_construct_function = false ) ]
public ResourceBrowser (Client client, string target)

target is a generic string the resource browser listens for on the SSDP bus.

There are several possible targets such as

  • "ssdp:all" for everything
  • "upnp:rootdevice" for UPnP device entry points, not caring about the device type
  • The UUID of a specific device
  • Device types such as "urn:schemas-upnp-org:device:MediaServer:1"
  • Service types such as "urn:schemas-upnp-org:service:ContentDirectory:1"

Parameters:

client

The Client to associate with

target

A SSDP search target

Returns:

A new ResourceBrowser object.