CITS3002 Computer Networks |
← prev | next → | CITS3002 | help3002 | CITS3002 schedule | |||
The SunOS XDR Library, continuedExample: The XDR routine to convert an integer is declared as
and then call the function
To decode reading from standard input we would create the stream using
and use the same function call
to receive the integer into variable i.
CITS3002 Computer Networks, Lecture 10, Architecture independent applications, p21, 8th May 2024.
|