class obix::ObixClientWatch
sys::Obj obix::ObixClientWatch
Represents a clients side watch for an ObixClient
- add
-
Add URIs to the watch.
- client
-
ObixClient client { private set }
Associated client
- close
-
Void close()
Close the watch down on the server side.
- lease
-
Duration lease
Get or set the watch lease time on the server
- pollChanges
-
ObixObj[] pollChanges()
Poll for changes to get state of only objects which have changed.
- pollRefresh
-
ObixObj[] pollRefresh()
Poll refresh to get current state of every URI in watch
- remove
-
Remove URIs from the watch.