You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
172 B
C#

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