コード例 #1
0
 public static bool tdSetDeviceParameter(int intDeviceId, IntPtr strName, IntPtr strValue)
 {
     if (isWindows)
     {
         return(WindowsWrapper.tdSetDeviceParameter(intDeviceId, strName, strValue));
     }
     else
     {
         return(UnixWrapper.tdSetDeviceParameter(intDeviceId, strName, strValue));
     }
 }