Click or drag to resize
ParameterType Enumeration
Indicates the value type of a parameter.

Namespace: Lawo.EmberPlusSharp.Model
Assembly: Lawo.EmberPlusSharp (in Lawo.EmberPlusSharp.dll) Version: 1.4.1707.27006
Syntax
C#
public enum ParameterType
Members
  Member nameValueDescription
Integer1Integer type.
Real2Real type.
String3String type.
Boolean4Boolean type.
Trigger5Trigger type.
Enum6Enum type.
Octets7Octets type.
See Also