Rogue Wave banner
Previous fileTop of DocumentContentsIndexNext file

RWNetBuf



Module

Networking Tools: Network Communication Classes (net library)

Data Type and Member Function Indexes
(exclusive of constructors and destructors)

Data Types

Member Functions

Synopsis

#include <rw/toolpro/netbuf.h>
RWNetBuf netBuf;

Required Libraries

net, tls (and possibly std)

Description

An RWNetBuf is a network communication buffer class. A network communication buffer is a buffer of bytes of data and associated flags that indicate the state of the buffer. An RWNetBuf should not be confused with a TLI netbuf (TLI is the Unix System U network communication interface).

Public Constructors

RWNetBuf();
RWNetBuf(const RWCString& buf, State state=normal);

Public Enums

enum State {
            normal=1,        // Nothing special
            eof=0            // End of file
          };

Public Member Operators

operator RWBoolean() const;
operator RWCString() const;


Previous fileTop of DocumentContentsIndexNext file

©Copyright 2000, Rogue Wave Software, Inc.
Contact Rogue Wave about documentation or support issues.