Simple queue of TableElementData objects.
Used by the framework to separate data receiving and data processing.
More...
|
new int | Count [get] |
| Gets the of TableElementData objects in the queue.. More...
|
|
Simple queue of TableElementData objects.
Used by the framework to separate data receiving and data processing.
new void DirectOutput.PinballSupport.InputQueue.Clear |
( |
| ) |
|
Clears all elements from the queue.
Dequeues the TableElementData object at the front of the queue.
- Returns
void DirectOutput.PinballSupport.InputQueue.Enqueue |
( |
Char |
TableElementTypeChar, |
|
|
int |
Number, |
|
|
int |
Value |
|
) |
| |
Enqueues input data.
- Parameters
-
TableElementTypeChar | Char specifing the TableElementType of the TableElement (see TableElementTypeEnum for valid values) |
Number | The number of the TableElement. |
Value | The value of the TableElement. |
new void DirectOutput.PinballSupport.InputQueue.Enqueue |
( |
TableElementData |
TableElementData | ) |
|
Enqueues the specified TableElementData object.
- Parameters
-
TableElementData | The table element data. |
Returns the TableElementData object at the front of the queue without dequeueing it.
- Returns
new int DirectOutput.PinballSupport.InputQueue.Count |
|
get |
Gets the of TableElementData objects in the queue..
The count of TableElementData object.
The documentation for this class was generated from the following file:
- C:/Users/Tom/Documents/GitHub/DirectOutput/DirectOutput/PinballSupport/InputQueue.cs