Zenohex.Sample (Zenohex v0.7.1)

View Source

A struct that corresponds one-to-one to zenoh::sample::Sample.

see. https://docs.rs/zenoh/latest/zenoh/sample/struct.Sample.html

Summary

Types

t()

@type t() :: %Zenohex.Sample{
  attachment: binary() | nil,
  congestion_control: Zenohex.Session.congestion_control(),
  encoding: String.t(),
  express: boolean(),
  key_expr: String.t(),
  kind: :put | :delete,
  payload: binary(),
  priority: Zenohex.Session.priority(),
  timestamp: Zenohex.Session.zenoh_timestamp_string() | nil
}