CITS3002 Computer Networks |
← prev | next → | CITS3002 | help3002 | CITS3002 schedule | |||
Converting complex data structuresExample: If we wished to XDR encode a structure of the form
we could use the following XDR conversion function
If we had an array of person structures, declared as
we could convert it using
The final parameter is the name of the function which is to be called to
XDR encode each element of the array.
CITS3002 Computer Networks, Lecture 10, Architecture independent applications, p22, 8th May 2024.
|