template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 1119 of file fidling/gen/sdk/fidl/fuchsia.hardware.platform.bus/fuchsia.hardware.platform.bus/cpp/fidl/fuchsia.hardware.platform.bus/cpp/wire_types.h

Public Methods

::fuchsia_hardware_platform_bus::wire::Smc Build ()

Build and return the table. The builder should not be used after this.

bool has_service_call_num_base ()
void clear_service_call_num_base ()

Clears the service_call_num_base field.

This method should be used sparingly, such as only during tests, as it has

O(number_of_fields) complexity.

uint32_t & service_call_num_base ()

The device is granted the ability to make SMC calls with service call numbers ranging from

service_call_num_base to service_call_num_base + count - 1.

BuilderImpl & service_call_num_base (uint32_t elem)

The device is granted the ability to make SMC calls with service call numbers ranging from

service_call_num_base to service_call_num_base + count - 1.

bool has_count ()
void clear_count ()

Clears the count field.

This method should be used sparingly, such as only during tests, as it has

O(number_of_fields) complexity.

uint32_t & count ()

Getter for count.

BuilderImpl & count (uint32_t elem)

Setter for count.

bool has_exclusive ()
void clear_exclusive ()

Clears the exclusive field.

This method should be used sparingly, such as only during tests, as it has

O(number_of_fields) complexity.

bool & exclusive ()

The device has exclusive access to this smc range.

BuilderImpl & exclusive (bool elem)

The device has exclusive access to this smc range.

bool has_name ()
void clear_name ()

Clears the name field.

This method should be used sparingly, such as only during tests, as it has

O(number_of_fields) complexity.

::fidl::StringView & name ()

Name that can be used to retrieve the smc using

[`fuchsia.hardware.platform.device/GetSmcByName`].

It is valid for this to be empty, however the resource will only be able

to be retrieved using [`fuchsia.hardware.platform.device/GetSmcById`].

BuilderImpl & name (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::StringView>> elem)

Name that can be used to retrieve the smc using

[`fuchsia.hardware.platform.device/GetSmcByName`].

It is valid for this to be empty, however the resource will only be able

to be retrieved using [`fuchsia.hardware.platform.device/GetSmcById`].

Protected Methods

void WireTableBaseBuilder< ::fuchsia_hardware_platform_bus::wire::Smc, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_hardware_platform_bus::wire::Smc>> && frame)

Records