Struct PushResult
The result of a push action to an instance of the ReportUnitStateList class.
public readonly ref struct PushResult
- Inherited Members
Properties
HasNewMaxState
Whether the push updates the maximum states.
public bool HasNewMaxState { get; }
Property Value
IsNewId
Whether the push adds a new report unit into the list.
public bool IsNewId { get; }
Property Value
MaxState
The current maximum states.
public ReadOnlySpan<int> MaxState { get; }