CmdMessenger
3.0
CmdMessenger is a serial port messaging library for the .Net / Mono Platform.
|
Public Member Functions | |
Sender (CommunicationManager communicationManager, ReceiveCommandQueue receiveCommandQueue) | |
ReceivedCommand | ExecuteSendCommand (SendCommand sendCommand, SendQueue sendQueueState) |
Directly executes the send command operation. | |
ReceivedCommand | ExecuteSendString (String commandsString, SendQueue sendQueueState) |
Directly executes the send string operation. | |
Properties | |
ReceivedCommand | CurrentReceivedCommand [get, set] |
Gets or sets the current received command. | |
bool | PrintLfCr [get, set] |
Gets or sets a whether to print a line feed carriage return after each command. |
ReceivedCommand CommandMessenger.Sender.ExecuteSendCommand | ( | SendCommand | sendCommand, |
SendQueue | sendQueueState | ||
) |
Directly executes the send command operation.
sendCommand | The command to sent. |
sendQueueState | Property to optionally clear the send and receive queues. |
ReceivedCommand CommandMessenger.Sender.ExecuteSendString | ( | String | commandsString, |
SendQueue | sendQueueState | ||
) |
Directly executes the send string operation.
commandsString | The string to sent. |
sendQueueState | Property to optionally clear the send and receive queues. |
Gets or sets the current received command.
The current received command.
bool CommandMessenger.Sender.PrintLfCr [get, set] |
Gets or sets a whether to print a line feed carriage return after each command.
true if print line feed carriage return, false if not.