class WlanFullmacImplIfcEapolIndRequest
Defined at line 1969 of file fidling/gen/sdk/fidl/fuchsia.wlan.fullmac/fuchsia.wlan.fullmac/cpp/fidl/fuchsia.wlan.fullmac/cpp/natural_types.h
Public Methods
void WlanFullmacImplIfcEapolIndRequest (Storage_ storage)
void WlanFullmacImplIfcEapolIndRequest ()
Defined at line 1974 of file fidling/gen/sdk/fidl/fuchsia.wlan.fullmac/fuchsia.wlan.fullmac/cpp/fidl/fuchsia.wlan.fullmac/cpp/natural_types.h
void WlanFullmacImplIfcEapolIndRequest (WlanFullmacImplIfcEapolIndRequest && )
Defined at line 1975 of file fidling/gen/sdk/fidl/fuchsia.wlan.fullmac/fuchsia.wlan.fullmac/cpp/fidl/fuchsia.wlan.fullmac/cpp/natural_types.h
void WlanFullmacImplIfcEapolIndRequest (const WlanFullmacImplIfcEapolIndRequest & other)
WlanFullmacImplIfcEapolIndRequest & operator= (WlanFullmacImplIfcEapolIndRequest && )
Defined at line 1976 of file fidling/gen/sdk/fidl/fuchsia.wlan.fullmac/fuchsia.wlan.fullmac/cpp/fidl/fuchsia.wlan.fullmac/cpp/natural_types.h
WlanFullmacImplIfcEapolIndRequest & operator= (const WlanFullmacImplIfcEapolIndRequest & other)
bool operator== (const WlanFullmacImplIfcEapolIndRequest & other)
bool operator!= (const WlanFullmacImplIfcEapolIndRequest & other)
bool IsEmpty ()
const std::optional< ::std::array<uint8_t, 6>> & src_addr ()
The address of the sender. Required.
::std::optional< ::std::array<uint8_t, 6>> & src_addr ()
The address of the sender. Required.
WlanFullmacImplIfcEapolIndRequest & src_addr (std::optional< ::std::array<uint8_t, 6>> value)
The address of the sender. Required.
const std::optional< ::std::array<uint8_t, 6>> & dst_addr ()
The address of the intended destination. Required.
::std::optional< ::std::array<uint8_t, 6>> & dst_addr ()
The address of the intended destination. Required.
WlanFullmacImplIfcEapolIndRequest & dst_addr (std::optional< ::std::array<uint8_t, 6>> value)
The address of the intended destination. Required.
const std::optional< ::std::vector<uint8_t>> & data ()
The bytes of the EAPoL frame data. Required.
::std::optional< ::std::vector<uint8_t>> & data ()
The bytes of the EAPoL frame data. Required.
WlanFullmacImplIfcEapolIndRequest & data (std::optional< ::std::vector<uint8_t>> value)
The bytes of the EAPoL frame data. Required.
void WlanFullmacImplIfcEapolIndRequest (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalTableCodingTraits