template <>
class WireSyncClientImpl
Defined at line 5070 of file fidling/gen/sdk/fidl/fuchsia.hardware.goldfish/fuchsia.hardware.goldfish/cpp/fidl/fuchsia.hardware.goldfish/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_hardware_goldfish::SyncDevice>|,
avoiding setting up a client.
Public Methods
::fidl::WireResult< ::fuchsia_hardware_goldfish::SyncDevice::CreateTimeline> CreateTimeline (::fidl::ServerEnd< ::fuchsia_hardware_goldfish::SyncTimeline> && timeline_req)
Create a new sync timeline.
A protocol request `timeline_req` provides an interface to the
`SyncTimeline`. Each device can have multiple timelines at the same
time.
Allocates 40 bytes of message buffer on the stack. No heap allocation necessary.