PwmChannel Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a single PWM channel.
public abstract class PwmChannel : IDisposable
type PwmChannel = class
interface IDisposable
Public MustInherit Class PwmChannel
Implements IDisposable
- Inheritance
-
PwmChannel
- Derived
- Implements
Constructors
PwmChannel() |
Properties
DutyCycle |
The duty cycle represented as a value between 0.0 and 1.0. |
Frequency |
The frequency in hertz. |
Methods
Create(Int32, Int32, Int32, Double) |
Creates a new instance of the PwmChannel running on the current platform. (Windows 10 IoT or Unix/Raspbian) |
Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
Dispose(Boolean) |
Disposes this instance |
QueryComponentInformation() |
Query information about a component and it's children. |
Start() |
Starts the PWM channel. |
Stop() |
Stops the PWM channel. |