CTI32 Engine Class Library
IptChannel Constructor
IptChannel
[Visual Basic]
Public Sub New( _
ByVal
di
As
SRLDEVICEINFO
, _
ByVal
vb
As
VirtualBoard
_
)
[C#]
public IptChannel(
SRLDEVICEINFO
di
,
VirtualBoard
vb
);
Parameters
di
The SRLDEVICEINFO structure for the sub device.
vb
The virtual board this device is on.
See Also
IptChannel Class
|
CTI32Engine Namespace