class DriverHostInfo
Defined at line 1872 of file fidling/gen/sdk/fidl/fuchsia.driver.development/fuchsia.driver.development/cpp/fidl/fuchsia.driver.development/cpp/wire_types.h
Contains information for a driver host.
Public Methods
void DriverHostInfo ()
Defined at line 1874 of file fidling/gen/sdk/fidl/fuchsia.driver.development/fuchsia.driver.development/cpp/fidl/fuchsia.driver.development/cpp/wire_types.h
void DriverHostInfo (const DriverHostInfo & other)
Defined at line 1875 of file fidling/gen/sdk/fidl/fuchsia.driver.development/fuchsia.driver.development/cpp/fidl/fuchsia.driver.development/cpp/wire_types.h
DriverHostInfo & operator= (const DriverHostInfo & other)
Defined at line 1876 of file fidling/gen/sdk/fidl/fuchsia.driver.development/fuchsia.driver.development/cpp/fidl/fuchsia.driver.development/cpp/wire_types.h
void DriverHostInfo (DriverHostInfo && other)
Defined at line 1877 of file fidling/gen/sdk/fidl/fuchsia.driver.development/fuchsia.driver.development/cpp/fidl/fuchsia.driver.development/cpp/wire_types.h
bool IsEmpty ()
Returns whether no field is set.
bool HasUnknownData ()
Returns whether the table references unknown fields.
::fidl::WireTableBuilder< ::fuchsia_driver_development::wire::DriverHostInfo> Builder (::fidl::AnyArena & arena)
Return a builder that by defaults allocates of an arena.
::fidl::WireTableExternalBuilder< ::fuchsia_driver_development::wire::DriverHostInfo> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_driver_development::wire::DriverHostInfo>> frame)
Return a builder that relies on explicitly allocating |fidl::ObjectView|s.
DriverHostInfo & operator= (DriverHostInfo && other)
Defined at line 1878 of file fidling/gen/sdk/fidl/fuchsia.driver.development/fuchsia.driver.development/cpp/fidl/fuchsia.driver.development/cpp/wire_types.h
uint64_t & process_koid ()
The process KOID of the driver host.
bool has_process_koid ()
::fidl::VectorView< ::fuchsia_driver_development::wire::ThreadInfo> & threads ()
The list of threads of the driver host.
bool has_threads ()
::fidl::VectorView< ::fidl::StringView> & drivers ()
List of drivers loaded into this driver host.
bool has_drivers ()
::fidl::VectorView< ::fuchsia_driver_development::wire::DispatcherInfo> & dispatchers ()
List of dispatchers .
bool has_dispatchers ()
::fidl::StringView & name ()
Optional name of the driver host.
bool has_name ()
void ~DriverHostInfo ()
Defined at line 1880 of file fidling/gen/sdk/fidl/fuchsia.driver.development/fuchsia.driver.development/cpp/fidl/fuchsia.driver.development/cpp/wire_types.h
Friends
class WireTableBaseBuilder
class WireTableBaseBuilder