template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 332 of file fidling/gen/sdk/fidl/fuchsia.wlan.fullmac/fuchsia.wlan.fullmac/cpp/fidl/fuchsia.wlan.fullmac/cpp/wire_types.h
Public Methods
::fuchsia_wlan_fullmac::wire::SaeFrame Build ()
Build and return the table. The builder should not be used after this.
bool has_peer_sta_address ()
void clear_peer_sta_address ()
Clears the peer_sta_address field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fidl::Array<uint8_t, 6> & peer_sta_address ()
The peer's MAC address. Required.
BuilderImpl & peer_sta_address (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::Array<uint8_t, 6>>> elem)
The peer's MAC address. Required.
bool has_status_code ()
void clear_status_code ()
Clears the status_code field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fuchsia_wlan_ieee80211::wire::StatusCode & status_code ()
The status code for this SAE frame. Required.
BuilderImpl & status_code (::fuchsia_wlan_ieee80211::wire::StatusCode elem)
The status code for this SAE frame. Required.
bool has_seq_num ()
void clear_seq_num ()
Clears the seq_num field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
uint16_t & seq_num ()
The sequence number. Required.
BuilderImpl & seq_num (uint16_t elem)
The sequence number. Required.
bool has_sae_fields ()
void clear_sae_fields ()
Clears the sae_fields field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fidl::VectorView<uint8_t> & sae_fields ()
Contains fields in the frame body relevant to SAE.
See IEEE Std 802.11-2016 table 9-35 and table 9-36 for more details.
Required.
BuilderImpl & sae_fields (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::VectorView<uint8_t>>> elem)
Contains fields in the frame body relevant to SAE.
See IEEE Std 802.11-2016 table 9-35 and table 9-36 for more details.
Required.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_wlan_fullmac::wire::SaeFrame, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_wlan_fullmac::wire::SaeFrame>> && frame)