question

Hoang Nk avatar image
0 Likes"
Hoang Nk asked Andrew O commented

Using buffer in socket connection

Hi all,

I'm making a socket connection and decided to make my model as the server.

I would like to ask on how to create a buffer for the message receiving. I'm using the command "serverreceive" and found out from a documentation that the buffer and buffersize options are not in use in FlexSim. Could someone suggest any ideas to overcome this?

Many thanks in advance,

Hoang Nguyen

FlexSim 22.1.2
socket
· 1
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Andrew O avatar image Andrew O ♦ commented ·

Hi @Hoang Nk, was Phil BoBo's answer helpful? If so, please click the "Accept" button at the bottom of their answer. Or if you still have questions, add a comment and we'll continue the conversation.

If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always unaccept and comment back to reopen your question.

0 Likes 0 ·

1 Answer

·
Phil BoBo avatar image
0 Likes"
Phil BoBo answered Phil BoBo edited

From serverreceive()'s documentation: "In flexscript, however, buffer should be passed as NULL, and the return value will be the actual string that is received."

string readstr = serverreceive(1, NULL, 15, 0);

1660055332269.png


1660055332269.png (37.9 KiB)
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.