PwmPin.Polarity プロパティ

定義

ピンの極性を取得または設定します。

public:
 property PwmPulsePolarity Polarity { PwmPulsePolarity get(); void set(PwmPulsePolarity value); };
PwmPulsePolarity Polarity();

void Polarity(PwmPulsePolarity value);
public PwmPulsePolarity Polarity { get; set; }
var pwmPulsePolarity = pwmPin.polarity;
pwmPin.polarity = pwmPulsePolarity;
Public Property Polarity As PwmPulsePolarity

プロパティ値

ピンの極性。

適用対象