C# 클래스 GHIElectronics.UAP.Gadgeteer.Modules.RotaryH1

상속: Module
파일 보기 프로젝트 열기: amykatenicho/IoTWorkshop

보호된 프로퍼티들

프로퍼티 타입 설명
socket ISocket

공개 메소드들

메소드 설명
GetCount ( ) : int
ResetCount ( ) : void

보호된 메소드들

메소드 설명
Initialize ( ISocket parentSocket ) : System.Threading.Tasks.Task

비공개 메소드들

메소드 설명
Read ( Command command, Register register ) : int
Write ( Command command, Register register ) : void
Write ( Command command, Register register, Mode0 mode ) : void
Write ( Command command, Register register, Mode1 mode ) : void

메소드 상세

GetCount() 공개 메소드

public GetCount ( ) : int
리턴 int

Initialize() 보호된 메소드

protected Initialize ( ISocket parentSocket ) : System.Threading.Tasks.Task
parentSocket ISocket
리턴 System.Threading.Tasks.Task

ResetCount() 공개 메소드

public ResetCount ( ) : void
리턴 void

프로퍼티 상세

socket 보호되어 있는 프로퍼티

protected ISocket socket
리턴 ISocket