class Write
Defined at line 122 of file fidling/gen/sdk/fidl/fuchsia.hardware.serialimpl/fuchsia.hardware.serialimpl/cpp/fidl/fuchsia.hardware.serialimpl/cpp/markers.h
Perform a write operation. Returns when all bytes have been written, or when an error is
encountered.
+ request `data` the bytes to write to the device.
* error one of the following values:
* `ZX_ERR_BAD_STATE`: The device was not enabled.
* `ZX_ERR_CANCELED`: The call was canceled by `CancelAll()`.
* `ZX_ERR_ALREADY_BOUND`: Another `Write()` call was already pending.
* `ZX_ERR_IO_NOT_PRESENT`: The serial controller is in a low-power state or is
* transitioning to a low-power state.
* Other values may be returned for driver- or device-specific errors.
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