source: rtems/doc/itron3.0/network.t @ e67c585

4.104.114.84.95
Last change on this file since e67c585 was e67c585, checked in by Joel Sherrill <joel.sherrill@…>, on 05/26/99 at 16:06:52

Replaced error code section.

  • Property mode set to 100644
File size: 1.8 KB
Line 
1@c
2@c  This is the chapter from the RTEMS ITRON User's Guide that
3@c  documents the services provided by the network support
4@c  manager.
5@c
6@c  $Id$
7@c
8
9@chapter Network Support Manager
10
11@section Introduction
12
13The
14network support manager is ...
15
16The services provided by the network support manager are:
17
18@itemize @bullet
19@item @code{nrea_dat} -
20@item @code{nwri_dat} -
21@item @code{nget_nod} -
22@item @code{nget_ver} -
23@end itemize
24
25@section Background
26
27@section Operations
28
29@section Directives
30
31This section details the network support manager's services.
32A subsection is dedicated to each of this manager's services
33and describes the calling sequence, related constants, usage,
34and status codes.
35
36
37@c
38@c  nrea_dat
39@c
40
41@page
42@subsection nrea_dat -
43
44@subheading CALLING SEQUENCE:
45
46@ifset is-C
47@example
48int nrea_dat(
49);
50@end example
51@end ifset
52
53@ifset is-Ada
54@end ifset
55
56@subheading STATUS CODES:
57
58@code{EXXX} -
59
60@end table
61
62@subheading DESCRIPTION:
63
64@subheading NOTES:
65
66
67@c
68@c  nwri_dat
69@c
70
71@page
72@subsection nwri_dat -
73
74@subheading CALLING SEQUENCE:
75
76@ifset is-C
77@example
78int nwri_dat(
79);
80@end example
81@end ifset
82
83@ifset is-Ada
84@end ifset
85
86@subheading STATUS CODES:
87
88@code{EXXX} -
89
90@end table
91
92@subheading DESCRIPTION:
93
94@subheading NOTES:
95
96
97@c
98@c  nget_nod
99@c
100
101@page
102@subsection nget_nod -
103
104@subheading CALLING SEQUENCE:
105
106@ifset is-C
107@example
108int nget_nod(
109);
110@end example
111@end ifset
112
113@ifset is-Ada
114@end ifset
115
116@subheading STATUS CODES:
117
118@code{EXXX} -
119
120@end table
121
122@subheading DESCRIPTION:
123
124@subheading NOTES:
125
126
127@c
128@c  nget_ver
129@c
130
131@page
132@subsection nget_ver -
133
134@subheading CALLING SEQUENCE:
135
136@ifset is-C
137@example
138int nget_ver(
139);
140@end example
141@end ifset
142
143@ifset is-Ada
144@end ifset
145
146@subheading STATUS CODES:
147
148@code{EXXX} -
149
150@end table
151
152@subheading DESCRIPTION:
153
154@subheading NOTES:
155
Note: See TracBrowser for help on using the repository browser.