class DeviceGetDeviceInfoResponse
Defined at line 708 of file fidling/gen/sdk/fidl/fuchsia.hardware.thermal/fuchsia.hardware.thermal/cpp/fidl/fuchsia.hardware.thermal/cpp/natural_types.h
Public Methods
void DeviceGetDeviceInfoResponse (Storage_ storage)
void DeviceGetDeviceInfoResponse (int32_t status, ::fidl::Box< ::fuchsia_hardware_thermal::ThermalDeviceInfo> info)
void DeviceGetDeviceInfoResponse ()
Default constructs a |DeviceGetDeviceInfoResponse| only if all of its members are default constructible.
Defined at line 719 of file fidling/gen/sdk/fidl/fuchsia.hardware.thermal/fuchsia.hardware.thermal/cpp/fidl/fuchsia.hardware.thermal/cpp/natural_types.h
void DeviceGetDeviceInfoResponse (DeviceGetDeviceInfoResponse && )
Defined at line 722 of file fidling/gen/sdk/fidl/fuchsia.hardware.thermal/fuchsia.hardware.thermal/cpp/fidl/fuchsia.hardware.thermal/cpp/natural_types.h
void DeviceGetDeviceInfoResponse (const DeviceGetDeviceInfoResponse & other)
DeviceGetDeviceInfoResponse & operator= (DeviceGetDeviceInfoResponse && )
Defined at line 723 of file fidling/gen/sdk/fidl/fuchsia.hardware.thermal/fuchsia.hardware.thermal/cpp/fidl/fuchsia.hardware.thermal/cpp/natural_types.h
DeviceGetDeviceInfoResponse & operator= (const DeviceGetDeviceInfoResponse & other)
bool operator== (const DeviceGetDeviceInfoResponse & other)
bool operator!= (const DeviceGetDeviceInfoResponse & other)
int32_t status ()
int32_t & status ()
DeviceGetDeviceInfoResponse & status (int32_t value)
Setter for status.
const ::fidl::Box< ::fuchsia_hardware_thermal::ThermalDeviceInfo> & info ()
::fidl::Box< ::fuchsia_hardware_thermal::ThermalDeviceInfo> & info ()
DeviceGetDeviceInfoResponse & info (::fidl::Box< ::fuchsia_hardware_thermal::ThermalDeviceInfo> value)
Setter for info.
void DeviceGetDeviceInfoResponse (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalStructCodingTraits