Simple queue of TableElementData objects.
Used by the framework to separate data receiving and data processing.
More...
Simple queue of TableElementData objects.
Used by the framework to separate data receiving and data processing.
◆ Clear()
new void DirectOutput.PinballSupport.InputQueue.Clear |
( |
| ) |
|
Clears all elements from the queue.
◆ Dequeue()
◆ Enqueue() [1/3]
void DirectOutput.PinballSupport.InputQueue.Enqueue |
( |
Char | TableElementTypeChar, |
|
|
int | Number, |
|
|
int | Value ) |
Enqueues input data.
- Parameters
-
◆ Enqueue() [2/3]
void DirectOutput.PinballSupport.InputQueue.Enqueue |
( |
string | TableElementName, |
|
|
int | Value ) |
◆ Enqueue() [3/3]
new void DirectOutput.PinballSupport.InputQueue.Enqueue |
( |
TableElementData | TableElementData | ) |
|
◆ Peek()
Returns the TableElementData object at the front of the queue without dequeueing it.
- Returns
◆ Count
new int DirectOutput.PinballSupport.InputQueue.Count |
|
get |
The documentation for this class was generated from the following file:
- D:/a/DirectOutput/DirectOutput/DirectOutput/PinballSupport/InputQueue.cs