|
open62541pp 0.19.0
C++ wrapper of open62541
|
This is the complete list of members for opcua::Event, including all inherited members.
| connection() noexcept | opcua::Event | inline |
| connection() const noexcept | opcua::Event | inline |
| Event(Server &connection, const NodeId &eventType=ObjectTypeId::BaseEventType) | opcua::Event | explicit |
| Event(const Event &)=default | opcua::Event | |
| Event(Event &&) noexcept=default | opcua::Event | |
| id() const noexcept | opcua::Event | inline |
| operator!=(const Event &lhs, const Event &rhs) noexcept | opcua::Event | related |
| operator=(const Event &)=delete | opcua::Event | |
| operator=(Event &&) noexcept=delete | opcua::Event | |
| operator==(const Event &lhs, const Event &rhs) noexcept | opcua::Event | related |
| trigger(const NodeId &originId=ObjectId::Server) | opcua::Event | |
| writeMessage(const LocalizedText &message) | opcua::Event | |
| writeProperty(const QualifiedName &propertyName, const Variant &value) | opcua::Event | |
| writeSeverity(uint16_t severity) | opcua::Event | |
| writeSourceName(std::string_view sourceName) | opcua::Event | |
| writeTime(DateTime time) | opcua::Event | |
| ~Event() | opcua::Event |