shirlun Active Member Licensed User Longtime User Jul 20, 2016 #1 InputStream.BytesAvalilable is missing in B4I, adding this can make porting codes from B4A more easily. Or just InputStream.DataAvailable to know whether have incoming data or not.
InputStream.BytesAvalilable is missing in B4I, adding this can make porting codes from B4A more easily. Or just InputStream.DataAvailable to know whether have incoming data or not.
Erel B4X founder Staff member Licensed User Longtime User Oct 13, 2016 #2 You should always use AsyncStreams to read from streams. This is true in both B4A and B4i.