Replies: 1 comment
-
Hi, you're free to use whatever encoding you wish. The data sent in the event is just byte data with no associated encoding or representation. You can use UTF16 if you wish. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The example is: Console.WriteLine($"[{e.IpPort}] {Encoding.UTF8.GetString(e.Data.Array, 0, e.Data.Count)}");
But what if I want to receive bytes form 0x80 to 0xFF ?
Beta Was this translation helpful? Give feedback.
All reactions