I am able to send a TCP packet With user Defined type like this:
TCP PRINT hSock, MyPc;
Where MyPc is a userdefined type Which has
a As Word
b AS Word
c As Long
Now I am getting the responce with the same format... How can I recive it.
and cast it in the Userdefined Type. I tried it without success.
Is there any way to convet or anthing.
Greatful if anyone can help.
-------------
Niraj Bhatt
TCP PRINT hSock, MyPc;
Where MyPc is a userdefined type Which has
a As Word
b AS Word
c As Long
Now I am getting the responce with the same format... How can I recive it.
and cast it in the Userdefined Type. I tried it without success.
Is there any way to convet or anthing.
Greatful if anyone can help.
-------------
Niraj Bhatt
Comment