Android Question Problem with B4RSerializator

HARRY

Active Member
Licensed User
Longtime User
Hi,
I am trying to send 6 shorts to a B4R program. The code to send is:
B4X:
    Stream1.Write(ser.ConvertArrayToBytes(Array(code,r,g,b,w,l)))
In ConvertArrayToBytes the program ends without error message on the line
B4X:
raf.Initialize3(smallbuffer, True)

What can be the reason?
 
Top