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