Module zenoh_protocol::zenoh::query::flag

source ·
Expand description

§Query message

Flags:
- P: Parameters     If P==1 then the parameters are present
- X: Reserved
- Z: Extension      If Z==1 then at least one extension is present

  7 6 5 4 3 2 1 0
 +-+-+-+-+-+-+-+-+
 |Z|X|P|  QUERY  |
 +-+-+-+---------+
 ~ ps: <u8;z16>  ~  if P==1
 +---------------+
 ~  [qry_exts]   ~  if Z==1
 +---------------+

Constants§