Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.06 KB

session.rst

File metadata and controls

40 lines (30 loc) · 1.06 KB

Session

The :cpp:class:`zenoh::Session` is the main zenoh object. The instance of the session reprsents a single zenoh node in the network.

Builder function

.. doxygenfunction:: zenoh::open

Utility functions

.. doxygenfunction:: init_logger

.. doxygenfunction:: scout(zenoh::ScoutingConfig&& config, zenoh::ClosureHello&& callback, ErrNo& error)

.. doxygenfunction:: scout(zenoh::ScoutingConfig&& config, zenoh::ClosureHello&& callback)

Session class

.. doxygenclass:: zenoh::Session
   :members:
   :membergroups: Constructors Operators Methods