/// <summary> /// This function returns the number of devices configured /// </summary> /// <returns>The total number of devices configured</returns> public static int tdGetNumberOfDevices() { return(UnmanagedImport.tdGetNumberOfDevices()); }