|
|
1.1 root 1: \File{grindimage\-1.ry},{20:50},{Jan 16 1989}
2: \L{\LB{IMAGE \K{DEFINITIONS} ::=}}
3: \L{\LB{}}
4: \L{\LB{\K{BEGIN}}}
5: \L{\LB{}}
6: \L{\LB{\C{}\-\- operations}}
7: \CE{}\L{\LB{}}
8: \L{\LB{initialize \K{OPERATION}}}
9: \L{\LB{}\Tab{8}{\K{ARGUMENT}}\Tab{24}{Initialize\-INV}}
10: \L{\LB{}\Tab{8}{\K{RESULT}}\Tab{24}{Initialize\-RSP}}
11: \L{\LB{}\Tab{8}{\K{ERRORS}}\Tab{24}{\{ congested, versionNotSupported \}}}
12: \L{\LB{}\Tab{8}{::=}\Tab{24}{1}}
13: \L{\LB{}}
14: \L{\LB{readImage \K{OPERATION}}}
15: \L{\LB{}\Tab{8}{\K{ARGUMENT}}\Tab{24}{ReadImage\-INV}}
16: \L{\LB{}\Tab{8}{\K{RESULT}}\Tab{24}{ReadImage\-RSP}}
17: \L{\LB{}\Tab{8}{\K{ERRORS}}\Tab{24}{\{ congested, noMatches, formatNotSupported \}}}
18: \L{\LB{}\Tab{8}{::=}\Tab{24}{2}}
19: \L{\LB{}}
20: \L{\LB{}}
21: \L{\LB{\C{}\-\- errors}}
22: \CE{}\L{\LB{}}
23: \L{\LB{congested \K{ERROR}}}
24: \L{\LB{}\Tab{8}{::=}\Tab{24}{1}}
25: \L{\LB{}}
26: \L{\LB{versionNotSupported \K{ERROR}}}
27: \L{\LB{}\Tab{8}{\K{PARAMETER}}\Tab{24}{VersionsSupported}}
28: \L{\LB{}\Tab{8}{::=}\Tab{24}{2}}
29: \L{\LB{}}
30: \L{\LB{noMatches \K{ERROR}}}
31: \L{\LB{}\Tab{8}{::=}\Tab{24}{3}}
32: \L{\LB{}}
33: \L{\LB{formatNotSupported \K{ERROR}}}
34: \L{\LB{}\Tab{8}{\K{PARAMETER}}\Tab{24}{FormatsSupported}}
35: \L{\LB{}\Tab{8}{::=}\Tab{24}{4}}
36: \L{\LB{}}
37: \L{\LB{}}
38: \L{\LB{\C{}\-\- types}}
39: \CE{}\L{\LB{}}
40: \L{\LB{Initialize\-INV ::=}}
41: \L{\LB{}\Tab{8}{\K{SEQUENCE} \{}}
42: \L{\LB{}\Tab{8}{ proposed[0]}}
43: \L{\LB{}\Tab{16}{\K{IMPLICIT} Version}}
44: \L{\LB{}\Tab{16}{\K{DEFAULT} \{ version\-1 \}}}
45: \L{\LB{}\Tab{8}{\}}}
46: \L{\LB{}}
47: \L{\LB{Initialize\-RSP ::=}}
48: \L{\LB{}\Tab{8}{\K{SEQUENCE} \{}}
49: \L{\LB{}\Tab{8}{ negotiated[0]}\Tab{32}{\C{}\-\- need not be present if only one}}
50: \CE{}\L{\LB{}\Tab{32}{\C{}\-\- version was requested and that was chosen,}}
51: \CE{}\L{\LB{}\Tab{32}{\C{}\-\- otherwise exactly one bit is set}}
52: \CE{}\L{\LB{}\Tab{16}{\K{IMPLICIT} Version}}
53: \L{\LB{}\Tab{16}{\K{OPTIONAL}}}
54: \L{\LB{}\Tab{8}{\}}}
55: \L{\LB{}}
56: \L{\LB{VersionsSupported ::=}}
57: \L{\LB{}\Tab{8}{\K{SEQUENCE} \{}}
58: \L{\LB{}\Tab{8}{ supported[0]}}
59: \L{\LB{}\Tab{16}{\K{IMPLICIT} Version}}
60: \L{\LB{}\Tab{8}{\}}}
61: \L{\LB{}}
62: \L{\LB{Version ::=}}
63: \L{\LB{}\Tab{8}{\K{BITSTRING} \{ version\-1(0) \}}}
64: \L{\LB{}}
65: \L{\LB{}}
66: \L{\LB{ReadImage\-INV ::=}}
67: \L{\LB{}\Tab{8}{\K{SEQUENCE} \{}}
68: \L{\LB{}\Tab{32}{\C{}\-\- in order of preference for searching}}
69: \CE{}\L{\LB{}\Tab{8}{ \K{SEQUENCE} \K{OF}}}
70: \L{\LB{}\Tab{16}{\K{CHOICE} \{}}
71: \L{\LB{}\Tab{16}{ file\-name[0]}}
72: \L{\LB{}\Tab{24}{\K{IMPLICIT} Filename,}}
73: \L{\LB{}}
74: \L{\LB{}\Tab{16}{ mail\-address[1]}}
75: \L{\LB{}\Tab{24}{\K{IMPLICIT} Mail\-Address}}
76: \L{\LB{}\Tab{16}{\},}}
77: \L{\LB{}}
78: \L{\LB{}\Tab{32}{\C{}\-\- in order of preference for retrieval}}
79: \CE{}\L{\LB{}\Tab{8}{ \K{SEQUENCE} \K{OF}}}
80: \L{\LB{}\Tab{16}{Format}}
81: \L{\LB{}\Tab{8}{\}}}
82: \L{\LB{}}
83: \L{\LB{ReadImage\-RSP ::=}}
84: \L{\LB{}\Tab{8}{\K{SEQUENCE} \{}}
85: \L{\LB{}\Tab{8}{ \K{CHOICE} \{}}
86: \L{\LB{}\Tab{16}{x\-windows}}
87: \L{\LB{}\Tab{16}{ X\-Windows\-Bitmap}}
88: \L{\LB{}\Tab{8}{ \}}}
89: \L{\LB{}\Tab{8}{\}}}
90: \L{\LB{}}
91: \L{\LB{FormatsSupported ::=}}
92: \L{\LB{}\Tab{8}{\K{SEQUENCE} \{}}
93: \L{\LB{}\Tab{8}{ supported[0]}}
94: \L{\LB{}\Tab{16}{\K{IMPLICIT} Format}}
95: \L{\LB{}\Tab{8}{\}}}
96: \L{\LB{}}
97: \L{\LB{Format ::=}}
98: \L{\LB{}\Tab{8}{\K{BITSTRING} \{ x\-windows\-bitmap(0) \}}}
99: \L{\LB{}}
100: \L{\LB{}}
101: \L{\LB{\C{}\-\- discriminants}}
102: \CE{}\L{\LB{}}
103: \L{\LB{Filename ::=}}
104: \L{\LB{}\Tab{8}{[\K{APPLICATION} 1]}}
105: \L{\LB{}\Tab{8}{ \K{IMPLICIT} GraphicString}}
106: \L{\LB{}}
107: \L{\LB{Mail\-Address ::=}}
108: \L{\LB{}\Tab{8}{[\K{APPLICATION} 2]}}
109: \L{\LB{}\Tab{8}{ \K{IMPLICIT} \K{SEQUENCE} \{}}
110: \L{\LB{}\Tab{16}{local[0]}}
111: \L{\LB{}\Tab{16}{ \K{IMPLICIT} GraphicString,}}
112: \L{\LB{}}
113: \L{\LB{}\Tab{16}{domain[1]}}
114: \L{\LB{}\Tab{16}{ \K{IMPLICIT} GraphicString,}}
115: \L{\LB{}}
116: \L{\LB{}\Tab{16}{options[2]}}
117: \L{\LB{}\Tab{16}{ \K{IMPLICIT} \K{BITSTRING} \{ default\-local(0), default\-host(1) \}}}
118: \L{\LB{}\Tab{16}{ \K{DEFAULT} \{ default\-local, default\-host \}}}
119: \L{\LB{}\Tab{8}{ \}}}
120: \L{\LB{}}
121: \L{\LB{}}
122: \L{\LB{\C{}\-\- image formats}}
123: \CE{}\L{\LB{}}
124: \L{\LB{X\-Windows\-Bitmap ::=}}
125: \L{\LB{}\Tab{8}{[\K{APPLICATION} 100]}}
126: \L{\LB{}\Tab{8}{ \K{IMPLICIT} \K{SET} \{}}
127: \L{\LB{}\Tab{16}{width[0]}}
128: \L{\LB{}\Tab{16}{ \K{IMPLICIT} \K{INTEGER},}}
129: \L{\LB{}}
130: \L{\LB{}\Tab{16}{height[1]}}
131: \L{\LB{}\Tab{16}{ \K{IMPLICIT} \K{INTEGER},}}
132: \L{\LB{}}
133: \L{\LB{}\Tab{16}{hot\-spot\-x[2]}}
134: \L{\LB{}\Tab{16}{ \K{IMPLICIT} \K{INTEGER}}}
135: \L{\LB{}\Tab{16}{ \K{DEFAULT} \-1,}}
136: \L{\LB{}}
137: \L{\LB{}\Tab{16}{hot\-spot\-y[3]}}
138: \L{\LB{}\Tab{16}{ \K{IMPLICIT} \K{INTEGER}}}
139: \L{\LB{}\Tab{16}{ \K{DEFAULT} \-1,}}
140: \L{\LB{}}
141: \L{\LB{}\Tab{16}{data[4]}\Tab{32}{\C{}\-\- padded to short boundaries}}
142: \CE{}\L{\LB{}\Tab{16}{ \K{IMPLICIT} \K{OCTETSTRING}}}
143: \L{\LB{}\Tab{8}{\}}}
144: \L{\LB{}}
145: \L{\LB{\K{END}}}
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.