pub const AGDX_BATCH_CODE: u32 = _; // 1_000_020u32Expand description
Managed command code: the mixed-operation batch. The request body is a CBOR
BatchRequest carrying up to
MAX_BATCH_OPS managed requests, each with
its own code and payload. The reply a BatchReply
with each op’s own reply bytes in order. One round trip amortized over
several ops, per-op results, explicitly NOT atomic. A nested batch is
rejected. An old backend answers the unknown code with CommandError,
decoded client-side as the typed unsupported, so no capability bit is
needed.