template <>
class WireSyncBufferClientImpl
Defined at line 305 of file fidling/gen/sdk/fidl/fuchsia.hardware.trippoint/fuchsia.hardware.trippoint/cpp/fidl/fuchsia.hardware.trippoint/cpp/wire_messaging.h
Public Methods
::fidl::WireUnownedResult< ::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.
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.