C# 클래스 napkin.devices.serial.uLcd144.ULcd144Device

상속: napkin.devices.serial.common.ThreadedSerialDevice
파일 보기 프로젝트 열기: cjdaly/napkin 1 사용 예제들

공개 메소드들

메소드 설명
AutoFlushReads ( ) : bool
Clear ( ) : void
ConsoleWriteLine ( string line ) : void
Reset ( ) : void
Test ( ) : void
ULcd144Device ( Cpu resetPin, string serialPortName = Serial.COM1 ) : System
WriteCommand ( byte commandBytes, byte dataBytes = null ) : void
WriteMessage ( string message, byte column, byte row, byte font = 1 ) : void

메소드 상세

AutoFlushReads() 공개 메소드

public AutoFlushReads ( ) : bool
리턴 bool

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

ConsoleWriteLine() 공개 메소드

public ConsoleWriteLine ( string line ) : void
line string
리턴 void

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

Test() 공개 메소드

public Test ( ) : void
리턴 void

ULcd144Device() 공개 메소드

public ULcd144Device ( Cpu resetPin, string serialPortName = Serial.COM1 ) : System
resetPin Microsoft.SPOT.Hardware.Cpu
serialPortName string
리턴 System

WriteCommand() 공개 메소드

public WriteCommand ( byte commandBytes, byte dataBytes = null ) : void
commandBytes byte
dataBytes byte
리턴 void

WriteMessage() 공개 메소드

public WriteMessage ( string message, byte column, byte row, byte font = 1 ) : void
message string
column byte
row byte
font byte
리턴 void