| KM_ControllerGetBoards Method |
Get Boards checks the list of connected board locations and returns the total board count
Namespace: KMotion_dotNetAssembly: KMotion_dotNet (in KMotion_dotNet.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public int[] GetBoards(
out int numberofboards
)
Public Function GetBoards (
<OutAttribute> ByRef numberofboards As Integer
) As Integer()
public:
array<int>^ GetBoards(
[OutAttribute] int% numberofboards
)
Parameters
- numberofboards Int32
- returned total board count
Return Value
Int32array of USB locations for all boards
See Also