CVBpy 14.0
CacheMode Class Reference

Defines how the value is cached. More...

Inherits object.

Static Public Attributes

int NoCache = 0
 No caching used.
 
int WriteAround = 2
 Write to register, cache written on next read.
 
int WriteThrough = 1
 Write to cache and register.
 

Detailed Description

Defines how the value is cached.