open62541 1.4.15
Open source implementation of OPC UA
Loading...
Searching...
No Matches
Data Fields
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

PublishResponse.

Definition at line 3232 of file types_generated.h.

Field Documentation

◆ availableSequenceNumbers

UA_UInt32* UA_PublishResponse::availableSequenceNumbers

Definition at line 3236 of file types_generated.h.

◆ availableSequenceNumbersSize

size_t UA_PublishResponse::availableSequenceNumbersSize

Definition at line 3235 of file types_generated.h.

◆ diagnosticInfos

UA_DiagnosticInfo* UA_PublishResponse::diagnosticInfos

Definition at line 3242 of file types_generated.h.

◆ diagnosticInfosSize

size_t UA_PublishResponse::diagnosticInfosSize

Definition at line 3241 of file types_generated.h.

◆ moreNotifications

UA_Boolean UA_PublishResponse::moreNotifications

Definition at line 3237 of file types_generated.h.

◆ notificationMessage

UA_NotificationMessage UA_PublishResponse::notificationMessage

Definition at line 3238 of file types_generated.h.

◆ responseHeader

UA_ResponseHeader UA_PublishResponse::responseHeader

Definition at line 3233 of file types_generated.h.

◆ results

UA_StatusCode* UA_PublishResponse::results

Definition at line 3240 of file types_generated.h.

◆ resultsSize

size_t UA_PublishResponse::resultsSize

Definition at line 3239 of file types_generated.h.

◆ subscriptionId

UA_UInt32 UA_PublishResponse::subscriptionId

Definition at line 3234 of file types_generated.h.


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