bindDescriptor
Binds an object of type R to the RemoteDescriptor at a given UUID and updates the object whenever it changes.
Parameters
the UUID of the RemoteDescriptor to bind to
the function that updates the object whenever the bound object changes
the RemoteDescriptorBinding set up binding to the RemoteDescriptor
Type Parameters
the type of the object to bind to
Throws
if the RemoteDescriptor is not found
Binds an object of type R to the RemoteDescriptor at a given UUID and updates the object whenever it changes.
Parameters
the string of the UUID of the RemoteDescriptor to bind to
the function that updates the object whenever the bound object changes
the RemoteDescriptorBinding set up binding to the RemoteDescriptor
Type Parameters
the type of the object to bind to
Throws
if the RemoteDescriptor is not found
if the UUID is not valid