class Driver

Defined at line 25 of file fidling/gen/sdk/fidl/fuchsia.driver.host/fuchsia.driver.host/cpp/fidl/fuchsia.driver.host/cpp/markers.h

Protocol through which a driver's lifecycle can be managed.

The Driver Runner will call Stop() on this protocol to indicate that the

Driver Host should stop the Driver. The Driver Host should close the

server end of the channel with an epitath to signal that the driver has

been stopped.

EPITAPH

This protocol sends a FIDL epitaph to indicate that the driver instance

has been terminated correctly. The Driver Host must send an epitaph of

ZX_OK in order to indicate the Driver was Stopped correctly.

Not sending an epitaph, or sending an error, will cause Driver Runner

to log an error.

Public Members

static Openness kOpenness

Records