template <>
class WireSyncBufferClientImpl
Defined at line 1663 of file fidling/gen/src/connectivity/network/testing/netemul/sync-manager/fidl/sync/cpp/fidl/fuchsia.netemul.sync/cpp/wire_messaging.h
Public Methods
::fidl::OneWayStatus BusSubscribe (::fidl::StringView bus_name, ::fidl::StringView client_name, ::fidl::ServerEnd< ::fuchsia_netemul_sync::Bus> && bus)
Subscribes to bus 'busName' with a given client name.
Duplicate client names are disallowed and will cause the request to return unfulfilled.
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.
::fidl::WireUnownedResult< ::fuchsia_netemul_sync::SyncManager::WaitForBarrierThreshold> WaitForBarrierThreshold (::fidl::StringView barrier_name, uint32_t threshold, int64_t timeout)
Waits on a named counter barrier with name `barrierName`.
Functon will return true if the number of waits pending on the barrier matches or exceeds
`threshold` before `timeout` (nsec) expires.
Use `timeout`
<
= 0 for indefinite wait.
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.