Android Question AStream

mrossen

Active Member
Licensed User
Longtime User
Hi,

If I use AStreams with prefix the length of what I send and receive will be addto to my string.

My question is:

If I send ex. char * how will it look when I reviece it.

Will it be ascii char 01 and char *?

And the same if I want to send to at device that expect prefix.

Do I have to send ascii char 01 and char *

Mogens
 

mrossen

Active Member
Licensed User
Longtime User
Yes I know.

But I have a app written in B4A with prefix, I need to write in Ios.

And I have a device there also using prefix

Therefor I need to know how the message looks if only one part using prefix.
 
Upvote 0
Top