Home Home

IsConnected

IsConnected releases the connection and allows the class to be reused for another one if required.
bool IsConnected(
);

Parameters

void

Return Values

returns true if there still is a valid connection that has not yet timed out, false otherwise.

Remarks

Example Use

if(!server.IsConnected())
   MessageBox(0,"Server is not connected",0,0);

Also See

Connect

Copyright © 2007, Ekky Software Pty Ltd.