コード例 #1
0
 public static int tdTurnOn(int intDeviceId)
 {
     if (isWindows)
     {
         return(WindowsWrapper.tdTurnOn(intDeviceId));
     }
     else
     {
         return(UnixWrapper.tdTurnOn(intDeviceId));
     }
 }