number
Description
Specifies how many boards are connected.
Syntax
UInt16 number
Read
Gets how many boards are connected.
Example
int numOfBoards;
numOfBoards = dsm_group.number;
Write
Read-Only
Notes
This property is part of the DSM_Group_API class. You will need this property to determine how many modules are connected to the computer. You should have a conditional test to see if this property returns a "0" value. If it does return with "0" that means the computer could not find any modules and therefore your program should exit with an error message.