# zx_debug_send_command ## NAME debug_send_command - TODO(ZX-3106) ## SYNOPSIS ``` #include zx_status_t zx_debug_send_command(zx_handle_t resource, const char* buffer, size_t buffer_size); ``` ## DESCRIPTION TODO(ZX-3106) ## RIGHTS *resource* must have resource kind **ZX_RSRC_KIND_ROOT**. ## RETURN VALUE TODO(ZX-3106) ## ERRORS TODO(ZX-3106) ## SEE ALSO TODO(ZX-3106)