Property | Type | Description | |
---|---|---|---|
channel_Closing | void | ||
channel_Faulted | void |
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 |
Method | Description | |
---|---|---|
channel_Closing ( object sender, |
||
channel_Faulted ( object sender, |
public ClearText ( byte deviceId ) : System.Threading.Tasks.Task | ||
deviceId | byte | |
return | System.Threading.Tasks.Task |
public DisplayService ( ) : Microsoft.Practices.Unity | ||
return | Microsoft.Practices.Unity |
public Heartbeat ( ) : System.Threading.Tasks.Task | ||
return | System.Threading.Tasks.Task |
public ShowLines ( byte deviceId, ushort lines ) : System.Threading.Tasks.Task | ||
deviceId | byte | |
lines | ushort | |
return | System.Threading.Tasks.Task |
public ShowText ( byte deviceId, string text ) : System.Threading.Tasks.Task | ||
deviceId | byte | |
text | string | |
return | System.Threading.Tasks.Task |