SoftwarePwmChannel クラス

定義

ソフトウェア PWM チャネルの実装

public class SoftwarePwmChannel : System.Device.Pwm.PwmChannel
type SoftwarePwmChannel = class
    inherit PwmChannel
Public Class SoftwarePwmChannel
Inherits PwmChannel
継承
SoftwarePwmChannel

コンストラクター

SoftwarePwmChannel(Int32, Int32, Double, Boolean, GpioController)

ソフトウェア PWM チャネルの実装

SoftwarePwmChannel(Int32, Int32, Double, Boolean, GpioController, Boolean)

SoftwarePwmChannel クラスの新しいインスタンスを初期化します。

プロパティ

DutyCycle

0.0 ~ 1.0 の値として表されるデューティ サイクルの割合。

Frequency

ヘルツ単位の周波数。

メソッド

Dispose()

ソフトウェア PWM チャネルの実装

(継承元 PwmChannel)
Dispose(Boolean)

このインスタンスを破棄します

QueryComponentInformation()

コンポーネントとその子に関する情報に対してクエリを実行します。

QueryComponentInformation()

コンポーネントとその子に関する情報に対してクエリを実行します。

(継承元 PwmChannel)
Start()

PWM チャネルを開始します。

Stop()

PWM チャネルを停止します。

適用対象