Property | Type | Description | |
---|---|---|---|
SendCommand | void | ||
WriteNibble | void |
Method | Description | |
---|---|---|
Clear ( ) : void | ||
CursorHome ( ) : void | ||
Print ( char value ) : void | ||
Print ( string value ) : void | ||
SetCursorPosition ( uint row, uint column ) : void |
Method | Description | |
---|---|---|
Initialize ( ISocket parentSocket ) : System.Threading.Tasks.Task |
Method | Description | |
---|---|---|
SendCommand ( uint command ) : void | ||
WriteNibble ( byte b ) : void |
protected Initialize ( ISocket parentSocket ) : System.Threading.Tasks.Task | ||
parentSocket | ISocket | |
return | System.Threading.Tasks.Task |
public SetCursorPosition ( uint row, uint column ) : void | ||
row | uint | |
column | uint | |
return | void |