Subversion Repositories Projects

Rev

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

Rev 1566 Rev 1698
Line 33... Line 33...
33
        int height;                             // signed byte (!).
33
        int height;                             // signed byte (!).
34
        int command;                    // unsigned byte. Called "free" in MK code.
34
        int command;                    // unsigned byte. Called "free" in MK code.
35
        int frameNum;                   // unsigned byte.
35
        int frameNum;                   // unsigned byte.
36
        int argument;                   // unsigned byte. Called "config" in MK code.
36
        int argument;                   // unsigned byte. Called "config" in MK code.
Line 37... Line 37...
37
 
37
 
38
        ExternalControlRequestFrame(int address) {
38
        public ExternalControlRequestFrame() {
39
                super(address);
39
                super(FC_ADDRESS);
Line 40... Line 40...
40
        }
40
        }
41
 
41
 
42
        public int[] getDigital() {
42
        public int[] getDigital() {