Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

enum CmdId

fbs/transfer.fbs / Source schema

Backing type: ushort

Stable numeric identifiers for command and transfer services. Zenoh deployments select services by key (synapse/v1/cmd/); non-Zenoh request/reply transports such as framed serial links use these ids as the service discriminator. Values mirror the generated command catalog.

NameValueNotes
Unknown0Reserved value for invalid or unassigned services.
VehicleCommand1Generic command with floating-point arguments.
GeoCommand2Geographic command with scaled latitude/longitude precision.
ParamGet3Fetch one parameter by name, or all parameters.
ParamSet4Set one parameter.
MissionGet5Fetch the mission plan.
MissionSet6Replace the mission plan.