Skip to content

StateUpdateIndicator

huggins edited this page Apr 10, 2025 · 1 revision

State Update Indicator

This field shall be used to indicate if the data in the PDU represents a state update or just data that has changed since issuance of the last Emitter PDU. This field shall be represented by an 8-bit enumeration

enum class EStateUpdateIndicator : uint8
{
    HeartbeatUpdate,
    ChangedDataUpdate
};

Values

Name Description
HeartbeatUpdate
ChangedDataUpdate

Clone this wiki locally