다음을 통해 공유


PwmPin.Controller 속성

정의

이 핀에서 사용 중인 PWM 컨트롤러를 가져옵니다.

public:
 property PwmController ^ Controller { PwmController ^ get(); };
PwmController Controller();
public PwmController Controller { get; }
var pwmController = pwmPin.controller;
Public ReadOnly Property Controller As PwmController

속성 값

컨트롤러입니다.

적용 대상