Android Question How to send and recieve MAP collection with UDP?

bjfhs

Active Member
Licensed User
Longtime User
For example,the MAP collection like
B4X:
    Dim Mdata As Map
    Dim data() as Byte
    Mdata.Initialize
    Mdata.Put(1,"name")
    Mdata.Put(2,"sex")
    Mdata.Put(3,Data.Length)
    Mdata.Put(4,Data)
 

bjfhs

Active Member
Licensed User
Longtime User
I've added this sentence to that post to make things clear:
B4XSerializator is included in the internal RandomAccessFile library. The attached dll is for .Net Framework applications.
Thank Erel.
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…