Retrieves the list of channel names for a given installed board number.
Namespace:
InkostarAssembly: DiaSpringWrapper (in DiaSpringWrapper.dll)
Version: 0.0.0.0
Syntax
| C# | Visual Basic | Visual C++ |
Parameters
- BoardNumber
- Int32
The Dialogic Springware board number installed on the host machine. Pass 1 for the first board, 2 for the second board, etc ...
Return Value
A string array containing the list of channel names
Remarks
None.
Examples
Retrieve the list of channels on the unique installed Dialogic board.
C#: string[] channelnames = DiaSpringWrapper.GetListOfChannels(1);
VB.NET: String() channelnames = DiaSpringWrapper.GetListOfChannels(1)
C#: string[] channelnames = DiaSpringWrapper.GetListOfChannels(1);
VB.NET: String() channelnames = DiaSpringWrapper.GetListOfChannels(1)
See Also
DiaSpringWrapper Class
Inkostar Namespace