template <>

class WireWeakAsyncBufferClientImpl

Defined at line 7007 of file fidling/gen/sdk/fidl/fuchsia.hardware.network/fuchsia.hardware.network/cpp/fidl/fuchsia.hardware.network/cpp/wire_messaging.h

Public Methods

::fidl::internal::WireBufferThenable< ::fuchsia_hardware_network::Port::GetInfo> GetInfo ()

Obtain information about port.

- response `info` port information.

Caller provides the backing storage for FIDL message.

::fidl::internal::WireBufferThenable< ::fuchsia_hardware_network::Port::GetStatus> GetStatus ()

Obtain the operating port status.

- response `status` snapshot of port's current status.

Caller provides the backing storage for FIDL message.

::fidl::internal::WireBufferThenable< ::fuchsia_hardware_network::Port::GetCounters> GetCounters ()

Retrieves a snapshot of traffic counters on this port.

Caller provides the backing storage for FIDL message.

::fidl::internal::WireBufferThenable< ::fuchsia_hardware_network::Port::GetIdentity> GetIdentity ()

Retrieves a unique event handle that is always associated only with

this port.

This event may be used to uniquely identify a specific port instance

across different APIs in the system.

Caller provides the backing storage for FIDL message.