Public Attributes

ACE_Name_Reply::Transfer Struct Reference

List of all members.

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_

Detailed Description

Definition at line 243 of file Name_Request_Reply.h.


Member Data Documentation

Indicates why error occurred if <this->type_> == failure (-1). Typical reasons include: ETIME (if the client timed out after waiting for the name).

Definition at line 254 of file Name_Request_Reply.h.

Length of entire reply.

Definition at line 246 of file Name_Request_Reply.h.

Type of the reply, i.e., success (0) or failure (-1).

Definition at line 249 of file Name_Request_Reply.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines