Indy 9
TMultiCast
See Also, Unit: IdIPMCastBase
Represents internet address structures used when manipulating socket options multicast clients and servers.
TMultiCast = record
  IMRMultiAddr: TIdInAddr;
  IMRInterface: TIdInAddr;
  end;
Unit
IdIPMCastBase
Members
IMRMultiAddr: TIdInAddr;
IMRInterface is a TIdInAddr member that represents the native internet address structure for the local IP address used for datagram transmission and/or receipt.
IMRInterface: TIdInAddr;
IMRInterface is a TIdInAddr member that represents the native internet address structure for the local IP address used for datagram transmission and/or receipt.
Description
TMultiCast is a record type that represents internet address structures used when manipulating socket options for TIdIPMCastClient and TIdIPMCastServer. TMultiCast is used with API- or OS-level calls that join or depart a multicast group, and when data is sent to the multicast group address.

IMRMultiAddr is a TIdInAddr member that represents the native internet address structure for the multicast group address.

IMRInterface is a TIdInAddr member that represents the native internet address structure for the local IP address used for datagram transmission and/or receipt.


Created with Doc-O-Matic 2 donated to Project JEDI. Commercial license available from the Doc-O-Matic site.