template <>
class WireSyncClientImpl
Defined at line 2208 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/cpp/fidl/fuchsia.feedback/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_feedback::DeviceIdProvider>|,
avoiding setting up a client.
Public Methods
::fidl::WireResult< ::fuchsia_feedback::DeviceIdProvider::GetId> GetId ()
Returns the device's feedback ID.
This method follows the hanging-get pattern and won't return a value until the ID since the
last call has changed.
Allocates 112 bytes of message buffer on the stack. No heap allocation necessary.