High Performance OPC UA Server SDK  1.7.1.383
ua_accessrestrictiontype

Macros

#define UA_ACCESSRESTRICTIONTYPE_SIGNINGREQUIRED   (1 << 0)
 
#define UA_ACCESSRESTRICTIONTYPE_ENCRYPTIONREQUIRED   (1 << 1)
 
#define UA_ACCESSRESTRICTIONTYPE_SESSIONREQUIRED   (1 << 2)
 
#define UA_ACCESSRESTRICTIONTYPE_APPLYRESTRICTIONSTOBROWSE   (1 << 3)
 

Typedefs

typedef uint16_t ua_accessrestrictiontype_t
 The optionset ua_accessrestrictiontype_t may contain a combination of the bits defined in the above list. More...
 

Functions

BASE_EXPORT const char * ua_accessrestrictiontype_to_string (ua_accessrestrictiontype_t accessrestrictiontype, char *buf, size_t size)
 

Detailed Description

Typedef Documentation

◆ ua_accessrestrictiontype_t

typedef uint16_t ua_accessrestrictiontype_t

The optionset ua_accessrestrictiontype_t may contain a combination of the bits defined in the above list.

The define are prefixed with the type name to avoid name clashes.