template <>
class WireSyncClientImpl
Defined at line 303 of file fidling/gen/sdk/fidl/fuchsia.posix.socket.packet/fuchsia.posix.socket.packet/cpp/fidl/fuchsia.posix.socket.packet/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_packet::Provider>|,
avoiding setting up a client.
Public Methods
::fidl::WireResult< ::fuchsia_posix_socket_packet::Provider::Socket> Socket (::fuchsia_posix_socket_packet::wire::Kind kind)
Requests a packet socket.
+ request `kind` the kind of packet socket to create.
- response `socket` the packet socket.
Allocates 56 bytes of message buffer on the stack. No heap allocation necessary.