class Enable

Defined at line 67 of file fidling/gen/sdk/fidl/fuchsia.hardware.serialimpl/fuchsia.hardware.serialimpl/cpp/fidl/fuchsia.hardware.serialimpl/cpp/markers.h

Enable or disable the device.

If already enabled and `enable` is true, this is a no-op and returns successfully.

If already disabled and `enable` is false, this is a no-op and returns successfully.

+ request `enable` true to enable the device, or false to disable it.

* error one of the following values:

* `ZX_ERR_BAD_STATE`: `enable` was false, and a `Read()` or `Write()` call was pending.

* `ZX_ERR_IO_NOT_PRESENT`: The serial controller is in a low-power state or is

* transitioning to a low-power state.

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