#[unsafe(no_mangle)]pub unsafe extern "C" fn pamoja_mavlink_command_id( command: *const PamojaMavlinkCommand, ) -> u16
Returns the command id being tracked.
command
The command id, or 0 if command is null.
0
command must be a live tracker handle or null.