Controls, how read/write operations are verified by the GenApi. More...
Inherits object.
Static Public Attributes | |
| int | Both = 3 |
| Both read and write operations are validated. | |
| int | No = 0 |
| No verification while reading or writing values. | |
| int | ReadOnly = 2 |
| Only read operations are validated. | |
| int | WriteOnly = 1 |
| Only write operations are validated (default) | |
Controls, how read/write operations are verified by the GenApi.