An envelope describes from where and how a remote message arrived. More...
#include <netlib.h>

Public Member Functions | |
| envelope_t (void) throw () | |
| void | clear (void) throw () |
| bool | is_empty (void) const throw () |
| bool | isValid (void) const throw () |
Public Attributes | |
| conn_id_t | fromConnId |
| eConnectionType | type |
| source connection ID | |
| address_t | address |
An envelope describes from where and how a remote message arrived.
Definition at line 113 of file netlib.h.
1.7.1