OpcUaServer_Session_Information (STRUCT)ΒΆ

TYPE OpcUaServer_Session_Information : STRUCT

InOut:

Name

Type

Comment

dwSessionId

DWORD

clientAddress

INADDR

SessionID of the session.

pwsSessionName

WSTRING(255)

IpAddress of the client. In host byteorder.

pwsApplicationName

WSTRING(255)

Sessionname. This is set by the client.

pwsApplicationUri

WSTRING(255)

Applicationname of client.

pwsProductUri

WSTRING(255)

URI of the client instance.

pwsSecurityPolicy

WSTRING(255)

URI of client type.

securityMode

OpcUaServer_MessageSecurityMode

Security profile used by this session.

hClientCertificate

RTS_IEC_HANDLE

Security mode of the session.

hUser

RTS_IEC_HANDLE

Handle to the clients certificate. Only valid for secure connections. RTS_INVALID_HANDLE if not available.