template <>
class WireSyncClientImpl
Defined at line 504 of file fidling/gen/sdk/fidl/fuchsia.posix.socket.raw/fuchsia.posix.socket.raw/cpp/fidl/fuchsia.posix.socket.raw/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_posix_socket_raw::Provider>|,
avoiding setting up a client.
Public Methods
::fidl::WireResult< ::fuchsia_posix_socket_raw::Provider::Socket> Socket (::fuchsia_posix_socket::wire::Domain domain, ::fuchsia_posix_socket_raw::wire::ProtocolAssociation proto)
Requests a raw socket.
Allocates 72 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::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.
Allocates 136 bytes of message buffer on the stack. No heap allocation necessary.