Options for writing data to a hardware resource.
| C# |
public enum DataWriteOptions
| Member | Description |
|---|---|
| None |
Default writing mode. Buffer may be overwritten using this.
|
| Discard |
This writing mode will discard all contents of the buffer. Only applicable for Dynamic
buffers.
|
| NoOverwrite |
This writing mode will not overwrite existing contents of the buffer. Only applicable
for dynamic buffers.
|
Assembly: Tesla (Module: Tesla) Version: 0.5.0.0 (0.5.0.0)