Procedure 10

Write Registers

capability

 

resource name length

 

resource name

 

pattern length

 

pattern

 

register value length

 

register value

 

REQUEST

If the resource specified is known to the server and the access capability is valid the write procedure defined by the object associated with each register selected from the total available using the supplied pattern is envoked with the data supplied.

procedure status

RESPONSE

procedure status indicates the result of the request.

0

success

1

resource not known

3

capability is invalid

8

application not responding

10

application detected failure

procedure status

XDR Specification

procedure   WriteRegisters (cap, res, patt, v)   returns(status)
            capability    cap;
            resource    res;
            pattern    patt;
            registervalue    v;
            stat    status;

Implementation

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