CNiBinding::AccessMode

CNi

Class
CNiBinding::
AccessMode
Base ClassesData ItemsConstructorsDestructorsFunctionsGo to hierarchy chart    Prev page: CNiBindingNext page: ActualURL    
Public Data Item Declared in:
NiBinding.h

'Declaration' icon -- Shortcut to top of page. Declaration

AccessModes AccessMode;

'Description' icon -- Shortcut to top of page. Description

Specifies the access mode for the connection.

Pass one of the values listed below.

  • CNiBinding::Read - read once when you establish the connection. Call the Update function to cause subsequent reads.
  • CNiBinding::ReadAutoUpdate - read once when you establish the connection and automatically read again when the data at the data source is updated. This mode is valid only for DSTP and logos data sources.
  • CNiBinding::Write - write the data once when you establish the connection. Call the Update function to cause subsequent writes.
  • CNiBinding::WriteAutoUpdate - write the data once when you establish the connection. The CNiDataSocket object writes the data automatically when the value or any attribute changes. This mode is valid only for DSTP and logos data targets.

'See Also' icon -- Shortcut to top of page. See Also