fdf::ChannelRead

Summary

Inheritance

Inherits from: fdf::ChannelReadBase

Constructors and Destructors

ChannelRead(fdf_handle_t channel, uint32_t options, Handler handler)
~ChannelRead()

Public types

Handler using
fit::function< void(fdf_dispatcher_t *dispatcher, fdf::ChannelRead *channel_read, zx_status_t status)>

Public functions

has_handler() const
bool
set_handler(Handler handler)
void

Public types

Handler

fit::function< void(fdf_dispatcher_t *dispatcher, fdf::ChannelRead *channel_read, zx_status_t status)> Handler

Public functions

ChannelRead

 ChannelRead(
  fdf_handle_t channel,
  uint32_t options,
  Handler handler
)

has_handler

bool has_handler() const 

set_handler

void set_handler(
  Handler handler
)

~ChannelRead

 ~ChannelRead()