template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 368 of file fidling/gen/sdk/fidl/fuchsia.hardware.usb.phy/fuchsia.hardware.usb.phy/cpp/fidl/fuchsia.hardware.usb.phy/cpp/wire_types.h
Public Methods
::fuchsia_hardware_usb_phy::wire::Metadata Build ()
Build and return the table. The builder should not be used after this.
bool has_usb_phy_modes ()
void clear_usb_phy_modes ()
Clears the usb_phy_modes field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fidl::VectorView< ::fuchsia_hardware_usb_phy::wire::UsbPhyMode> & usb_phy_modes ()
Getter for usb_phy_modes.
BuilderImpl & usb_phy_modes (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::VectorView< ::fuchsia_hardware_usb_phy::wire::UsbPhyMode>>> elem)
Setter for usb_phy_modes.
bool has_phy_type ()
void clear_phy_type ()
Clears the phy_type field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fuchsia_hardware_usb_phy::wire::AmlogicPhyType & phy_type ()
Optional.
BuilderImpl & phy_type (::fuchsia_hardware_usb_phy::wire::AmlogicPhyType elem)
Optional.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_hardware_usb_phy::wire::Metadata, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_hardware_usb_phy::wire::Metadata>> && frame)