AAO DRAMA C++ Interface (Old style)
DRAMA C++, Depreciated, don't use for new code
Public Member Functions | List of all members
DcppBuffers Class Reference

A structure representing message buffer sizes. More...

#include <dcpp.h>

Public Member Functions

 DcppBuffers (const DitsPathInfoType &i)
 Construct a DcppBuffers object from a DitsPathInfoType variable.
 
 DcppBuffers (long int MessageBytes=800, long int MaxMessages=2, long int ReplyBytes=800, long int MaxReplies=2)
 Construct a DcppBuffers object from indivual specifications.
 
long int MaxMessages () const
 Return the Max Messages specification.
 
long int MaxReplies () const
 Return the Max Replies specification.
 
long int MessageBytes () const
 Return the message bytes specification.
 
 operator const DitsPathInfoType * () const
 Return the DitsPathInfoType data for this object.
 
long int ReplyBytes () const
 Return the reply bytes specification.
 

Detailed Description

A structure representing message buffer sizes.

DcppBuffers stores message buffer sizes. Routines allow access to each component. Normally the user constructs such an object with the other details used by DcppTask when getting a path to a task.

See also
DcppTask
DitsPathGet()

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