/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package com.eas.opc.da.dcom; /** * * @author pk */ public class OPCEUTYPE { public static final short OPC_NOENUM = 0; public static final short OPC_ANALOG = 1; public static final short OPC_ENUMERATED = 2; }