|
Procedure 12 |
Read Attribute |
|
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 returned. |
|
RESPONSE - success Attribute length is a 4 byte field which defines the length of the following attribute data in bytes.
|
Attribute value contains the data component of the attribute. Data in this field conforms to the XDR standard for the particular data type.
|
RESPONSE - failure procedure status which is non zero indicates the cause of the failure. |
|
procedure status |
XDR Specification
procedure ReadAttribute (cap, res, reg) returns(reply)
capability cap;
resource res;
register reg;
union switch (stat status) {
OK:
registerattribute v;
default:
struct {}
} reply;
Implementation
This procedure is provided in versions 1 and 2 of the protocol.