Exemplo n.º 1
0
 /// <summary>
 /// Query a device for it’s name
 /// </summary>
 /// <param name="deviceId">Id of device to query</param>
 /// <returns>The name of the device or an empty string if the device is not found</returns>
 public static unsafe string tdGetName(int deviceId)
 {
     return(getString(UnmanagedImport.tdGetName(deviceId)));
 }