• 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 refs:to

15 wxTCPConnection, in order to override the communication event handlers
16 to do something interesting.
68 to be derived from wxTCPConnection, then the constructor should not be
76 a buffer and size of the buffer for the connection object to use in
83 Called by the server application to advise the client of a change in
86 member to be called. Returns true if successful.
92 Called by the client application to execute a command on the server. Can
93 also be used to transfer arbitrary data to the server (similar
94 to \helpref{wxTCPConnection::Poke}{wxtcpconnectionpoke} in that respect). Causes the
95 server connection's \helpref{wxTCPConnection::OnExecute}{wxtcpconnectiononexecute} member to be
102 Called by the client or server application to disconnect from the other
104 to be sent to the corresponding connection object in the other
105 program. The default behaviour of {\bf OnDisconnect} is to delete the
114 Message sent to the client application when the server notifies it of a
121 Message sent to the client or server application when the other
122 application notifies it to delete the connection. Default behaviour is
123 to delete the connection object.
129 Message sent to the server application when the client notifies it to
137 Message sent to the server application when the client notifies it to
144 Message sent to the server application when the client
147 or NULL to indicate no data.
153 Message sent to the server application by the client, when the client
154 wishes to start an `advise loop' for the given topic and item. The
155 server can refuse to participate by returning false.
161 Message sent to the server application by the client, when the client
162 wishes to stop an `advise loop' for the given topic and item. The
163 server can refuse to stop the advise loop by returning false, although
170 Called by the client application to poke data into the server. Can be
171 used to transfer arbitrary data to the server. Causes the server
173 to be called. Returns true if successful.
179 Called by the client application to request data from the server. Causes
180 the server connection's \helpref{wxTCPConnection::OnRequest}{wxtcpconnectiononrequest} member to be called. Returns a
181 character string (actually a pointer to the connection's buffer) if
188 Called by the client application to ask if an advise loop can be started
190 member to be called. Returns true if the server okays it, false
197 Called by the client application to ask if an advise loop can be
199 to be called. Returns true if the server okays it, false otherwise.