template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 168 of file fidling/gen/sdk/fidl/fuchsia.hardware.pty/fuchsia.hardware.pty/cpp/fidl/fuchsia.hardware.pty/cpp/wire_types.h
Public Methods
::fuchsia_hardware_pty::wire::DeviceDescribeResponse Build ()
Build and return the table. The builder should not be used after this.
bool has_event ()
void clear_event ()
Clears the event field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::zx::eventpair & event ()
An optional event which transmits information about a device's state.
The [`DeviceSignal`] values may be observed on this event.
BuilderImpl & event (::zx::eventpair elem)
An optional event which transmits information about a device's state.
The [`DeviceSignal`] values may be observed on this event.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_hardware_pty::wire::DeviceDescribeResponse, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_hardware_pty::wire::DeviceDescribeResponse>> && frame)