![]() |
IsAsyncClass() |
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
| Protected Function |
Declared in: TCPSocketAsync.h |
Declarationvirtual BOOL IsAsyncClass() const;
DescriptionIndicate if we are a blocked socket or an async one
Function Body
try
{
//Check if we are blocking
if (IsBlocking() ||
m_bDisabledConnect)
return FALSE;
else
//Not blocking
return TRUE;
}
ERROR_HANDLER_RETURN("IsAsyncClass",FALSE)
See Also
This web site was generated
using Surveyor V4.50.811.1. Click
here
for more information. |
Site content copyright © 2003 Komodia LTD.. See the About page for additional notices. This page last updated: 24 Feb 2003. |