namespace OPCDA { using System; public enum limitBits { none, low, high, constant } }