EntityGlobalId constructor

const EntityGlobalId(
  1. ZenohId zid,
  2. int eid
)

Creates an EntityGlobalId from a session zid and an entity eid.

Implementation

const EntityGlobalId(this.zid, this.eid);