Player APIs (BrightScript & Ja...
...
Object Reference
Networking Objects
roUPnPDevice
2min
this object is returned by the roupnpsearchevent getobject() method under certain conditions ifupnpdevice getuuid() as string getheaders() as roassociativearray returns an associative array of headers (including vendor specific extensions) associated with the advertisement or search getdeviceinfo() as roassociativearray returns an associative array of device metadata from the device xml (applicable to root items only) getembeddeddevices() as roassociativearray returns an associative array of embedded roupnpdevice object instances, keyed by device type getembeddeddevice(devicetype as string) as roupnpdevice returns an roupnpdevice instance, using the specified devicetype as a unique identifier the devicetype parameter must use one of the following formats urn\ schemas upnp\ device\ devicetype\ v search for any device of this type the devicetype and version (v) are defined by the upnp forum working committee urn\ domain name\ device\ devicetype\ v search for any device of this type the domain name, devicetype , and version (v) are defined by the upnp vender period characters in the domain name must be replaced with hyphens in accordance with rfc2141 getservices() as roassociativearray returns an associative array of embedded ropnpservice object instances, keyed by type getservice(servicetype as string) as roupnpservice returns an roupnpservice instance of the specified type