MessageHeader Class Reference

#include <RioTypes.h>

Public Member Functions

 MessageHeader ()

Data Fields

MessageOperation Operation
RioStreamId Stream
RequestId Request
MessageStatus Status
MessageSize NumberBytes

Detailed Description

Definition at line 155 of file RioTypes.h.


Constructor & Destructor Documentation

MessageHeader::MessageHeader (  )  [inline]

Definition at line 164 of file RioTypes.h.

00165         {
00166             memset( &Operation  , 0, sizeof(Operation)   );
00167             memset( &Stream     , 0, sizeof(Stream)      );
00168             memset( &Request    , 0, sizeof(Request)     );
00169             memset( &Status     , 0, sizeof(Status)      );
00170             memset( &NumberBytes, 0, sizeof(NumberBytes) );
00171         }


Field Documentation

Definition at line 162 of file RioTypes.h.

Definition at line 158 of file RioTypes.h.

Definition at line 160 of file RioTypes.h.

Definition at line 161 of file RioTypes.h.

Definition at line 159 of file RioTypes.h.


The documentation for this class was generated from the following file:
Generated on Wed Jul 4 16:03:35 2012 for RIO by  doxygen 1.6.3