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