TriggerReason Enum

Definition

Gives the reason why a new value was provided

public enum TriggerReason
type TriggerReason = 
Public Enum TriggerReason
Inheritance
TriggerReason

Fields

LimitExceeded 3

A value is provided when certain thresholds are exceeded

NewMeasurement 1

A new value is available

Timed 2

A new value is read with a specific frequency

Unknown 0

The reason for the new message is unknown

Applies to