template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 3043 of file fidling/gen/sdk/fidl/fuchsia.sysmem2/fuchsia.sysmem2/cpp/fidl/fuchsia.sysmem2/cpp/wire_types.h
Public Methods
::fuchsia_sysmem2::wire::NodeAttachNodeTrackingRequest Build ()
Build and return the table. The builder should not be used after this.
bool has_server_end ()
void clear_server_end ()
Clears the server_end field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::zx::eventpair & server_end ()
This field must be set. This evenpair end will be closed after the
`Node` is closed or failed and the node's buffer counts are no
longer in effect in the logical buffer collection.
BuilderImpl & server_end (::zx::eventpair elem)
This field must be set. This evenpair end will be closed after the
`Node` is closed or failed and the node's buffer counts are no
longer in effect in the logical buffer collection.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_sysmem2::wire::NodeAttachNodeTrackingRequest, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_sysmem2::wire::NodeAttachNodeTrackingRequest>> && frame)