C# Class Queue.Services.Hub.DisplayService

Inheritance: Queue.Services.Common.DependencyService, IDisplayService
Datei anzeigen Open project: breslavsky/queue

Private Properties

Property Type Description
channel_Closing void
channel_Faulted void

Public Methods

Method Description
ClearText ( byte deviceId ) : System.Threading.Tasks.Task
DisplayService ( ) : Microsoft.Practices.Unity
Echo ( string message ) : Task
GetDrivers ( ) : Task
Heartbeat ( ) : System.Threading.Tasks.Task
ShowLines ( byte deviceId, ushort lines ) : System.Threading.Tasks.Task
ShowText ( byte deviceId, string text ) : System.Threading.Tasks.Task

Private Methods

Method Description
channel_Closing ( object sender, EventArgs e ) : void
channel_Faulted ( object sender, EventArgs e ) : void

Method Details

ClearText() public method

public ClearText ( byte deviceId ) : System.Threading.Tasks.Task
deviceId byte
return System.Threading.Tasks.Task

DisplayService() public method

public DisplayService ( ) : Microsoft.Practices.Unity
return Microsoft.Practices.Unity

Echo() public method

public Echo ( string message ) : Task
message string
return Task

GetDrivers() public method

public GetDrivers ( ) : Task
return Task

Heartbeat() public method

public Heartbeat ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

ShowLines() public method

public ShowLines ( byte deviceId, ushort lines ) : System.Threading.Tasks.Task
deviceId byte
lines ushort
return System.Threading.Tasks.Task

ShowText() public method

public ShowText ( byte deviceId, string text ) : System.Threading.Tasks.Task
deviceId byte
text string
return System.Threading.Tasks.Task