Hi
I use M2Mqtt client library to connect c# to mosqitto broker in server side . All things is ok I receive simple string data from server in client side ( b4a)
In b4a/b4j we have Type structure like bellow code ( I don't know what is the bellow equals code in C# )
My question is , how can I get/send this structure in c# side ? I used B4XSerializator but I dont know how can I use it to get/send Type structure like b4a/b4j code in server side ?
any help plz
I use M2Mqtt client library to connect c# to mosqitto broker in server side . All things is ok I receive simple string data from server in client side ( b4a)
In b4a/b4j we have Type structure like bellow code ( I don't know what is the bellow equals code in C# )
B4X:
Type Message ( id as string , senderid as string , receiverid as string , msg as string )
My question is , how can I get/send this structure in c# side ? I used B4XSerializator but I dont know how can I use it to get/send Type structure like b4a/b4j code in server side ?
any help plz
Last edited: