Connect() , an
entirely new connection, i. The connection must be valid, open,
and bound for this method to succeed. Return TRUE if the
acceptance succeeded and FALSE if it failed. Upon return,
error contains any errors. Derived classes must provide this
method.
virtual GPL_Boolean Connect(DNA_Error & error) = 0
Connect to another peer. The connection must be valid, open, bound,
and connected for this method to succeed. Return TRUE if the
connection succeeded and FALSE if it failed. Upon return,
error contains any errors. Derived classes must provide this
method.
virtual GPL_Boolean Disconnect(DNA_Error & error) = 0
Disconnect from another peer. The connection must be valid, open,
bound, and connected for this method to succeed. Return TRUE if
the disconnect succeeded and FALSE if it failed. Upon return,
error contains any errors. Derived classes must provide this
method.