ipsend.ConnectAnnouncement

[This is preliminary documentation and subject to change.]

The ConnectAnnouncement method establishes a connection over which announcements can be sent.

Syntax

object.ConnectAnnouncement( sIPAddress, iIPPort )
 

Parts

object
Object expression that resolves to an ipsend object.
sIPAddress
String that contains the IP multicast address used to connect to the announcement stream. This address should be in the format xxx.xxx.xxx.xxx, for example 255.255.255.255.
iIPPort
String that contains the IP port.

Remarks

You should call this method before calling ipsend.SendAnnouncement.

QuickInfo

  Windows NT: Unsupported.
  Windows: Requires Windows 98.
  Windows CE: Unsupported.
  Header: Declared in ipenhsnd.idl.
  Import Library: Included as a resource in ipenhsnd.dll.
  Unicode: Yes.

See Also

ipsend.ConnectFTS, ipsend.ConnectTrigger, ipsend.AnnouncementAddress, ipsend.AnnouncementPort