CTI32 Engine Class Library

VoxChannel Constructor 

VoxChannel

[Visual Basic]
Public Sub New( _
   ByVal di As SRLDEVICEINFO, _
   ByVal vb As VirtualBoard _
)
[C#]
public VoxChannel(
   SRLDEVICEINFO di,
   VirtualBoard vb
);

Parameters

di
SRLDEVICEINFO for this Vox Channel
vb
The parent Virtual board for this Vox Channel

See Also

VoxChannel Class | CTI32Engine Namespace