class BusInfo
Defined at line 4026 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 4033 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 4037 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 4042 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 4050 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 4059 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 4063 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 4068 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 4076 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 4085 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 4089 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 4094 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 4102 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h