C-DEngine 5.105

eThrottleKind Enumeration

Specifies the algorithm for Throttling of SETP calls

Namespace:  nsCDEngine.Engines.ThingService
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public enum eThrottleKind
Public Enumeration eThrottleKind
public enum class eThrottleKind

Members


Member nameDescription
Last Only the last property change will be used
First Only the first change will be used
Average An average will be calculated over all changes will be used
MinValue Only the minimum value will be used
MaxValue Only the maximum value wil be used