Procedure 3

Delete Spectrum

capability

 

pathname length

 

pathname

 

REQUEST

If the access capability is valid deletes the spectrum in the server with name given by pathname.

procedure status

RESPONSE

procedure status indicates the result of the request.

0

success

3

invalid capability

4

invalid pathname

6

pathname not a spectrum

procedure status

XDR Specification

procedure   DeleteSpectrum (cap, path)   return(status)
            capability   cap;
            pathname   path;
            stat   status;

Implementation