A
Andre Lourenco via .NET 247
Hi,
I have a socket server that runs on digital unix true 64 (done in the old days) that receives structs and return structs. What i want is to communicate with it but in C#. My main problem his to map my c structs.
QUESTION : How can i represen this (see below) struct in c#:
struct myStruct {
short a;
short b;
int c;
short d;
char e[121];
} myStruct;
Thank you so much.
Andr?
I have a socket server that runs on digital unix true 64 (done in the old days) that receives structs and return structs. What i want is to communicate with it but in C#. My main problem his to map my c structs.
QUESTION : How can i represen this (see below) struct in c#:
struct myStruct {
short a;
short b;
int c;
short d;
char e[121];
} myStruct;
Thank you so much.
Andr?