template <>
class WireWeakAsyncBufferClientImpl
Defined at line 7527 of file fidling/gen/sdk/fidl/fuchsia.media.sessions2/fuchsia.media.sessions2/cpp/fidl/fuchsia.media.sessions2/cpp/wire_messaging.h
Public Methods
::fidl::internal::WireBufferThenable< ::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.
::fidl::internal::WireBufferThenable< ::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.