Enum PvGenCache
Specifies how parameter values are cached on the host.
Namespace: eBUSDotNet
Assembly: eBUSDotNet.dll
Syntax
public enum PvGenCache
Fields
| Name | Description |
|---|---|
| PvGenCacheNone | PvGenCache is none |
| PvGenCacheUndefined | PvGenCache is undefined |
| PvGenCacheWriteAround | PvGenCache is write around |
| PvGenCacheWriteThrough | PvGenCache is write though |