template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 5283 of file fidling/gen/sdk/fidl/fuchsia.wlan.softmac/fuchsia.wlan.softmac/cpp/fidl/fuchsia.wlan.softmac/cpp/wire_types.h
Public Methods
::fuchsia_wlan_softmac::wire::WlanSoftmacBaseEnableBeaconingRequest Build ()
Build and return the table. The builder should not be used after this.
bool has_packet_template ()
void clear_packet_template ()
Clears the packet_template field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fuchsia_wlan_softmac::wire::WlanTxPacket & packet_template ()
Beacon template. Since this is a template, some packet content can
only contain minimal valid information, because the content is later
modified by hardware, firmware, or software.
BuilderImpl & packet_template (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_wlan_softmac::wire::WlanTxPacket>> elem)
Beacon template. Since this is a template, some packet content can
only contain minimal valid information, because the content is later
modified by hardware, firmware, or software.
bool has_tim_ele_offset ()
void clear_tim_ele_offset ()
Clears the tim_ele_offset field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
uint64_t & tim_ele_offset ()
TIM offset to the start of the `packet_template` field in bytes.
This must index the first byte of the TIM IE, which is the tag ID.
BuilderImpl & tim_ele_offset (Wrapper_Ignore_Me_< ::fidl::ObjectView<uint64_t>> elem)
TIM offset to the start of the `packet_template` field in bytes.
This must index the first byte of the TIM IE, which is the tag ID.
bool has_beacon_interval ()
void clear_beacon_interval ()
Clears the beacon_interval field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
uint16_t & beacon_interval ()
Beacon interval period in TU.
BuilderImpl & beacon_interval (uint16_t elem)
Beacon interval period in TU.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_wlan_softmac::wire::WlanSoftmacBaseEnableBeaconingRequest, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_wlan_softmac::wire::WlanSoftmacBaseEnableBeaconingRequest>> && frame)