Network Programming

G

Guest

Guest
Archived from groups: microsoft.public.broadbandnet.hardware (More info?)

I want to send flags and others information with UDP packet from one terminal
to other.So I create a Structure which contain the data and flags and integer
variable.
Now the Sendto() only send String, then how complete structures is pass
between two Terminal Clinet/Server?
 
G

Guest

Guest
Archived from groups: microsoft.public.broadbandnet.hardware (More info?)

You should ask in one of the regular networking newsgroups. This newsgroup
supports Microsoft's Broadband Networking hardware and software only.
--
http://www.microsoft.com/windowsxp/expertzone/meetexperts/nichol.mspx
In memory of a true friend, Windows MVP Alex Nichol

Chris H.
Microsoft Windows MVP/Tablet PC
Tablet Creations - http://nicecreations.us/
Associate Expert
Expert Zone - www.microsoft.com/windowsxp/expertzone


"JAWAD ARIF" <JAWAD ARIF@discussions.microsoft.com> wrote in message
news:A4A026DC-AD76-4F95-A227-2E2BBB2FAB17@microsoft.com...
>I want to send flags and others information with UDP packet from one
>terminal
> to other.So I create a Structure which contain the data and flags and
> integer
> variable.
> Now the Sendto() only send String, then how complete structures is pass
> between two Terminal Clinet/Server?