5001 | %1': 不可以是 null |
%1': Cannot be null |
5002 | %1': 無效的引數 |
%1': Invalid argument |
5003 | %1': 引數超出範圍 (%2!I32!', %3!I32!') |
%1': Argument out of range (%2!I32!', %3!I32!') |
5004 | 與裝置通訊時發生意外的錯誤。 |
An unexpected error occurred when communicating with the device. |
5005 | 已轉移未預期的位元組數目。預期: %1!I32!'。實際: %2!I32!'。 |
Unexpected number of bytes was transferred. Expected: %1!I32!'. Actual: %2!I32!'. |
5006 | %1!I32!': 不正確的從屬位址。7 位元位址必須在 [0, 127] 範圍內。 |
%1!I32!': Invalid slave address. 7-bit addresses must be in the range [0, 127]. |
5007 | %1!I32!': 不正確的從屬位址。10 位元位址必須在 [0, 1023] 範圍內。 |
%1!I32!': Invalid slave address. 10-bit addresses must be in the range [0, 1023]. |
5008 | %1!I32!': 不支援的資料位元長度。請查詢 SpiBusInfo 以取得支援的資料位元長度的清單。 |
%1!I32!': Unsupported data bit length. Query SpiBusInfo to get the list of supported data bit lengths. |
5009 | GPIO 接聽程式工作中發生意外的錯誤。 |
An unexpected error occurred in the GPIO listener task. |
5010 | %1' 和 %2' 的長度必須相同。 |
%1' and %2' must be the same length. |
5011 | %1': 無法開啟裝置的控制代碼。 |
%1': Failed to open a handle to the device. |
5012 | 從屬位址未獲認可。 |
Slave address was not acknowledged. |
5013 | %1': 緩衝區長度不能為零。 |
%1': buffer cannot be zero-length. |
5014 | 無法使用 Pin 碼 %1!I32!'。該 Pin 碼已保留給系統或已在另一個函式中使用。 |
Pin %1!I32!' is not available. It is reserved by the system or in use for another function. |
5015 | Pin 碼 %1!I32!' 目前以不相容的共用模式開啟。請確定此應用程式或其他應用程式未使用這個 Pin 碼。 |
Pin %1!I32!' is currently opened in an incompatible sharing mode. Make sure this pin is not already in use by this application or another application. |
5016 | %1!I32!': 此 Pwm 控制器的 Pwm Pin 碼不正確。 |
%1!I32!': Invalid Pwm Pin for this Pwm controller. |
5017 | %1!f!': 此 Pwm 控制器的 desiredFrequency 不正確。 |
%1!f!': Invalid desiredFrequency for this Pwm Controller. |
5018 | %1!f!': dutyCyclePercentage 不正確。dutyCyclePercentage 必須介於 0.0 和 1.0 之間。 |
%1!f!': Invalid dutyCyclePercentage. dutyCyclePercentage must between 0.0 and 1.0. |
5019 | %1!I32!': 不支援的磁碟機模式。請呼叫 IsDriveModeSupported() 以判斷此硬體上是否支援該磁碟機模式。 |
%1!I32!': Unsupported drive mode. Call IsDriveModeSupported() to determine whether the drive mode is supported on this hardware. |
5020 | %1!I32!': 驅動程式報告的磁碟機模式無效。 |
%1!I32!': Invalid drive mode reported by driver. |
5021 | 無法建立裝置代理人的執行個體。 |
Failed to create an instance of the device broker. |
5022 | 無法將連線設定套用到裝置。 |
Failed to apply connection settings to the device. |
5023 | GPIO 提供者接聽程式工作中發生意外的錯誤。 |
An unexpected error occurred in the GPIO provider listener task. |
5024 | %1!I32!': 由於多工處理 (Muxing) 衝突,無法開啟 GPIO PIN。請確定該 PIN 未由其他函式使用。 |
%1!I32!': The GPIO pin could not be opened due to a muxing conflict. Make sure the pin is not in use by another function. |
5025 | %1': 由於多工處理 (Muxing) 衝突,無法開啟 I2C 匯流排。請確定 PIN 未由其他函式使用。 |
%1': The I2C bus could not be opened due to a muxing conflict. Make sure the pins are not in use by another function. |
5026 | %1': 由於多工處理 (Muxing) 衝突,無法開啟 SPI 匯流排。請確定 PIN 未由其他函式使用。 |
%1': The SPI bus could not be opened due to a muxing conflict. Make sure the pins are not in use by another function. |
5027 | 由於時鐘伸展逾時,無法執行傳輸。請確定時鐘線並未由從屬裝置維持為低值。 |
The transfer could not be performed due to a clock stretch timeout. Make sure the clock line is not being held low by a slave device. |
5028 | 某個變更讀取器已與此 PIN 關聯。不論任何時候,都只能有一個 GpioChangeReader 與 PIN 關聯。 |
A change reader is already associated with this pin. Only one GpioChangeReader may be associated with a pin at any given time. |
5029 | 某個變更計數器已與此 PIN 關聯。不論任何時候,都只能有一個 GpioChangeCounter 與 PIN 關聯。 |
A change counter is already associated with this pin. Only one GpioChangeCounter may be associated with a pin at any given time. |
5030 | 該變更計數器已啟動。 |
The change counter is already started. |
5031 | 該變更計數器已停止。 |
The change counter is already stopped. |
5032 | 該變更讀取器已啟動。 |
The change reader is already started. |
5033 | 該變更讀取器已停止。 |
The change reader is already stopped. |
5034 | 無法向核心模式註冊變更讀取器。 |
Failed to register change reader with kernel mode. |
5035 | 由於取消,WaitForItemsAsync() IO 要求已完成。 |
The WaitForItemsAsync() IO request completed due to cancellation. |
5036 | 必須同步完成的 IO 要求仍擱置中。 |
An IO request that should have completed synchronously is still pending. |
5037 | 變更讀取器是空的。 |
The change reader is empty. |
5038 | 發生意外的算術溢位。 |
An unexpected arithmetic overflow occurred. |
5039 | 在讀取器或計數器啟動之後,無法設定極性。請在啟動讀取器或計數器之前先設定極性。 |
Cannot set polarity after reader or counter has been started. Set polarity before starting the reader or counter. |
5040 | 無法執行要求的作業,因為此物件已關閉。 |
The requested operation could not be performed because this object was closed. |
5041 | %1!I32!': 驅動程式所報告的極性無效。 |
%1!I32!': Invalid polarity reported by driver. |
5042 | 驅動程式所報告的頻率無效。 |
Invalid frequency reported by driver. |