Newsgroups : Borland : borland.public.delphi.internet.winsock : 2005 Dec : Indy 10 Multicast Client
| Subject: | Indy 10 Multicast Client |
| Posted by: | "Ivor Flannery" (iflann..@7-11.com) |
| Date: | 21 Dec 2005 18:03:12 |
I previously played around with a small project using multicast. Under
Indy 9 the read procedure used AData as a Tstream.
procedure TForm1.MCclientIPMCastRead(Sender: TObject;
AData: TStream; ABinding: TIdSocketHandle);
Under Indy 10, It is of a type TBytes. Does somebody have a couple of
lines of code on how to read the data delivered? How do you determine
the size of the received data buffer.
TIA
--