Source code: rcs/nml/NML_DISPLAY.java
1
2
3 package rcs.nml;
4
5 import rcs.*;
6 import rcs.utils.*;
7
8 /*
9 * Class definition for NML_DISPLAY
10 * Automatically generated by RCS Java Diagnostics Tool.
11 * on Thu Mar 20 15:34:22 Eastern Standard Time 1997
12 */
13 public class NML_DISPLAY extends NMLmsg
14 {
15 public byte display[] = new byte[256];
16
17
18 // Constructor
19 public NML_DISPLAY()
20 {
21 super(3);
22 }
23
24
25 public void update(NMLFormatConverter nml_fc)
26 {
27 super.update(nml_fc);
28 nml_fc.update(display,256);
29
30 }
31 }