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

상속: Module
파일 보기 프로젝트 열기: amykatenicho/IoTWorkshop 1 사용 예제들

Private Properties

프로퍼티 타입 설명
SendCommand void
WriteNibble void

공개 메소드들

메소드 설명
Clear ( ) : void
CursorHome ( ) : void
Print ( char value ) : void
Print ( string value ) : void
SetCursorPosition ( uint row, uint column ) : void

보호된 메소드들

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

비공개 메소드들

메소드 설명
SendCommand ( uint command ) : void
WriteNibble ( byte b ) : void

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

CursorHome() 공개 메소드

public CursorHome ( ) : void
리턴 void

Initialize() 보호된 메소드

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

Print() 공개 메소드

public Print ( char value ) : void
value char
리턴 void

Print() 공개 메소드

public Print ( string value ) : void
value string
리턴 void

SetCursorPosition() 공개 메소드

public SetCursorPosition ( uint row, uint column ) : void
row uint
column uint
리턴 void