Just started my first B4A project. It is using Sockets and AsyncStreams.
All is working fine, but I would like to be able to detect a closed socket and then reopen one.
I am using the NewData event, but I was wondering (in general): where would I be able to find a list of all other events (if any) that are being supported by the AsyncStream class ? (a full API list) ?
I did find this link and it seems all information is available, but you have to look a bit around (documentation, manual, forums - great job guys !)
What I do miss a little bit is an extensive list: is there any way I can have a full overview of all events I can write (the code completion of the editor shows me methods and properties, but I seem not to be able to detect which events are available).
Yes, download agrahams B4AHelp utililty.
You can select any library and you get all available objects with their possibilities (M) method, (E) event (P) property (F) function.
I have it all time running.