class DeviceGetInfoResponse

Defined at line 644 of file fidling/gen/sdk/fidl/fuchsia.hardware.thermal/fuchsia.hardware.thermal/cpp/fidl/fuchsia.hardware.thermal/cpp/natural_types.h

Public Methods

void DeviceGetInfoResponse (Storage_ storage)
void DeviceGetInfoResponse (int32_t status, ::fidl::Box< ::fuchsia_hardware_thermal::ThermalInfo> info)
void DeviceGetInfoResponse ()

Default constructs a |DeviceGetInfoResponse| only if all of its members are default constructible.

Defined at line 655 of file fidling/gen/sdk/fidl/fuchsia.hardware.thermal/fuchsia.hardware.thermal/cpp/fidl/fuchsia.hardware.thermal/cpp/natural_types.h

void DeviceGetInfoResponse (DeviceGetInfoResponse && )

Defined at line 658 of file fidling/gen/sdk/fidl/fuchsia.hardware.thermal/fuchsia.hardware.thermal/cpp/fidl/fuchsia.hardware.thermal/cpp/natural_types.h

void DeviceGetInfoResponse (const DeviceGetInfoResponse & other)
DeviceGetInfoResponse & operator= (DeviceGetInfoResponse && )

Defined at line 659 of file fidling/gen/sdk/fidl/fuchsia.hardware.thermal/fuchsia.hardware.thermal/cpp/fidl/fuchsia.hardware.thermal/cpp/natural_types.h

DeviceGetInfoResponse & operator= (const DeviceGetInfoResponse & other)
bool operator== (const DeviceGetInfoResponse & other)
bool operator!= (const DeviceGetInfoResponse & other)
int32_t status ()
int32_t & status ()
DeviceGetInfoResponse & status (int32_t value)

Setter for status.

const ::fidl::Box< ::fuchsia_hardware_thermal::ThermalInfo> & info ()
::fidl::Box< ::fuchsia_hardware_thermal::ThermalInfo> & info ()
DeviceGetInfoResponse & info (::fidl::Box< ::fuchsia_hardware_thermal::ThermalInfo> value)

Setter for info.

void DeviceGetInfoResponse (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits