#include <node_management.h>
Static Public Attributes | |
static const uint8_t | HistoryRead = 1 << 2 |
static const uint8_t | HistoryWrite = 1 << 3 |
static const uint8_t | Reserved = 1 << 1 |
static const uint8_t | SubscribeToEvents = 1 << 0 |
Definition at line 53 of file protocol/node_management.h.
const uint8_t OpcUa::EventNotifier::HistoryRead = 1 << 2 [static] |
Definition at line 57 of file protocol/node_management.h.
const uint8_t OpcUa::EventNotifier::HistoryWrite = 1 << 3 [static] |
Definition at line 58 of file protocol/node_management.h.
const uint8_t OpcUa::EventNotifier::Reserved = 1 << 1 [static] |
Definition at line 56 of file protocol/node_management.h.
const uint8_t OpcUa::EventNotifier::SubscribeToEvents = 1 << 0 [static] |
Definition at line 55 of file protocol/node_management.h.