A andyfung New Member Licensed User Feb 15, 2016 #1 I cannot find certain callback functions documentation and the example as below, Sub Process_Globals Dim Socket1 As Socket End Sub Sub Activity_Create(FirstTime As Boolean) Socket1.Initialize("Socket1") End Sub Sub SocketClient_Connected (Successful As Boolean) End Sub Could you tell me where to get the callback functions' documentation such as 'SocketClient_Connected'?
I cannot find certain callback functions documentation and the example as below, Sub Process_Globals Dim Socket1 As Socket End Sub Sub Activity_Create(FirstTime As Boolean) Socket1.Initialize("Socket1") End Sub Sub SocketClient_Connected (Successful As Boolean) End Sub Could you tell me where to get the callback functions' documentation such as 'SocketClient_Connected'?
Erel B4X founder Staff member Licensed User Longtime User Feb 15, 2016 #2 The documentation is available here: https://www.b4x.com/android/help/network.html#socket Though for networks, you should go over the AsyncStreams tutorial: https://www.b4x.com/search?query=AsyncStreams+Tutorial Upvote 0
The documentation is available here: https://www.b4x.com/android/help/network.html#socket Though for networks, you should go over the AsyncStreams tutorial: https://www.b4x.com/search?query=AsyncStreams+Tutorial