template <>
class NaturalClientImpl
Defined at line 1227 of file fidling/gen/sdk/fidl/fuchsia.hardware.network.driver/fuchsia.hardware.network.driver/cpp/fidl/fuchsia.hardware.network.driver/cpp/driver/natural_messaging.h
Public Methods
::fidl::internal::NaturalThenable< ::fuchsia_hardware_network_driver::MacAddr::GetAddress> GetAddress ()
Gets this device's MAC address.
::fidl::internal::NaturalThenable< ::fuchsia_hardware_network_driver::MacAddr::GetFeatures> GetFeatures ()
Gets this device's features.
::fidl::internal::NaturalThenable< ::fuchsia_hardware_network_driver::MacAddr::SetMode> SetMode (const ::fidl::Request< ::fuchsia_hardware_network_driver::MacAddr::SetMode> & request)
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.