Skip to main content

K_API_REQUEST

Constant K_API_REQUEST 

Source
pub const K_API_REQUEST: u8 = 0;
Expand description

Compact numeric tag identifying each PacketBody variant in the JSON wire format. Using a single-byte numeric field ("k": 0) instead of a string tag ("kind": "api_request") saves several bytes per frame.