xdr_int()
xdr_int()
If the XDR stream operation is XDR_DECODE
int count;XDR *xstream;xdr_int(xstream, &count);
will get an XDR integer from the stream, convert (decode) the value to local integer representation and put the result in count.
Previous slide
Next slide
Back to the first slide
View Graphic Version