class DeviceReadReportResult
Defined at line 286 of file fidling/gen/sdk/fidl/fuchsia.hardware.input/fuchsia.hardware.input/cpp/fidl/fuchsia.hardware.input/cpp/wire_types.h
Public Methods
void DeviceReadReportResult ()
void ~DeviceReadReportResult ()
void DeviceReadReportResult (DeviceReadReportResult && other)
DeviceReadReportResult & operator= (DeviceReadReportResult && other)
bool has_invalid_tag ()
bool is_response ()
DeviceReadReportResult WithResponse (::fidl::ObjectView< ::fuchsia_hardware_hidbus::wire::Report> val)
template <typename... Args>
DeviceReadReportResult WithResponse (::fidl::AnyArena & allocator, Args &&... args)
Defined at line 306 of file fidling/gen/sdk/fidl/fuchsia.hardware.input/fuchsia.hardware.input/cpp/fidl/fuchsia.hardware.input/cpp/wire_types.h
::fuchsia_hardware_hidbus::wire::Report & response ()
const ::fuchsia_hardware_hidbus::wire::Report & response ()
bool is_err ()
DeviceReadReportResult WithErr (int32_t val)
int32_t & err ()
const int32_t & err ()
::fuchsia_hardware_input::wire::DeviceReadReportResult::Tag Which ()
void _CloseHandles ()
Enumerations
enum Tag
| Name | Value |
|---|---|
| kResponse | 1 |
| kErr | 2 |
Defined at line 294 of file fidling/gen/sdk/fidl/fuchsia.hardware.input/fuchsia.hardware.input/cpp/fidl/fuchsia.hardware.input/cpp/wire_types.h