open62541 1.3.12
Open source implementation of OPC UA
Loading...
Searching...
No Matches
UA_PublishResponse Struct Reference

#include <types_generated.h>

Data Fields

UA_ResponseHeader responseHeader
 
UA_UInt32 subscriptionId
 
size_t availableSequenceNumbersSize
 
UA_UInt32availableSequenceNumbers
 
UA_Boolean moreNotifications
 
UA_NotificationMessage notificationMessage
 
size_t resultsSize
 
UA_StatusCoderesults
 
size_t diagnosticInfosSize
 
UA_DiagnosticInfodiagnosticInfos
 

Detailed Description

Definition at line 1649 of file types_generated.h.

Field Documentation

◆ responseHeader

UA_ResponseHeader UA_PublishResponse::responseHeader

Definition at line 1650 of file types_generated.h.

◆ subscriptionId

UA_UInt32 UA_PublishResponse::subscriptionId

Definition at line 1651 of file types_generated.h.

◆ availableSequenceNumbersSize

size_t UA_PublishResponse::availableSequenceNumbersSize

Definition at line 1652 of file types_generated.h.

◆ availableSequenceNumbers

UA_UInt32* UA_PublishResponse::availableSequenceNumbers

Definition at line 1653 of file types_generated.h.

◆ moreNotifications

UA_Boolean UA_PublishResponse::moreNotifications

Definition at line 1654 of file types_generated.h.

◆ notificationMessage

UA_NotificationMessage UA_PublishResponse::notificationMessage

Definition at line 1655 of file types_generated.h.

◆ resultsSize

size_t UA_PublishResponse::resultsSize

Definition at line 1656 of file types_generated.h.

◆ results

UA_StatusCode* UA_PublishResponse::results

Definition at line 1657 of file types_generated.h.

◆ diagnosticInfosSize

size_t UA_PublishResponse::diagnosticInfosSize

Definition at line 1658 of file types_generated.h.

◆ diagnosticInfos

UA_DiagnosticInfo* UA_PublishResponse::diagnosticInfos

Definition at line 1659 of file types_generated.h.


The documentation for this struct was generated from the following file: