C# Class napkin.devices.serial.uLcd144.ULcd144Device

Inheritance: napkin.devices.serial.common.ThreadedSerialDevice
Afficher le fichier Open project: cjdaly/napkin Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

AutoFlushReads() public méthode

public AutoFlushReads ( ) : bool
Résultat bool

Clear() public méthode

public Clear ( ) : void
Résultat void

ConsoleWriteLine() public méthode

public ConsoleWriteLine ( string line ) : void
line string
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void

Test() public méthode

public Test ( ) : void
Résultat void

ULcd144Device() public méthode

public ULcd144Device ( Cpu resetPin, string serialPortName = Serial.COM1 ) : System
resetPin Microsoft.SPOT.Hardware.Cpu
serialPortName string
Résultat System

WriteCommand() public méthode

public WriteCommand ( byte commandBytes, byte dataBytes = null ) : void
commandBytes byte
dataBytes byte
Résultat void

WriteMessage() public méthode

public WriteMessage ( string message, byte column, byte row, byte font = 1 ) : void
message string
column byte
row byte
font byte
Résultat void