Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
freeopcua
include
opc
ua
protocol
session.h
Go to the documentation of this file.
1
11
#ifndef __OPC_UA_BINARY_SESSIONS_H__
12
#define __OPC_UA_BINARY_SESSIONS_H__
13
14
#include <
opc/ua/protocol/types.h
>
15
#include <
opc/ua/protocol/protocol.h
>
16
17
namespace
OpcUa
18
{
19
//-------------------------------------------------
20
// CloseSessionRequest
21
//-------------------------------------------------
22
23
struct
CloseSessionRequest
24
{
25
NodeId
TypeId
;
26
RequestHeader
Header
;
27
28
bool
DeleteSubscriptions
;
29
30
CloseSessionRequest
();
31
};
32
33
struct
CloseSessionResponse
34
{
35
NodeId
TypeId
;
36
ResponseHeader
Header
;
37
38
CloseSessionResponse
();
39
};
40
41
ExpandedNodeId
GenerateSessionId
();
42
43
struct
ServiceFaultResponse
44
{
45
NodeId
TypeId
;
46
ResponseHeader
Header
;
47
48
ServiceFaultResponse
();
49
};
50
51
52
}
// namespace OpcUa
53
54
#endif // __OPC_UA_BINARY_SESSIONS_H__
OpcUa::CloseSessionRequest::CloseSessionRequest
CloseSessionRequest()
Definition:
binary_session.cpp:63
types.h
OpcUa::CloseSessionResponse::Header
ResponseHeader Header
Definition:
session.h:36
OpcUa::ResponseHeader
Definition:
types.h:255
OpcUa::CloseSessionRequest::DeleteSubscriptions
bool DeleteSubscriptions
Definition:
session.h:28
protocol.h
OpcUa::CloseSessionResponse
Definition:
session.h:33
OpcUa
OPC UA Address space part. GNU LGPL.
Definition:
ua/client/addon.h:18
OpcUa::CloseSessionRequest::TypeId
NodeId TypeId
Definition:
session.h:25
OpcUa::ServiceFaultResponse::TypeId
NodeId TypeId
Definition:
session.h:45
OpcUa::CloseSessionRequest
Definition:
session.h:23
OpcUa::CloseSessionRequest::Header
RequestHeader Header
Definition:
session.h:26
OpcUa::ServiceFaultResponse
Definition:
session.h:43
OpcUa::CloseSessionResponse::TypeId
NodeId TypeId
Definition:
session.h:35
OpcUa::ObjectId::CloseSessionResponse
OpcUa::GenerateSessionId
ExpandedNodeId GenerateSessionId()
Definition:
session.cpp:5
OpcUa::RequestHeader
Definition:
types.h:186
OpcUa::ExpandedNodeId
Definition:
nodeid.h:254
OpcUa::ServiceFaultResponse::Header
ResponseHeader Header
Definition:
session.h:46
OpcUa::NodeId
Definition:
nodeid.h:44
ros_opcua_impl_freeopcua
Author(s): Denis Štogl
autogenerated on Tue Jan 19 2021 03:12:07