class BusInfo

Defined at line 4422 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h

Public Members

static const fidl_type_t * FidlType

Public Methods

bool IsEmpty ()

Returns whether no field is set.

BusInfo & set_bus (::fuchsia::driver::framework::BusType _value)
BusInfo & set_address (::fuchsia::driver::framework::DeviceAddress _value)
BusInfo & set_address_stability (::fuchsia::driver::framework::DeviceAddressStability _value)
void BusInfo ()
void BusInfo (BusInfo && other)
void ~BusInfo ()
BusInfo & operator= (BusInfo && other)
::std::unique_ptr<BusInfo> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, BusInfo * _value, size_t _offset)
zx_status_t Clone (BusInfo * _result)
const ::fuchsia::driver::framework::BusType & bus ()

The type of bus this node sits on.

Defined at line 4429 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h

bool has_bus ()

Defined at line 4433 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h

::fuchsia::driver::framework::BusType * mutable_bus ()

The type of bus this node sits on.

Defined at line 4438 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h

void clear_bus ()

Defined at line 4446 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h

const ::fuchsia::driver::framework::DeviceAddress & address ()

A unique identifier that describes the identity of this device on the given bus.

Defined at line 4455 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h

bool has_address ()

Defined at line 4459 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h

::fuchsia::driver::framework::DeviceAddress * mutable_address ()

A unique identifier that describes the identity of this device on the given bus.

Defined at line 4464 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h

void clear_address ()

Defined at line 4472 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h

const ::fuchsia::driver::framework::DeviceAddressStability & address_stability ()

How stable the address.

Defined at line 4481 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h

bool has_address_stability ()

Defined at line 4485 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h

::fuchsia::driver::framework::DeviceAddressStability * mutable_address_stability ()

How stable the address.

Defined at line 4490 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h

void clear_address_stability ()

Defined at line 4498 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h