Subversion Repositories Projects

Rev

Rev 4 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
4 ligi 1
public interface MKParamDefinitions
2
{
3
 
59 ligi 4
    public final static int PARAMTYPE_BYTE=0;
5
    public final static int PARAMTYPE_BITSWITCH=1;
6
    public final static int PARAMTYPE_STICK=2;
4 ligi 7
 
8
 
9
}