class DeviceTransactResult
Defined at line 243 of file fidling/gen/sdk/fidl/fuchsia.hardware.i2cimpl/fuchsia.hardware.i2cimpl/cpp/fidl/fuchsia.hardware.i2cimpl/cpp/wire_types.h
Public Methods
void DeviceTransactResult ()
void DeviceTransactResult (const DeviceTransactResult & )
Defined at line 249 of file fidling/gen/sdk/fidl/fuchsia.hardware.i2cimpl/fuchsia.hardware.i2cimpl/cpp/fidl/fuchsia.hardware.i2cimpl/cpp/wire_types.h
DeviceTransactResult & operator= (const DeviceTransactResult & )
Defined at line 250 of file fidling/gen/sdk/fidl/fuchsia.hardware.i2cimpl/fuchsia.hardware.i2cimpl/cpp/fidl/fuchsia.hardware.i2cimpl/cpp/wire_types.h
void DeviceTransactResult (DeviceTransactResult && )
Defined at line 251 of file fidling/gen/sdk/fidl/fuchsia.hardware.i2cimpl/fuchsia.hardware.i2cimpl/cpp/fidl/fuchsia.hardware.i2cimpl/cpp/wire_types.h
bool has_invalid_tag ()
bool is_response ()
DeviceTransactResult WithResponse (::fidl::ObjectView< ::fuchsia_hardware_i2cimpl::wire::DeviceTransactResponse> val)
DeviceTransactResult & operator= (DeviceTransactResult && )
Defined at line 252 of file fidling/gen/sdk/fidl/fuchsia.hardware.i2cimpl/fuchsia.hardware.i2cimpl/cpp/fidl/fuchsia.hardware.i2cimpl/cpp/wire_types.h
template <typename... Args>
DeviceTransactResult WithResponse (::fidl::AnyArena & allocator, Args &&... args)
Defined at line 267 of file fidling/gen/sdk/fidl/fuchsia.hardware.i2cimpl/fuchsia.hardware.i2cimpl/cpp/fidl/fuchsia.hardware.i2cimpl/cpp/wire_types.h
::fuchsia_hardware_i2cimpl::wire::DeviceTransactResponse & response ()
const ::fuchsia_hardware_i2cimpl::wire::DeviceTransactResponse & response ()
bool is_err ()
DeviceTransactResult WithErr (int32_t val)
int32_t & err ()
const int32_t & err ()
bool is_framework_err ()
DeviceTransactResult WithFrameworkErr (::fidl::internal::FrameworkErr val)
::fidl::internal::FrameworkErr & framework_err ()
const ::fidl::internal::FrameworkErr & framework_err ()
::fuchsia_hardware_i2cimpl::wire::DeviceTransactResult::Tag Which ()
Enumerations
enum Tag
| Name | Value |
|---|---|
| kResponse | 1 |
| kErr | 2 |
| kFrameworkErr | 3 |
Defined at line 254 of file fidling/gen/sdk/fidl/fuchsia.hardware.i2cimpl/fuchsia.hardware.i2cimpl/cpp/fidl/fuchsia.hardware.i2cimpl/cpp/wire_types.h