[This is preliminary documentation and subject to change.]
The TriggerFTS method formats and transmits a data trigger that sets up FTS data reception on broadcast clients.
object.TriggerFTS( sIPAddress, iPort, sSubDir, lTimeout)
To store a transmitted file in a subdirectory of sSubDir, specify the subdirectory when the file is transmitted.
TriggerFTS differs from the SendTrigger method in that it formats the trigger string based on the parameters you pass in. SendTrigger requires a pre-formatted trigger string.
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.
ipsend.ConnectFTS, ipsend.TriggerCAB, ipsend.TriggerNavigate, ipsend.TriggerScript, Data Trigger, ipsend.SendTrigger, ipsend.SendEvent
The following initializes broadcast clients to receive FTS data on IP address 255.255.255.255, port 980. The client will store files received over that IP address and port in "C:\Program Files\TV Viewer\Interactive Content\<random>\MSNBC\", where <random> is a random string generated by the broadcast client.
isend.TriggerFTS "255.255.255.255", 980, "MSNBC", 120