driver_devfs::Connector

Summary

Inheritance

Inherits from: fidl::WireServer< fuchsia_device_fs::Connector >

Constructors and Destructors

Connector(fit::function< void(fidl::ServerEnd< Protocol >)> connect_callback)

Public functions

Bind(async_dispatcher_t *dispatcher, fidl::ServerEnd< fuchsia_device_fs::Connector > server)
Bind(async_dispatcher_t *dispatcher)
zx::result< fidl::ClientEnd< fuchsia_device_fs::Connector > >
binding()
std::optional< fidl::ServerBinding< fuchsia_device_fs::Connector > > &

Public functions

Bind

zx::result Bind(
  async_dispatcher_t *dispatcher,
  fidl::ServerEnd< fuchsia_device_fs::Connector > server
)

Bind

zx::result< fidl::ClientEnd< fuchsia_device_fs::Connector > > Bind(
  async_dispatcher_t *dispatcher
)

Connector

 Connector(
  fit::function< void(fidl::ServerEnd< Protocol >)> connect_callback
)

binding

std::optional< fidl::ServerBinding< fuchsia_device_fs::Connector > > & binding()