Table of Contents

Struct PushResult

Namespace
Cryville.EEW.Report
Assembly
Cryville.EEW.dll
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

bool

IsNewId

Whether the push adds a new report unit into the list.
public bool IsNewId { get; }

Property Value

bool

MaxState

The current maximum states.
public ReadOnlySpan<int> MaxState { get; }

Property Value

ReadOnlySpan<int>