다음을 통해 공유


PwmPin.IsStarted 속성

정의

핀의 시작 상태를 가져옵니다.

public:
 property bool IsStarted { bool get(); };
bool IsStarted();
public bool IsStarted { get; }
var boolean = pwmPin.isStarted;
Public ReadOnly Property IsStarted As Boolean

속성 값

Boolean

bool

이 핀에서 PWM이 시작되었으면 True이면 false입니다.

적용 대상