Exemplo n.º 1
0
 /// <summary>
 ///  This function returns the unique id of a device with a specific index.
 ///  To get all the id numbers you should loop over all the devices, use tdGetNumberOfDevices() to get the number of devices
 /// </summary>
 /// <param name="order">Device index</param>
 /// <returns>Id of device at that position</returns>
 public static int tdGetDeviceId(int order)
 {
     return(UnmanagedImport.tdGetDeviceId(order));
 }