struct ConfigStamp

Defined at line 1297 of file fidling/gen/sdk/fidl/fuchsia.hardware.display/fuchsia.hardware.display/cpp/fidl/fuchsia.hardware.display/cpp/wire_types.h

Identifies a display configuration submitted to the Coordinator.

This is a type-safe wrapper for a

[`fuchsia.hardware.display/ConfigStampValue`], which is a raw numeric value.

Values are unique within a Display Coordinator client connection.

Clients create new values when they call

[`fuchsia.hardware.display/Coordinator.ApplyConfig3`]. The values are used

by the Display Coordinator to identify configurations in

[`fuchsia.hardware.display/CoordinatorListener.OnVsync`] calls.

Clients must create strictly increasing (unique, strictly monotonic) values

within the lifetime of a [`fuchsia.display/Coordinator`] connection.

[`fuchsia.hardware.display/INVALID_CONFIG_STAMP_VALUE`] represents an

invalid value.

Public Members

uint64_t value