|
CmdMessenger
4.0.0
CmdMessenger is a serial port messaging library for the .Net / Mono Platform.
|
Static Public Member Functions | |
| static CmdMessenger | Connect (systemSettings systemSettings) |
| static void | LogCommands (bool logCommands) |
| static void | OpenTestLogFile (string testLogFile) |
| static void | CloseTestLogFile () |
| static void | Disconnect () |
| static string | Silence (string input) |
| static void | StartTestSet (string testSetDescription) |
| static void | EndTestSet () |
| static void | StartTest (string testDescription) |
| static void | EndTest () |
| static void | TestSummary () |
| static void | TestOk (string resultDescription) |
| static void | TestNotOk (string resultDescription) |
| static void | NewLineReceived (object sender, CommandEventArgs e) |
| static void | NewLineSent (object sender, CommandEventArgs e) |
| static void | OnUnknownCommand (ReceivedCommand arguments) |
| static void | WriteLine () |
| static void | WriteLine (string message) |
| static void | Write (string message) |
Properties | |
| static CmdMessenger | CmdMessenger [get, set] |
| static bool | Connected [get, set] |
1.7.6.1