D
Dirk Reske
Hey,
I have following struct:
struct Packet
{
string Command;
string[] Args;
byte[] Data;
}
how can I send (and receive) this throug a network? (some example code)
thx
I have following struct:
struct Packet
{
string Command;
string[] Args;
byte[] Data;
}
how can I send (and receive) this throug a network? (some example code)
thx