CmdMessenger
3.0
CmdMessenger is a serial port messaging library for the .Net / Mono Platform.
|
Collapse command strategy. The purpose of the strategy is to avoid duplicates of a certain command on the queue to avoid lagging. More...
Public Member Functions | |
CollapseCommandStrategy (Command command) | |
Collapse strategy. | |
override void | Enqueue () |
Add command (strategy) to command queue. |
Collapse command strategy. The purpose of the strategy is to avoid duplicates of a certain command on the queue to avoid lagging.
Collapse strategy.
command | The command that will be collapsed on the queue. |
override void CommandMessenger.CollapseCommandStrategy.Enqueue | ( | ) | [virtual] |
Add command (strategy) to command queue.
Reimplemented from CommandMessenger.CommandStrategy.