ipsend.ConnectTrigger

[This is preliminary documentation and subject to change.]

The ConnectTrigger method establishes a connection for sending triggers.

Syntax

object.ConnectTrigger( sAddress, iPort )
 

Parts

object
Object expression that resolves to an ipsend object.
sAddress
String that specifies the IP address. This address should be in the format xxx.xxx.xxx.xxx, for example 255.255.255.255.
iPort
Integer that specifies the IP port.

Remarks

You should call this method before calling ipsend.SendTrigger.

ConnectTrigger sets the values returned by ipsend.TriggerAddress and ipsend.TriggerPort.

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.ConnectAnnouncement, ipsend.ConnectFTS