다음을 통해 공유


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

속성 값

핀 극성입니다.

적용 대상