High Performance OPC UA Server SDK  1.1.0.158
ua_browsedirection

An enumeration that specifies the direction of References to follow. More...

Enumerations

enum  ua_browsedirection {
  UA_BROWSEDIRECTION_FORWARD = 0, UA_BROWSEDIRECTION_INVERSE = 1, UA_BROWSEDIRECTION_BOTH = 2, UA_BROWSEDIRECTION_INVALID = 3,
  UA_BROWSEDIRECTION_MAX_ENUM_VALUE = INT32_MAX
}
 An enumeration that specifies the direction of References to follow. More...
 

Functions

const char * ua_browsedirection_to_string (enum ua_browsedirection browsedirection)
 

Detailed Description

An enumeration that specifies the direction of References to follow.

Enumeration Type Documentation

An enumeration that specifies the direction of References to follow.

Enumerator
UA_BROWSEDIRECTION_FORWARD 

select only forward References

UA_BROWSEDIRECTION_INVERSE 

select only inverse References

UA_BROWSEDIRECTION_BOTH 

select forward and inverse References