subscribe#
- Node.subscribe() None[source]#
- Subscribe to this node (its child lead nodes). - To get data from data from the subscribed nodes use the poll command (provided by the Connection). - In order to avoid fetching old data that is still in the buffer execute a sync command before subscribing to new data streams. - Return type:
- None