template <>
class WireSyncClientImpl
Defined at line 293 of file fidling/gen/sdk/fidl/fuchsia.hardware.trippoint/fuchsia.hardware.trippoint/cpp/fidl/fuchsia.hardware.trippoint/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_trippoint::Debug>|,
avoiding setting up a client.
Public Methods
::fidl::WireResult< ::fuchsia_hardware_trippoint::Debug::Trip> Trip (uint32_t index)
Trips the trip point with index if it exists. If not, returns ZX_ERR_NOT_FOUND. Note that
for OneShot trip points, if it is tripped, it gets cleared. Tripping manually with this
method will have the same effect.
Allocates 56 bytes of message buffer on the stack. No heap allocation necessary.