class PathEndpoints
Defined at line 1328 of file fidling/gen/sdk/fidl/fuchsia.hardware.interconnect/fuchsia.hardware.interconnect/cpp/fidl/fuchsia.hardware.interconnect/cpp/wire_types.h
Public Methods
bool IsEmpty ()
Returns whether no field is set.
bool HasUnknownData ()
Returns whether the table references unknown fields.
::fidl::WireTableBuilder< ::fuchsia_hardware_interconnect::wire::PathEndpoints> Builder (::fidl::AnyArena & arena)
Return a builder that by defaults allocates of an arena.
::fidl::WireTableExternalBuilder< ::fuchsia_hardware_interconnect::wire::PathEndpoints> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_hardware_interconnect::wire::PathEndpoints>> frame)
Return a builder that relies on explicitly allocating |fidl::ObjectView|s.
void PathEndpoints ()
Defined at line 1330 of file fidling/gen/sdk/fidl/fuchsia.hardware.interconnect/fuchsia.hardware.interconnect/cpp/fidl/fuchsia.hardware.interconnect/cpp/wire_types.h
void PathEndpoints (const PathEndpoints & other)
Defined at line 1331 of file fidling/gen/sdk/fidl/fuchsia.hardware.interconnect/fuchsia.hardware.interconnect/cpp/fidl/fuchsia.hardware.interconnect/cpp/wire_types.h
PathEndpoints & operator= (const PathEndpoints & other)
Defined at line 1332 of file fidling/gen/sdk/fidl/fuchsia.hardware.interconnect/fuchsia.hardware.interconnect/cpp/fidl/fuchsia.hardware.interconnect/cpp/wire_types.h
void PathEndpoints (PathEndpoints && other)
Defined at line 1333 of file fidling/gen/sdk/fidl/fuchsia.hardware.interconnect/fuchsia.hardware.interconnect/cpp/fidl/fuchsia.hardware.interconnect/cpp/wire_types.h
::fidl::StringView & name ()
Name for the path which is used for binding.
bool has_name ()
uint32_t & id ()
Id for the path which is used for binding.
bool has_id ()
PathEndpoints & operator= (PathEndpoints && other)
Defined at line 1334 of file fidling/gen/sdk/fidl/fuchsia.hardware.interconnect/fuchsia.hardware.interconnect/cpp/fidl/fuchsia.hardware.interconnect/cpp/wire_types.h
uint32_t & src_node_id ()
Source where bus traffic may originate.
bool has_src_node_id ()
uint32_t & dst_node_id ()
Destination where bus traffic may travel to.
bool has_dst_node_id ()
uint32_t & tag ()
Optional tag associated with the path. Will be attached to bandwidth requests from
the client of the path automatically.
bool has_tag ()
void ~PathEndpoints ()
Defined at line 1336 of file fidling/gen/sdk/fidl/fuchsia.hardware.interconnect/fuchsia.hardware.interconnect/cpp/fidl/fuchsia.hardware.interconnect/cpp/wire_types.h
Friends
class WireTableBaseBuilder
class WireTableBaseBuilder