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

Inheritance: Module
Mostrar archivo Open project: amykatenicho/IoTWorkshop Class Usage Examples

Private Properties

Property Type Description
SendCommand void
WriteNibble void

Public Methods

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

Protected Methods

Method Description
Initialize ( ISocket parentSocket ) : System.Threading.Tasks.Task

Private Methods

Method Description
SendCommand ( uint command ) : void
WriteNibble ( byte b ) : void

Method Details

Clear() public method

public Clear ( ) : void
return void

CursorHome() public method

public CursorHome ( ) : void
return void

Initialize() protected method

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

Print() public method

public Print ( char value ) : void
value char
return void

Print() public method

public Print ( string value ) : void
value string
return void

SetCursorPosition() public method

public SetCursorPosition ( uint row, uint column ) : void
row uint
column uint
return void