N
N
NeoLight32020-07-08 19:37:48
Arrays
NeoLight3, 2020-07-08 19:37:48

How to send an array of bytes over UDP in C#?

I have a hex dump of bytes.
5f05f61360d9a486179159.png
How can I "push" this dump into a byte array to send over UDP exactly the same bytes that are in the dump?
5f05f64226f1b627535812.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
ayazer, 2020-07-08
@NeoLight3

you have a dump in 16 system then. Either specify the calculus type when creating an array, or convert to 10

byte smert = new byte[] { 0x02, 0x00, 0x00, 0x00, 0x45, 0x00, 0x05, 0xd4, .... , 0x63, 0x64}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question