Procedure 16

Write Attributes

capability

 

resource name length

 

resource name

 

pattern length

 

pattern

 

attribute value length

 

attribute value

 

REQUEST

If the resource specified is known to the server and the access capability is valid the attribute string associated with each register selected from the total available using the supplied pattern is defined using the data supplied.

procedure status

RESPONSE

procedure status indicates the result of the request.

0

success

1

resource not known

3

capability is invalid

procedure status

XDR Specification

procedure   WriteAttributes (cap, res, patt, v)   returns(status)
            capability    cap;
            resource    res;
            pattern    patt;
            registerattribute    v;
            stat    status;

Implementation

This procedure is provided in versions 1 and 2 of the protocol.