Rev 1535 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1535 | Rev 1564 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | package dongfang.mkt.frames; |
1 | package dongfang.mkt.frames; |
Line 2... | Line 2... | ||
2 | 2 | ||
Line 3... | Line -... | ||
3 | import java.io.IOException; |
- | |
Line 4... | Line 3... | ||
4 | 3 | import java.io.IOException; |
|
5 | import dongfang.mkt.RequestFrameVisitor; |
4 | |
6 | 5 | ||
7 | public class UniversalWriteParamSetRequestFrame extends RequestFrame { |
6 | public class UniversalWriteParamSetRequestFrame extends RequestFrame { |
Line 30... | Line 29... | ||
30 | 29 | ||
31 | public int getConfigurationVersionNumber() { |
30 | public int getConfigurationVersionNumber() { |
32 | return configurationVersionNumber; |
31 | return configurationVersionNumber; |
Line -... | Line 32... | ||
- | 32 | } |
|
- | 33 | ||
- | 34 | public int getDataLength() { |
|
- | 35 | return data.length; |
|
33 | } |
36 | } |
34 | 37 | ||
35 | public int[] getData() { |
38 | public int[] getData() { |
36 | return data; |
39 | return data; |