다음을 통해 공유


PwmController.OpenPin(Int32) 메서드

정의

사용할 핀을 엽니다.

public:
 virtual PwmPin ^ OpenPin(int pinNumber) = OpenPin;
PwmPin OpenPin(int const& pinNumber);
public PwmPin OpenPin(int pinNumber);
function openPin(pinNumber)
Public Function OpenPin (pinNumber As Integer) As PwmPin

매개 변수

pinNumber
Int32

int

열 핀입니다.

반환

이제 요청된 핀을 사용할 수 있습니다.

적용 대상