RingBufferPlus API:ScaleMode
ScaleMode
Namespace: RingBufferPlus
Represents Scale mode of RingBufferPlus.
public enum ScaleMode
Inheritance Object → ValueType → Enum → ScaleMode
Implements IComparable, IFormattable, IConvertible
Fields
Name | Value | Description |
---|---|---|
Automatic | 0 | Scale automatic by free-resources. |
Manual | 1 | Scale manual by user. |
Slave | 2 | Scale manual by Master-Slave. |