Esempio n. 1
0
 /// <summary>
 ///  Sends bell command to devices supporting this.
 ///  Make sure the device supports this by calling tdMethods() before any calls to this function.
 /// </summary>
 /// <param name="deviceId">Id of device to sound the bell on</param>
 /// <returns>Success or error code</returns>
 public static int tdBell(int deviceId)
 {
     return(UnmanagedImport.tdBell(deviceId));
 }