Enum ResizeOptions
Options for functions that change the logical size (count) of a buffer.
Namespace: Mechatronics.SensorSDK
Assembly: solution.dll
Syntax
public enum ResizeOptions
Fields
Name | Description |
---|---|
KeepExcessCapacity | Do not reallocate if requested logical size (count) is smaller than the physical size (capacity). |
TrimExcessCapacity | Reallocate if the logical size (count) and the physical size (capacity) are not the same. |