High Performance OPC UA Server SDK  1.2.0.193
Operation Control Flags

Bitmask values used by ua_socket_op. More...

Macros

#define UA_NET_F_NONE   0x00000000
 No special behavior requested (strictly asynchronous behavior). More...
 
#define UA_NET_F_ALLOWSYNC   0x00000001
 Allow synchronous completion of the operation. More...
 
#define UA_NET_F_COMPLETE   0x00000002
 Marks operation as complete. More...
 
#define UA_NET_F_PARTIAL   0x00000004
 Request partial updates for pending operation. More...
 

Detailed Description

Bitmask values used by ua_socket_op.

Macro Definition Documentation

#define UA_NET_F_ALLOWSYNC   0x00000001

Allow synchronous completion of the operation.

#define UA_NET_F_COMPLETE   0x00000002

Marks operation as complete.

#define UA_NET_F_NONE   0x00000000

No special behavior requested (strictly asynchronous behavior).

#define UA_NET_F_PARTIAL   0x00000004

Request partial updates for pending operation.

(optional)