开发者

how to trim a Byte() in VB.net

开发者 https://www.devze.com 2023-01-06 06:33 出处:网络
I am trying to use socket to transfer byte to client. I define Byte(1024) because I am 开发者_JS百科not sure how many character is the server sending!

I am trying to use socket to transfer byte to client. I define Byte(1024) because I am 开发者_JS百科not sure how many character is the server sending!

I don't know how many index of this array has been occupied!?


Your socket reading function should return a number indicating how much of the array it filled in.

0

精彩评论

暂无评论...
验证码 换一张
取 消