class Watch

Defined at line 89 of file fidling/gen/src/power/system-activity-governor/fake/fidl/test.sagcontrol/cpp/fidl/test.sagcontrol/cpp/markers.h

On a given connection, the first call will return immediately with SAG's

current state. Subsequent `Watch` requests will only

return if and only if a `test.sagcontrol.State.Set` call sends a request and SAG's

state has changed to the requested supported state.

For example, if the current state of SAG is (1, 0), the first

`Watch` will return (1, 0). If a `test.sagcontrol.State.Set`

call sends a request to change state to (2, 1), the next `Watch`

will return when the SAG's state has fully transitioned to (2, 1),

any intermediate transient state (in this example, (2, 0),

will not be returned.

Clients should use this to synchronize SAG states.

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