|
Procedure 8 |
Inquire Registers |
|
REQUEST
If the resource specified is known by the server and the access
capability is valid those
register names known by the
server for the resource are returned with a total size of
up to count bytes. |
|
RESPONSE - success
Each entry contains the name of the register and a cookie
which is an opaque pointer to the next entry. The cookie
is used in the next Inquire Registers call to get more
entries starting at a given point.
|
|
RESPONSE - failure procedure status which is non zero indicates the cause of the failure. |
|
procedure status |
XDR Specification
procedure InquireRegisters (cap, res, patt, k, n) returns(reply)
capability cap;
resource res;
pattern patt;
cookie k;
unsigned n;
union switch (stat status) {
OK:
reglist regs;
boolean eod;
default:
struct {}
} reply;
Implementation
This procedure is provided in versions 1 and 2 of the protocol.