Player APIs (BrightScript & Ja...
...
Object Reference
Networking Objects
roUPnPActionResult
2min
this object contains the results of an roupnpservice invoke() call it is important to match the transaction id of this object with the value returned by the invoke() method ifupnpactionresult gettype() as integer returns the result type, which can be one of the following 1 – invoke result 2 – subscribe result getid() as integer returns the transaction id of the result as an integer use it to match the roupnpactionresult instance with the roupnpservice invoke() call that generated it getresult() as boolean returns true if the originating invoke() call was successful getvalues() as roassociativearray returns an associative array containing the "out" values (if any) of the originating invoke() call ifuserdata setuserdata(user data as object) sets the user data that will be returned when events are raised getuserdata() as object returns the user data that has previously been set via setuserdata() it will return invalid if no data has been set