PwmPin 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示系统上的单个 PWM 引脚。
public ref class PwmPin sealed : IClosable
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Devices.DevicesLowLevelContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class PwmPin final : IClosable
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Devices.DevicesLowLevelContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class PwmPin : System.IDisposable
Public NotInheritable Class PwmPin
Implements IDisposable
- 继承
- 属性
- 实现
Windows 要求
设备系列 |
Windows IoT Extension SDK (在 10.0.10240.0 中引入)
|
API contract |
Windows.Devices.DevicesLowLevelContract (在 v1.0 中引入)
|
属性
Controller |
获取此引脚正在使用的 PWM 控制器。 |
IsStarted |
获取引脚的启动状态。 |
Polarity |
获取或设置引脚的极性。 |
方法
Close() |
关闭与引脚的当前连接,并使引脚可供其他人打开。 |
Dispose() |
执行与释放或重置非托管资源关联的应用程序定义的任务。 |
GetActiveDutyCyclePercentage() |
检索此引脚的占空比百分比。 |
SetActiveDutyCyclePercentage(Double) |
设置此引脚的占空比百分比。 |
Start() |
启动此引脚上的 PWM。 |
Stop() |
停止此引脚上的 PWM。 |