Expand description
Fire-and-forget send variants (Go send_methods.go parity).
Each send_* method emits the protocol-1 envelope and returns immediately
without waiting for a response. Callers that need the response should use
the blocking convenience methods on crate::Client (e.g. loop_get,
job_status, autopilot_status).