sockClient.onRead
(since 1.0)
Data received callback
Description
string
sockClient.onRead
(
[string data] )
This function has been called when connection has been established
Parameters
data
The read data
Examples
socket.onDisconnect = function() {
Ape.log("Gone !");
}
User notes
# No comment
Post a note
CollaborAPE to our wiki !
Find the information you need on the APE Official Wiki : Install, Server, JSF, Help...
