PHP 인터페이스 PiPHP\GPIO\Pin\PinInterface

파일 보기 프로젝트 열기: piphp/gpio

공개 메소드들

메소드 설명
export ( ) Export the pin.
getNumber ( ) : integer Get the pin number.
getValue ( ) : integer Get the pin value.
unexport ( ) Unexport the pin.

메소드 상세

export() 공개 메소드

Export the pin.
public export ( )

getNumber() 공개 메소드

Get the pin number.
public getNumber ( ) : integer
리턴 integer

getValue() 공개 메소드

Get the pin value.
public getValue ( ) : integer
리턴 integer

unexport() 공개 메소드

Unexport the pin.
public unexport ( )