/////////////////////////////////////////////////////////////////////////////
// Name: socket.h
-// Purpose: documentation for wxIPV4address class
+// Purpose: interface of wxIPV4address
// Author: wxWidgets team
// RCS-ID: $Id$
// Licence: wxWindows license
};
+
/**
@class wxSocketServer
@wxheader{socket.h}
@library{wxnet}
@category{net}
- @seealso
- wxSocketServer::WaitForAccept, wxSocketBase::SetNotify, wxSocketBase::Notify,
- wxSocketServer::AcceptWith
+ @see wxSocketServer::WaitForAccept, wxSocketBase::SetNotify,
+ wxSocketBase::Notify, wxSocketServer::AcceptWith
*/
class wxSocketServer : public wxSocketBase
{
};
+
/**
@class wxIPaddress
@wxheader{socket.h}
};
+
/**
@class wxSocketClient
@wxheader{socket.h}
@library{wxnet}
@category{net}
- @seealso
- wxSocketClient::WaitOnConnect, wxSocketBase::SetNotify, wxSocketBase::Notify
+ @see wxSocketClient::WaitOnConnect, wxSocketBase::SetNotify,
+ wxSocketBase::Notify
*/
class wxSocketClient : public wxSocketBase
{
};
+
/**
@class wxSockAddress
@wxheader{socket.h}
@library{wxbase}
@category{FIXME}
- @seealso
- wxSocketBase, wxIPaddress, wxIPV4address
+ @see wxSocketBase, wxIPaddress, wxIPV4address
*/
class wxSockAddress : public wxObject
{
};
+
/**
@class wxSocketEvent
@wxheader{socket.h}
@library{wxnet}
@category{net}
- @seealso
- wxSocketBase, wxSocketClient, wxSocketServer
+ @see wxSocketBase, wxSocketClient, wxSocketServer
*/
class wxSocketEvent : public wxEvent
{
};
+
/**
@class wxSocketBase
@wxheader{socket.h}
@library{wxnet}
@category{net}
- @seealso
- wxSocketEvent, wxSocketClient, wxSocketServer, @ref overview_samplesockets
+ @see wxSocketEvent, wxSocketClient, wxSocketServer, @ref overview_samplesockets
"Sockets sample"
*/
class wxSocketBase : public wxObject
};
+
/**
@class wxDatagramSocket
@wxheader{socket.h}
@library{wxnet}
@category{FIXME}
- @seealso
- wxSocketBase::Error, wxSocketBase::LastError, wxSocketBase::LastCount,
+ @see wxSocketBase::Error, wxSocketBase::LastError, wxSocketBase::LastCount,
wxSocketBase::SetFlags,
*/
class wxDatagramSocket : public wxSocketBase
const void* buffer,
wxUint32 nbytes);
};
+