template <>
class WireSyncBufferClientImpl
Defined at line 4666 of file fidling/gen/sdk/fidl/fuchsia.media.sessions2/fuchsia.media.sessions2/cpp/fidl/fuchsia.media.sessions2/cpp/wire_messaging.h
Public Methods
::fidl::WireUnownedResult< ::fuchsia_media_sessions2::SessionsWatcher::SessionUpdated> SessionUpdated (uint64_t session_id, ::fuchsia_media_sessions2::wire::SessionInfoDelta session_info_delta)
Called by the registry service when a session is updated. On first connection,
this will be called as many times as needed to communicate the state of the
world.
`SessionsWatcher` must reply to acknowledge receipt of the session info delta.
Delinquent watchers who do not reply will eventually be disconnected.
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.
::fidl::WireUnownedResult< ::fuchsia_media_sessions2::SessionsWatcher::SessionRemoved> SessionRemoved (uint64_t session_id)
Called by the registry service when a session is removed from the registered
collection.
`SessionsWatcher` must reply to acknlowledge receipt of the session removal.
Delinquent watchers who do not reply will eventually be disconnected.
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.