CWDSAccessModes Enumeration

Measurement Studio User Interface

CWDSAccessModes Enumeration

CWDSAccessModes are the constants for the AccessMode property on CWBinding.

You can use the following constants with this data type:

  • cwdsRead–Reads once when connected. You can trigger another read by calling the Update method.
  • cwdsReadAutoUpdate–Reads when connected and automatically reads again if the data at the data source is updated.
  • cwdsReadWriteAutoUpdate–Writes the current data once connected. The data is rewritten automatically if any attribute or value is set. Reads when connected and automatically reads again if the data at the data source is updated.
  • cwdsWrite–Writes the current data once connected. You can trigger the write again by calling the Update method.
  • cwdsWriteAutoUpdate–Writes the current data once connected. The data is rewritten automatically if any attribute or value is set.