CmdMessenger
3.0
CmdMessenger is a serial port messaging library for the .Net / Mono Platform.
|
Base of general strategy. More...
Public Member Functions | |
virtual void | OnEnqueue () |
GenerAdd command (strategy) to command queue. | |
virtual void | OnDequeue () |
Remove this command (strategy) from command queue. | |
Properties | |
ListQueue< CommandStrategy > | CommandQueue [get, set] |
Gets or sets the command queue. |
Base of general strategy.
virtual void CommandMessenger.GeneralStrategy.OnDequeue | ( | ) | [virtual] |
Remove this command (strategy) from command queue.
Reimplemented in CommandMessenger.StaleGeneralStrategy.
virtual void CommandMessenger.GeneralStrategy.OnEnqueue | ( | ) | [virtual] |
GenerAdd command (strategy) to command queue.
Gets or sets the command queue.
A Queue of commands.