Typed wrapper around a Zircon channel object.
Typed wrapper around a linked pair of channel objects and the zx_channel_create() syscall used to create them.
Typed wrapper around a Zircon eventpair object.
Typed wrapper around a linked pair of eventpair objects and the zx_eventpair_create() syscall used to create them.
Typed wrapper around a Zircon vmo object, which also tracks its size.
Typed wrapper around a Zircon socket object.
Typed wrapper around a linked pair of socket objects and the zx_socket_create() syscall used to create them.
Typed wrapper around a Zircon vmo object.
##### [AsyncWaitCallback](../zircon/AsyncWaitCallback.md) = void Function(int status, int pending) ##### [ChannelReaderErrorHandler](../zircon/ChannelReaderErrorHandler.md) = void Function([ChannelReaderError](../zircon/ChannelReaderError-class.md) error) ##### [ChannelReaderReadableHandler](../zircon/ChannelReaderReadableHandler.md) = void Function() ##### [SocketReaderErrorHandler](../zircon/SocketReaderErrorHandler.md) = void Function([SocketReaderError](../zircon/SocketReaderError-class.md) error) ##### [SocketReaderReadableHandler](../zircon/SocketReaderReadableHandler.md) = void Function()
An exception representing an error returned as an zx_status_t.