AAO DRAMA C++ Interface (Old style)
DRAMA C++, Depreciated, don't use for new code

◆ DcppBuffers() [1/2]

DcppBuffers::DcppBuffers ( long int  MessageBytes = 800,
long int  MaxMessages = 2,
long int  ReplyBytes = 800,
long int  MaxReplies = 2 
)
inline

Construct a DcppBuffers object from indivual specifications.

See also
DitsPathGet()
Parameters
MessageBytesThe number of bytes in a typical message.
MaxMessagesThe maximum number of typical messages which might be outstanding at any time.
ReplyBytesThe number of bytes in a typical reply message.
MaxRepliesThe maximum number of typical reply messages which might be outstanding at any time.