class ChannelRead

Defined at line 122 of file ../../sdk/lib/driver/runtime/include/lib/fdf/cpp/channel_read.h

An asynchronous read whose handler is bound to a |fdf::ChannelRead::Handler| function.

Public Methods

void ChannelRead (fdf_handle_t channel, uint32_t read_options, uint32_t wait_options, Handler handler)

Defined at line 57 of file ../../sdk/lib/driver/runtime/channel_read.cc

void ~ChannelRead ()

Defined at line 62 of file ../../sdk/lib/driver/runtime/channel_read.cc

void ChannelRead (fdf_handle_t channel, uint32_t read_options, Handler handler)

Defined at line 132 of file ../../sdk/lib/driver/runtime/include/lib/fdf/cpp/channel_read.h

void set_handler (Handler handler)

Defined at line 139 of file ../../sdk/lib/driver/runtime/include/lib/fdf/cpp/channel_read.h

bool has_handler ()

Defined at line 140 of file ../../sdk/lib/driver/runtime/include/lib/fdf/cpp/channel_read.h