CmdMessenger
3.0
CmdMessenger is a serial port messaging library for the .Net / Mono Platform.
|
Top strategy. The command is added to the front of the queue. More...
Public Member Functions | |
TopCommandStrategy (Command command) | |
Top strategy. The command is added to the front of the queue. | |
override void | Enqueue () |
Add command (strategy) to command queue. |
Top strategy. The command is added to the front of the queue.
Top strategy. The command is added to the front of the queue.
command | The command to add to the front of the queue. |
override void CommandMessenger.TopCommandStrategy.Enqueue | ( | ) | [virtual] |
Add command (strategy) to command queue.
Reimplemented from CommandMessenger.CommandStrategy.