class DeviceGetDvfsOperatingPointResponse

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

Public Methods

void DeviceGetDvfsOperatingPointResponse (Storage_ storage)
void DeviceGetDvfsOperatingPointResponse (int32_t status, uint16_t op_idx)
void DeviceGetDvfsOperatingPointResponse ()

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

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

void DeviceGetDvfsOperatingPointResponse (DeviceGetDvfsOperatingPointResponse && )

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

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

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

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

Setter for status.

uint16_t op_idx ()
uint16_t & op_idx ()
DeviceGetDvfsOperatingPointResponse & op_idx (uint16_t value)

Setter for op_idx.

void DeviceGetDvfsOperatingPointResponse (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits