Public Attributes |
ACE_UINT32 | length_ |
| Length of entire request. More...
|
ACE_UINT32 | msg_type_ |
| Type of the request (i.e., <BIND>, <REBIND>, <RESOLVE>, and <UNBIND>). More...
|
ACE_UINT32 | block_forever_ |
| Indicates if we should block forever. If 0, then <secTimeout_> and <usecTimeout_> indicates how long we should wait. More...
|
ACE_UINT32 | sec_timeout_ |
| Max seconds willing to wait for name if not blocking forever. More...
|
ACE_UINT32 | usec_timeout_ |
| Max micro seconds to wait for name if not blocking forever. More...
|
ACE_UINT32 | name_len_ |
| Len of name in bytes. More...
|
ACE_UINT32 | value_len_ |
| Len of value in bytes. More...
|
ACE_UINT32 | type_len_ |
| Len of type in bytes. More...
|
ACE_USHORT16 | data_ [MAX_NAME_LENGTH+MAXPATHLEN+MAXPATHLEN+2] |
| The data portion contains the <name_> followed by the <value_> followed by the <type_>. More...
|