Procedure 13

Write Attribute

capability

 

resource name length

 

resource name

 

register name length

 

register name

 

attribute value length

 

attribute value

 

REQUEST

If the register specified is known by the server for the resource specified and the access capability is valid the attribute string associated with the register 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

4

register not known

procedure status

XDR Specification

procedure   WriteAttribute (cap, res, reg, v)   returns(status)
            capability    cap;
            resource    res;
            register    reg;
            attributevalue    v;
            stat    status;

Implementation

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