cti.ZiptoneStation Method
Sends a tone to an operator on the specified MSI station.
[Visual Basic]
Public Shared Function ZiptoneStation( _
ByVal
chdev As
Integer _
) As
Integer
[C#]
public static
int ZiptoneStation(
int chdev);
Parameters
-
chdev
- Channel device of the MSI station.
Return Value
0=successful non-zero if failure
See Also
cti Class | CTI32NetLib Namespace