| AGIScriptGetData Method (String) |
Plays the given file and waits for the user to enter DTMF digits until he
presses '#'. The user may interrupt the streaming by starting to enter
digits.
Namespace: AsterNET.FastAGIAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax protected string GetData(
string file
)
Protected Function GetData (
file As String
) As String
protected:
String^ GetData(
String^ file
)
member GetData :
file : string -> string
Parameters
- file
- Type: SystemString
the name of the file to play
Return Value
Type:
String a String containing the DTMF the user entered
See Also