namespace OPCDA { using System; public enum OPCBROWSEDIRECTION { OPC_BROWSE_DOWN = 2, OPC_BROWSE_TO = 3, OPC_BROWSE_UP = 1 } }