class Metadata
Defined at line 265 of file fidling/gen/sdk/fidl/fuchsia.hardware.reset/fuchsia.hardware.reset/cpp/fidl/fuchsia.hardware.reset/cpp/wire_types.h
Public Members
static const char[] kSerializableName
Public Methods
bool IsEmpty ()
Returns whether no field is set.
bool HasUnknownData ()
Returns whether the table references unknown fields.
::fidl::WireTableBuilder< ::fuchsia_hardware_reset::wire::Metadata> Builder (::fidl::AnyArena & arena)
Return a builder that by defaults allocates of an arena.
::fidl::WireTableExternalBuilder< ::fuchsia_hardware_reset::wire::Metadata> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_hardware_reset::wire::Metadata>> frame)
Return a builder that relies on explicitly allocating |fidl::ObjectView|s.
void Metadata ()
Defined at line 268 of file fidling/gen/sdk/fidl/fuchsia.hardware.reset/fuchsia.hardware.reset/cpp/fidl/fuchsia.hardware.reset/cpp/wire_types.h
void Metadata (const Metadata & other)
Defined at line 269 of file fidling/gen/sdk/fidl/fuchsia.hardware.reset/fuchsia.hardware.reset/cpp/fidl/fuchsia.hardware.reset/cpp/wire_types.h
Metadata & operator= (const Metadata & other)
Defined at line 270 of file fidling/gen/sdk/fidl/fuchsia.hardware.reset/fuchsia.hardware.reset/cpp/fidl/fuchsia.hardware.reset/cpp/wire_types.h
void Metadata (Metadata && other)
Defined at line 271 of file fidling/gen/sdk/fidl/fuchsia.hardware.reset/fuchsia.hardware.reset/cpp/fidl/fuchsia.hardware.reset/cpp/wire_types.h
uint32_t & controller_id ()
Reset toggles are keyed by two properties: controller_id and reset_id.
This controller_id is provided to the reset driver by its parent and should
be used when creating child devices.
bool has_controller_id ()
Metadata & operator= (Metadata && other)
Defined at line 272 of file fidling/gen/sdk/fidl/fuchsia.hardware.reset/fuchsia.hardware.reset/cpp/fidl/fuchsia.hardware.reset/cpp/wire_types.h
::fidl::VectorView< ::fuchsia_hardware_reset::wire::ResetDescriptor> & resets ()
List of resets that this controller manages.
This is used to pass the list of valid reset IDs to the driver.
bool has_resets ()
void ~Metadata ()
Defined at line 274 of file fidling/gen/sdk/fidl/fuchsia.hardware.reset/fuchsia.hardware.reset/cpp/fidl/fuchsia.hardware.reset/cpp/wire_types.h
Friends
class WireTableBaseBuilder
class WireTableBaseBuilder