Public Member Functions | Public Attributes

netlib::envelope_t Struct Reference
[Networking API]

An envelope describes from where and how a remote message arrived. More...

#include <netlib.h>

Collaboration diagram for netlib::envelope_t:
Collaboration graph
[legend]

List of all members.

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

Detailed Description

An envelope describes from where and how a remote message arrived.

Definition at line 113 of file netlib.h.


Constructor & Destructor Documentation

netlib::envelope_t::envelope_t ( void   )  throw () [inline]

Definition at line 115 of file netlib.h.


The documentation for this struct was generated from the following file: