class StreamDiagnostics
Defined at line 35 of file fidling/gen/sdk/fidl/fuchsia.diagnostics.host/fuchsia.diagnostics.host/cpp/fidl/fuchsia.diagnostics.host/cpp/markers.h
Creates an iterator over diagnostics data on the system.
* The iterator may be finite by streaming in SNAPSHOT mode, serving only the
current state of diagnostics data on the system.
* The iterator may be infinite by streaming in either SNAPSHOT_THEN_SUBSCRIBE
or SUBSCRIBE mode; the prior first provides iteration over the current state of
the sytem, and then both provide ongoing iteration over newly arriving diagnostics
data.
`stream` is a socket that diagnostic records are exposed to the client over.
`parameters` is a [fuchsia.diagnostics/StreamParameter] which
specifies how to configure the stream.
The stream will carry data using the format documented in
[Diagnostics schema][https://fuchsia.dev/fuchsia-src/reference/platform-spec/diagnostics/schema]
Public Members
static const bool kHasClientToServer
static const bool kHasClientToServerBody
static const bool kHasServerToClient
static const bool kHasServerToClientBody
static const bool kHasNonEmptyUserFacingResponse
static const bool kHasDomainError
static const bool kHasFrameworkError
static const uint64_t kOrdinal