template <>
class WireSyncClientImpl
Defined at line 360 of file fidling/gen/sdk/fidl/fuchsia.virtualconsole/fuchsia.virtualconsole/cpp/fidl/fuchsia.virtualconsole/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_virtualconsole::SessionManager>|,
avoiding setting up a client.
Public Methods
::fidl::OneWayStatus CreateSession (::fidl::ServerEnd< ::fuchsia_hardware_pty::Device> && session)
Create a new virtual console session.
Allocates 40 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_virtualconsole::SessionManager::HasPrimaryConnected> HasPrimaryConnected ()
Returns true if virtcon currently has a display that it can display something on.
Allocates 40 bytes of message buffer on the stack. No heap allocation necessary.