B4J Question JAVA and c++ server communication mess? What should I do?

shenmingxue

Member
Licensed User
Sub btnSend_Action
Dim m As Message
Dim s As String="shen17888"


m.Age = spnrAge.Value
m.Name = txtName.Text
Dim ser As B4XSerializator
astream.Write(ser.ConvertObjectToBytes(s))
End Sub

JAVA and c++ server communication mess? What should I do?
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…