CTI32 Class Library

cti.SetParmInt Method 

Sets the current board or channel parameter. (Dialogic).

[Visual Basic]
Public Shared Function SetParmInt( _
   ByVal chdev As Integer, _
   ByVal parm As Parm, _
   ByVal valuep As Integer _
) As Integer
[C#]
public static int SetParmInt(
   int chdev,
   Parm parm,
   int valuep
);

Parameters

chdev
The channel device handle
parm
Which parameter you are interested in setting the value of. For a complete listing of these parameters, see Table 10 (Section 4.2) in the Voice Reference manual for NT (Volume II)
valuep
Value to set.

Return Value

0=successful -1=error

See Also

cti Class | CTI32NetLib Namespace