class BoardInfo

Defined at line 798 of file fidling/gen/sdk/fidl/fuchsia.hwinfo/fuchsia.hwinfo/hlcpp/fuchsia/hwinfo/cpp/fidl.h

Collection of properties that are common among a set of devices based on

hardware type

Public Members

static const fidl_type_t * FidlType

Public Methods

bool IsEmpty ()

Returns whether no field is set.

BoardInfo & set_name (::std::string _value)
BoardInfo & set_revision (::std::string _value)
BoardInfo & set_cpu_architecture (::fuchsia::hwinfo::Architecture _value)
void BoardInfo ()
void BoardInfo (BoardInfo && other)
void ~BoardInfo ()
BoardInfo & operator= (BoardInfo && other)
::std::unique_ptr<BoardInfo> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, BoardInfo * _value, size_t _offset)
zx_status_t Clone (BoardInfo * _result)
const ::std::string & name ()

Defined at line 804 of file fidling/gen/sdk/fidl/fuchsia.hwinfo/fuchsia.hwinfo/hlcpp/fuchsia/hwinfo/cpp/fidl.h

bool has_name ()

Defined at line 808 of file fidling/gen/sdk/fidl/fuchsia.hwinfo/fuchsia.hwinfo/hlcpp/fuchsia/hwinfo/cpp/fidl.h

::std::string * mutable_name ()

Defined at line 812 of file fidling/gen/sdk/fidl/fuchsia.hwinfo/fuchsia.hwinfo/hlcpp/fuchsia/hwinfo/cpp/fidl.h

void clear_name ()

Defined at line 820 of file fidling/gen/sdk/fidl/fuchsia.hwinfo/fuchsia.hwinfo/hlcpp/fuchsia/hwinfo/cpp/fidl.h

const ::std::string & revision ()

Defined at line 828 of file fidling/gen/sdk/fidl/fuchsia.hwinfo/fuchsia.hwinfo/hlcpp/fuchsia/hwinfo/cpp/fidl.h

bool has_revision ()

Defined at line 832 of file fidling/gen/sdk/fidl/fuchsia.hwinfo/fuchsia.hwinfo/hlcpp/fuchsia/hwinfo/cpp/fidl.h

::std::string * mutable_revision ()

Defined at line 836 of file fidling/gen/sdk/fidl/fuchsia.hwinfo/fuchsia.hwinfo/hlcpp/fuchsia/hwinfo/cpp/fidl.h

void clear_revision ()

Defined at line 844 of file fidling/gen/sdk/fidl/fuchsia.hwinfo/fuchsia.hwinfo/hlcpp/fuchsia/hwinfo/cpp/fidl.h

const ::fuchsia::hwinfo::Architecture & cpu_architecture ()

Defined at line 852 of file fidling/gen/sdk/fidl/fuchsia.hwinfo/fuchsia.hwinfo/hlcpp/fuchsia/hwinfo/cpp/fidl.h

bool has_cpu_architecture ()

Defined at line 856 of file fidling/gen/sdk/fidl/fuchsia.hwinfo/fuchsia.hwinfo/hlcpp/fuchsia/hwinfo/cpp/fidl.h

::fuchsia::hwinfo::Architecture * mutable_cpu_architecture ()

Defined at line 860 of file fidling/gen/sdk/fidl/fuchsia.hwinfo/fuchsia.hwinfo/hlcpp/fuchsia/hwinfo/cpp/fidl.h

void clear_cpu_architecture ()

Defined at line 868 of file fidling/gen/sdk/fidl/fuchsia.hwinfo/fuchsia.hwinfo/hlcpp/fuchsia/hwinfo/cpp/fidl.h