Click or drag to resize
DiaSpringWrapper Constructor
diaSpringWrapper class constructor

Namespace: Inkostar
Assembly: DiaSpringWrapper (in DiaSpringWrapper.dll) Version: 0.0.0.0
Syntax
public DiaSpringWrapper(
	string[] ChannelNames
)

Parameters

ChannelNames
Type: SystemString
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