struct ExpectedHandle

Defined at line 33 of file ../../src/tests/fidl/dynsuite/channel_util/channel.h

A handle we expect to receive on a channel. This is like zx_handle_info_t but

with defaults for type and rights, and no zx_handle_t field. Instead, you can

set the koid to assert on the koid of the received handle.

Public Members

zx_koid_t koid
zx_obj_type_t type
zx_rights_t rights