Class SequenceChangedNetworkEventData

Inheritance Relationships

Base Type

Class Documentation

class SequenceChangedNetworkEventData : public csp::common::NetworkEventData

Public Members

ESequenceUpdateType UpdateType

The type of update to the sequence.

csp::common::String Key

The key of the sequence which was updated.

csp::common::String NewKey

If a sequence is renamed using the RenameSequence function, this will be the new key.

csp::common::Optional<csp::common::HotspotSequenceChangedNetworkEventData> HotspotData = nullptr

Additional data if this sequence event is a hotspot sequence event. Will be non-empty in that case only.