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 %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!': 由于多路复用冲突,GPIO 插针无法打开。请确保该插针未被其他功能使用。 |
%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: 由于多路复用冲突,I2C 总线无法打开。请确保插针未被其他功能使用。 |
%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: 由于多路复用冲突,SPI 总线无法打开。请确保插针未被其他功能使用。 |
%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. |