Enum QueueFullMode
Controls what a bounded DotBoxD queue does when it is full.
public enum QueueFullMode
Fields
DropIncoming = 1Drops the incoming frame when the target queue is full.
Wait = 0Waits for queue space instead of dropping the incoming frame.