1# zx_channel_call_finish
2
3## NAME
4
5<!-- Updated by update-docs-from-abigen, do not edit. -->
6
7channel_call_finish - TODO(ZX-3106)
8
9## SYNOPSIS
10
11<!-- Updated by update-docs-from-abigen, do not edit. -->
12
13```
14#include <zircon/syscalls.h>
15
16zx_status_t zx_channel_call_finish(zx_time_t deadline,
17                                   const zx_channel_call_args_t* args,
18                                   uint32_t* actual_bytes,
19                                   uint32_t* actual_handles);
20```
21
22## DESCRIPTION
23
24TODO(ZX-3106)
25
26## RIGHTS
27
28<!-- Updated by update-docs-from-abigen, do not edit. -->
29
30TODO(ZX-2399)
31
32## RETURN VALUE
33
34TODO(ZX-3106)
35
36## ERRORS
37
38TODO(ZX-3106)
39
40## SEE ALSO
41
42
43TODO(ZX-3106)
44