class Resume

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

Returns when the driver has resumed the hardware.

This is called when the power framework requests the power element move to the on power state.

The driver should turn the hardware back on as a response to this call.

|power_element_lease| is the lease associated with the current wake if the

wake was from a wake vector. Otherwise it is None.

Note on execution order after a resume is requested by the power element:

- This method is called (the dispatcher does not accept any other work at this point)

- Once this method completes, dispatchers start accepting new work in the work queue

Public Members

static const bool kHasClientToServer
static const bool kHasClientToServerBody
static const bool kHasServerToClient
static const bool kHasServerToClientBody
static const bool kHasNonEmptyUserFacingResponse
static const bool kHasDomainError
static const bool kHasFrameworkError
static const uint64_t kOrdinal