diaSpringWrapper class constructor

Namespace:  Inkostar
Assembly:  DiaSpringWrapper (in DiaSpringWrapper.dll)
Version: 0.0.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public DiaSpringWrapper(
	string[] ChannelNames
)
Public Sub New ( _
	ChannelNames As String() _
)
public:
DiaSpringWrapper(
	array<String^>^ ChannelNames
)

Parameters

ChannelNames
array< String >[]()[]
An array of channel names on the Dialogic board on which to perform voice operations.

Examples

Create an instance of the diaSpringWrapper object using the first two channels on the first board.
C#: Inkostar.DiaSpringWrapper objDevice = new Inkostar.DiaSpringWrapper(new string[]{"dxxxB1C1", "dxxxB1C2");
VB.NET: Inkostar.DiaSpringWrapper objDevice = new Inkostar.DiaSpringWrapper(New String() {"dxxxB1C1", "dxxxB1C2"})

See Also

Inkostar Namespace