template <>
class WireWeakAsyncBufferClientImpl
Defined at line 4981 of file fidling/gen/sdk/fidl/fuchsia.hardware.network.driver/fuchsia.hardware.network.driver/cpp/fidl/fuchsia.hardware.network.driver/cpp/driver/wire_messaging.h
Public Methods
::fidl::internal::WireBufferThenable< ::fuchsia_hardware_network_driver::MacAddr::GetAddress> GetAddress ()
Gets this device's MAC address.
Caller provides the backing storage for FIDL message.
::fidl::internal::WireBufferThenable< ::fuchsia_hardware_network_driver::MacAddr::GetFeatures> GetFeatures ()
Gets this device's features.
Caller provides the backing storage for FIDL message.
::fidl::internal::WireBufferThenable< ::fuchsia_hardware_network_driver::MacAddr::SetMode> SetMode (::fuchsia_hardware_network::wire::MacFilterMode mode, ::fidl::VectorView< ::fuchsia_net::wire::MacAddress> multicast_macs)
Sets this device's operating mode.
`mode` is one of the variants in [`Mode`], it's guaranteed to be one of
the reported modes in this device's reported features. `multicast_macs`
is only provided (though it can still be empty) when `mode` is
`MULTICAST_FILTER`. `multicast_macs` is always guaranteed to be at most
`multicast_filter_count` entries.
Caller provides the backing storage for FIDL message.