Public Attributes | |
ACE_UINT32 | length_ |
Length of entire request. | |
ACE_UINT32 | msg_type_ |
Type of the request (i.e., , , , and ). | |
ACE_UINT32 | block_forever_ |
ACE_UINT64 | sec_timeout_ |
Max seconds willing to wait for name if not blocking forever. | |
ACE_UINT32 | usec_timeout_ |
Max micro seconds to wait for name if not blocking forever. | |
ACE_UINT32 | name_len_ |
Len of name in bytes. | |
ACE_UINT32 | value_len_ |
Len of value in bytes. | |
ACE_UINT32 | type_len_ |
Len of type in bytes. | |
ACE_WCHAR_T | data_ [MAX_NAME_LENGTH+MAXPATHLEN+MAXPATHLEN+2] |
|
Indicates if we should block forever. If 0, then and indicates how long we should wait. Definition at line 152 of file Name_Request_Reply.h. Referenced by ACE_Name_Request::ACE_Name_Request(), ACE_Name_Request::block_forever(), ACE_Name_Request::decode(), and ACE_Name_Request::encode(). |
|
The data portion contains the followed by the followed by the . Definition at line 172 of file Name_Request_Reply.h. Referenced by ACE_Name_Request::ACE_Name_Request(), ACE_Name_Request::decode(), and ACE_Name_Request::encode(). |
|
Length of entire request.
Definition at line 145 of file Name_Request_Reply.h. Referenced by ACE_Name_Request::decode(), ACE_Name_Request::encode(), and ACE_Name_Request::length(). |
|
Type of the request (i.e., , , , and ).
Definition at line 148 of file Name_Request_Reply.h. Referenced by ACE_Name_Request::decode(), ACE_Name_Request::encode(), and ACE_Name_Request::msg_type(). |
|
Len of name in bytes.
Definition at line 161 of file Name_Request_Reply.h. Referenced by ACE_Name_Request::decode(), ACE_Name_Request::encode(), and ACE_Name_Request::name_len(). |
|
Max seconds willing to wait for name if not blocking forever.
Definition at line 155 of file Name_Request_Reply.h. Referenced by ACE_Name_Request::ACE_Name_Request(), ACE_Name_Request::decode(), ACE_Name_Request::encode(), and ACE_Name_Request::timeout(). |
|
Len of type in bytes.
Definition at line 167 of file Name_Request_Reply.h. Referenced by ACE_Name_Request::decode(), ACE_Name_Request::encode(), and ACE_Name_Request::type_len(). |
|
Max micro seconds to wait for name if not blocking forever.
Definition at line 158 of file Name_Request_Reply.h. Referenced by ACE_Name_Request::ACE_Name_Request(), ACE_Name_Request::decode(), ACE_Name_Request::encode(), and ACE_Name_Request::timeout(). |
|
Len of value in bytes.
Definition at line 164 of file Name_Request_Reply.h. Referenced by ACE_Name_Request::decode(), ACE_Name_Request::encode(), and ACE_Name_Request::value_len(). |