Subversion Repositories Projects

Rev

Rev 206 | Rev 215 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 206 Rev 213
Line 27... Line 27...
27
 
27
 
28
 
28
 
29
public class MKCommunicator
29
public class MKCommunicator
-
 
30
    implements Runnable
-
 
31
{
-
 
32
 
-
 
33
    public byte lib_version_major=0;
-
 
34
    public byte lib_version_minor=1;
-
 
35
 
-
 
36
    public String lib_version_str()
-
 
37
    {
-
 
38
        return "V"+lib_version_major+"."+lib_version_minor;
-
 
39
    }
30
    implements Runnable
40
   
31
{
41
 
Line 32... Line 42...
32
    /***************** Section: public Attributes **********************************************/
42
    /***************** Section: public Attributes **********************************************/