G
Guest
Hi
I would like to create a struct like this on c# but I don't know how....
here it goes
byte: dataid
dword: datasize
byte[]: data
this means that I want to store the byte[0] an id, byte[1-4] the lenght, and
the rest would be for the data.......
Please how can I do it?
I would like to create a struct like this on c# but I don't know how....
here it goes
byte: dataid
dword: datasize
byte[]: data
this means that I want to store the byte[0] an id, byte[1-4] the lenght, and
the rest would be for the data.......
Please how can I do it?