Subversion Repositories Projects

Rev

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

Rev 1535 Rev 1545
Line 5... Line 5...
5
import dongfang.mkt.RequestFrameVisitor;
5
import dongfang.mkt.RequestFrameVisitor;
Line 6... Line 6...
6
 
6
 
7
public class AnalogDebugLabelRequestFrame extends RequestFrame {
7
public class AnalogDebugLabelRequestFrame extends RequestFrame {
Line 8... Line 8...
8
        int channel;
8
        int channel;
9
       
9
       
10
        AnalogDebugLabelRequestFrame(int address, int channel) {
10
        public AnalogDebugLabelRequestFrame(int address, int channel) {
11
                super(address);
11
                super(address);
Line 12... Line 12...
12
                this.channel = channel;
12
                this.channel = channel;