template <>
class WireWeakAsyncBufferClientImpl
Defined at line 4320 of file fidling/gen/sdk/fidl/fuchsia.net.tun/fuchsia.net.tun/cpp/fidl/fuchsia.net.tun/cpp/wire_messaging.h
Public Methods
::fidl::internal::WireBufferThenable< ::fuchsia_net_tun::DevicePair::AddPort> AddPort (::fuchsia_net_tun::wire::DevicePairPortConfig config)
Adds a logical port to this device pair.
+ request `config` port configuration.
* error `ZX_ERR_INVALID_ARGS` if `config` is invalid.
* error `ZX_ERR_ALREADY_EXISTS` if the provided port identifier is
already in use.
Caller provides the backing storage for FIDL message.
::fidl::internal::WireBufferThenable< ::fuchsia_net_tun::DevicePair::RemovePort> RemovePort (uint8_t id)
Removes a logical port created by
[`fuchsia.net.tun/DevicePair.AddPort`].
+ request `id` identifier of the port to remove.
* error `ZX_ERR_NOT_FOUND` if `id` does not map to an existing port.
Caller provides the backing storage for FIDL message.