open62541 1.3.12
Open source implementation of OPC UA
|
#include <ua_client_internal.h>
Data Fields | ||
struct { | ||
struct UA_Client_NotificationsAckNumber * le_next | ||
struct UA_Client_NotificationsAckNumber ** le_prev | ||
} | listEntry | |
UA_SubscriptionAcknowledgement | subAck | |
Subscriptions Handling.
Definition at line 33 of file ua_client_internal.h.
struct UA_Client_NotificationsAckNumber* UA_Client_NotificationsAckNumber::le_next |
Definition at line 34 of file ua_client_internal.h.
struct UA_Client_NotificationsAckNumber** UA_Client_NotificationsAckNumber::le_prev |
Definition at line 34 of file ua_client_internal.h.
struct { ... } UA_Client_NotificationsAckNumber::listEntry |
UA_SubscriptionAcknowledgement UA_Client_NotificationsAckNumber::subAck |
Definition at line 35 of file ua_client_internal.h.