class FanGetFanLevelResponse

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

Public Methods

void FanGetFanLevelResponse (Storage_ storage)
void FanGetFanLevelResponse (int32_t status, uint32_t fan_level)
void FanGetFanLevelResponse ()

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

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

void FanGetFanLevelResponse (FanGetFanLevelResponse && )

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

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

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

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

Setter for status.

uint32_t fan_level ()
uint32_t & fan_level ()
FanGetFanLevelResponse & fan_level (uint32_t value)

Setter for fan_level.

void FanGetFanLevelResponse (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits