DNA_Connection

DNA_Connection

dna

1998 12-06


CLASS

DNA_Connection - C++ network peer connection


SYNOPSIS

DNA_Connection implements the behavior of a connection between two points in the network for reading and writing messages. Each operation has the concept of sources and destinations. The actual implementation of reading and writing is performed by an associated implementation object.


MEMBER FUNCTIONS


ENUMERATION


DNA_CONNECTION_VALID The connection is in a valid state.
DNA_CONNECTION_OPEN The connection is open.
DNA_CONNECTION_BOUND The connection is bound.
DNA_CONNECTION_CONNECTED The connection is connected.


SEE ALSO

DNA_Binding(3), DNA_Bus(3), DNA_ConnectionImp(3), DNA_Error(3)