template <>
class NaturalClientImpl
Defined at line 209 of file fidling/gen/sdk/fidl/fuchsia.net.root/fuchsia.net.root/cpp/fidl/fuchsia.net.root/cpp/natural_messaging.h
Public Methods
::fidl::internal::NaturalThenable< ::fuchsia_net_root::Interfaces::GetMac> GetMac (const ::fidl::Request< ::fuchsia_net_root::Interfaces::GetMac> & request)
Return an interface's MAC address.
+ request `id` identifies the interface whose MAC is requested.
- response `mac` is the interface's MAC address, if it has one.
::fit::result< ::fidl::OneWayError> GetAdmin (::fidl::Request< ::fuchsia_net_root::Interfaces::GetAdmin> request)
Obtain administrative control over a network interface.
+ request `id` identifies the interface to be controlled.
+ request `control` grants the client administrative control over
the interface. Closed without a terminal event if `id` does not
match an existing interface.