C# Class GHIElectronics.UAP.Gadgeteer.Modules.CharacterDisplay

Inheritance: Module
Afficher le fichier Open project: amykatenicho/IoTWorkshop Class Usage Examples

Private Properties

Свойство Type Description
SendCommand void
WriteNibble void

Méthodes publiques

Méthode Description
Clear ( ) : void
CursorHome ( ) : void
Print ( char value ) : void
Print ( string value ) : void
SetCursorPosition ( uint row, uint column ) : void

Méthodes protégées

Méthode Description
Initialize ( ISocket parentSocket ) : System.Threading.Tasks.Task

Private Methods

Méthode Description
SendCommand ( uint command ) : void
WriteNibble ( byte b ) : void

Method Details

Clear() public méthode

public Clear ( ) : void
Résultat void

CursorHome() public méthode

public CursorHome ( ) : void
Résultat void

Initialize() protected méthode

protected Initialize ( ISocket parentSocket ) : System.Threading.Tasks.Task
parentSocket ISocket
Résultat System.Threading.Tasks.Task

Print() public méthode

public Print ( char value ) : void
value char
Résultat void

Print() public méthode

public Print ( string value ) : void
value string
Résultat void

SetCursorPosition() public méthode

public SetCursorPosition ( uint row, uint column ) : void
row uint
column uint
Résultat void