Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches

◆ SampleEvent

enum class DataStorm::SampleEvent : std::uint8_t
strong

Describes the operation used by a data writer to update a data element.

Remarks
The Slice compiler generated this enum class from Slice enumeration DataStorm::SampleEvent.
Enumerator
Add 

The data writer added the element.

Update 

The data writer updated the element.

PartialUpdate 

The data writer partially updated the element.

Remove 

The data writer removed the element.

Definition at line 34 of file SampleEvent.h.