Session (zenohex v0.1.5)

Summary

Functions

Link to this function

declare_publisher(session, key)

@spec declare_publisher(
  NifZenoh.session(),
  charlist()
) :: {:ok, NifZenoh.publisher()}
Link to this function

declare_subscriber(session, keyexpr, callback)

@spec declare_subscriber(NifZenoh.session(), charlist(), function()) :: no_return()