template <>
class WireSyncClientImpl
Defined at line 604 of file fidling/gen/sdk/fidl/fuchsia.net.root/fuchsia.net.root/cpp/fidl/fuchsia.net.root/cpp/wire_messaging.h
Methods to make a sync FIDL call directly on an unowned handle or a
const reference to a |::fidl::ClientEnd
<
::fuchsia_net_root::Interfaces>|,
avoiding setting up a client.
Public Methods
::fidl::OneWayStatus GetAdmin (uint64_t id, ::fidl::ServerEnd< ::fuchsia_net_interfaces_admin::Control> && control)
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.
Allocates 48 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_net_root::Interfaces::GetMac> GetMac (uint64_t id)
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.
Allocates 72 bytes of message buffer on the stack. No heap allocation necessary.