Exemplo n.º 1
0
 /// <summary>
 /// Turns a device on.
 /// Make sure the device supports this by calling tdMethods() before any calls to this function.
 /// </summary>
 /// <param name="deviceId">Id of device to turn on</param>
 /// <returns>Success or error code</returns>
 public static int tdTurnOn(int deviceId)
 {
     return(UnmanagedImport.tdTurnOn(deviceId));
 }