• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/

Lines Matching defs:wxTCPConnection

1 \section{\class{wxTCPConnection}}\label{wxtcpconnection}
8 A wxTCPConnection object can be created by making a connection using a\rtfsp
11 calling members in a {\bf wxTCPConnection} object or by overriding its
15 wxTCPConnection, in order to override the communication event handlers
61 \membersection{wxTCPConnection::wxTCPConnection}\label{wxtcpconnectionctor}
63 \func{}{wxTCPConnection}{\void}
65 \func{}{wxTCPConnection}{\param{char* }{buffer}, \param{int}{ size}}
68 to be derived from wxTCPConnection, then the constructor should not be
74 the wxTCPConnection constructor are void, then a default buffer is
79 \membersection{wxTCPConnection::Advise}\label{wxtcpconnectionadvise}
85 connection's \helpref{wxTCPConnection::OnAdvise}{wxtcpconnectiononadvise}
88 \membersection{wxTCPConnection::Execute}\label{wxtcpconnectionexecute}
94 to \helpref{wxTCPConnection::Poke}{wxtcpconnectionpoke} in that respect). Causes the
95 server connection's \helpref{wxTCPConnection::OnExecute}{wxtcpconnectiononexecute} member to be
98 \membersection{wxTCPConnection::Disconnect}\label{wxtcpconnectiondisconnect}
103 program; it causes the \helpref{wxTCPConnection::OnDisconnect}{wxtcpconnectionondisconnect} message
110 \membersection{wxTCPConnection::OnAdvise}\label{wxtcpconnectiononadvise}
117 \membersection{wxTCPConnection::OnDisconnect}\label{wxtcpconnectionondisconnect}
125 \membersection{wxTCPConnection::OnExecute}\label{wxtcpconnectiononexecute}
133 \membersection{wxTCPConnection::OnPoke}\label{wxtcpconnectiononpoke}
140 \membersection{wxTCPConnection::OnRequest}\label{wxtcpconnectiononrequest}
145 calls \helpref{wxTCPConnection::Request}{wxtcpconnectionrequest}. The server
149 \membersection{wxTCPConnection::OnStartAdvise}\label{wxtcpconnectiononstartadvise}
157 \membersection{wxTCPConnection::OnStopAdvise}\label{wxtcpconnectiononstopadvise}
166 \membersection{wxTCPConnection::Poke}\label{wxtcpconnectionpoke}
172 connection's \helpref{wxTCPConnection::OnPoke}{wxtcpconnectiononpoke} member
175 \membersection{wxTCPConnection::Request}\label{wxtcpconnectionrequest}
180 the server connection's \helpref{wxTCPConnection::OnRequest}{wxtcpconnectiononrequest} member to be called. Returns a
184 \membersection{wxTCPConnection::StartAdvise}\label{wxtcpconnectionstartadvise}
189 with the server. Causes the server connection's \helpref{wxTCPConnection::OnStartAdvise}{wxtcpconnectiononstartadvise}\rtfsp
193 \membersection{wxTCPConnection::StopAdvise}\label{wxtcpconnectionstopadvise}
198 stopped. Causes the server connection's \helpref{wxTCPConnection::OnStopAdvise}{wxtcpconnectiononstopadvise} member