High Performance OPC UA Server SDK  1.1.0.158
ua_performupdatetype

The value determines which action of insert, replace, or update is performed. More...

Enumerations

enum  ua_performupdatetype {
  UA_PERFORMUPDATETYPE_INSERT = 1, UA_PERFORMUPDATETYPE_REPLACE = 2, UA_PERFORMUPDATETYPE_UPDATE = 3, UA_PERFORMUPDATETYPE_REMOVE = 4,
  UA_PERFORMUPDATETYPE_MAX_ENUM_VALUE = INT32_MAX
}
 The value determines which action of insert, replace, or update is performed. More...
 

Functions

const char * ua_performupdatetype_to_string (enum ua_performupdatetype performupdatetype)
 

Detailed Description

The value determines which action of insert, replace, or update is performed.

Enumeration Type Documentation

The value determines which action of insert, replace, or update is performed.

Enumerator
UA_PERFORMUPDATETYPE_INSERT 

Data was inserted.

UA_PERFORMUPDATETYPE_REPLACE 

Data was replaced.

UA_PERFORMUPDATETYPE_UPDATE 

Data was inserted or replaced.

UA_PERFORMUPDATETYPE_REMOVE 

Data was deleted.