blob: dc8cff953393c56c2e0d03e7425b55dc07adb3ea [file] [log] [blame] [view]
# zx_debug_send_command
## NAME
<!-- Updated by update-docs-from-abigen, do not edit. -->
debug_send_command - TODO(ZX-3106)
## SYNOPSIS
<!-- Updated by update-docs-from-abigen, do not edit. -->
```
#include <zircon/syscalls.h>
zx_status_t zx_debug_send_command(zx_handle_t resource,
const char* buffer,
size_t buffer_size);
```
## DESCRIPTION
TODO(ZX-3106)
## RIGHTS
<!-- Updated by update-docs-from-abigen, do not edit. -->
*resource* must have resource kind **ZX_RSRC_KIND_ROOT**.
## RETURN VALUE
TODO(ZX-3106)
## ERRORS
TODO(ZX-3106)
## SEE ALSO
TODO(ZX-3106)