template <>
class WireBufferEventSender
Defined at line 1937 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 OnBusData (::fuchsia_netemul_sync::wire::Event data)
Notifies client of new event.
fidl::OneWayStatus OnClientAttached (::fidl::StringView client)
Notifies a client is now attached.
Upon subscribing to a bus, a client will always receive an `OnClientAttached` event for each
client present on the bus at the moment it joined.
fidl::OneWayStatus OnClientDetached (::fidl::StringView client)
Notifies a client was detached.