Procedure 7

Initialise Register

capability

 

resource name length

 

resource name

 

register name length

 

register name

 

REQUEST

If the register specified is known by the server for the resource specified and the access capability is valid the initialise procedure defined by the object associated with the register is envoked.

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

8

application not responding

10

application detected failure

procedure status

XDR Specification

procedure   InitialiseRegister (cap, res, reg)   returns(status)
            capability    cap;
            resource    res;
            register    reg;
            stat    status;

Implementation

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