non ci arrivo devo spedire tramite clietn B4a questo al server in vb.net, ma non riesco a capire come.potete aiutarmi?
vb 2015
vb 2015
B4X:
Private Class message
Public bytes() As Byte
Public dataChannel As Byte
End Class
sendQueue.Enqueue(New message With {.bytes = Utilities.StrToByteArray("SFR:Test"), .dataChannel = 254})