template <>

class WireSyncBufferClientImpl

Defined at line 523 of file fidling/gen/sdk/fidl/fuchsia.posix.socket.raw/fuchsia.posix.socket.raw/cpp/fidl/fuchsia.posix.socket.raw/cpp/wire_messaging.h

Public Methods

::fidl::WireUnownedResult< ::fuchsia_posix_socket_raw::Provider::Socket> Socket (::fuchsia_posix_socket::wire::Domain domain, ::fuchsia_posix_socket_raw::wire::ProtocolAssociation proto)

Requests a raw socket.

Caller provides the backing storage for FIDL message via an argument to `.buffer()`.

::fidl::WireUnownedResult< ::fuchsia_posix_socket_raw::Provider::SocketWithOptions> SocketWithOptions (::fuchsia_posix_socket::wire::Domain domain, ::fuchsia_posix_socket_raw::wire::ProtocolAssociation proto, ::fuchsia_posix_socket::wire::SocketCreationOptions opts)

Requests a raw socket with creation options.

Caller provides the backing storage for FIDL message via an argument to `.buffer()`.