Public Attributes | |
ACE_UINT32 | length_ |
Length of entire reply. | |
ACE_INT32 | type_ |
Type of the reply, i.e., success (0) or failure (-1). | |
ACE_UINT32 | errno_ |
|
Indicates why error occurred if <this->type_> == failure (-1). Typical reasons include: <ETIME> (if the client timed out after waiting for the name). |
|
Length of entire reply.
|
|
Type of the reply, i.e., success (0) or failure (-1).
|