open62541 1.3.12
Open source implementation of OPC UA
|
#include <ua_client_internal.h>
Data Fields | ||
struct { | ||
struct AsyncServiceCall * le_next | ||
struct AsyncServiceCall ** le_prev | ||
} | pointers | |
UA_UInt32 | requestId | |
UA_ClientAsyncServiceCallback | callback | |
const UA_DataType * | responseType | |
void * | userdata | |
UA_DateTime | start | |
UA_UInt32 | timeout | |
void * | responsedata | |
Client.
Definition at line 83 of file ua_client_internal.h.
struct AsyncServiceCall* AsyncServiceCall::le_next |
Definition at line 84 of file ua_client_internal.h.
struct AsyncServiceCall** AsyncServiceCall::le_prev |
Definition at line 84 of file ua_client_internal.h.
struct { ... } AsyncServiceCall::pointers |
UA_UInt32 AsyncServiceCall::requestId |
Definition at line 85 of file ua_client_internal.h.
UA_ClientAsyncServiceCallback AsyncServiceCall::callback |
Definition at line 86 of file ua_client_internal.h.
const UA_DataType* AsyncServiceCall::responseType |
Definition at line 87 of file ua_client_internal.h.
void* AsyncServiceCall::userdata |
Definition at line 88 of file ua_client_internal.h.
UA_DateTime AsyncServiceCall::start |
Definition at line 89 of file ua_client_internal.h.
UA_UInt32 AsyncServiceCall::timeout |
Definition at line 90 of file ua_client_internal.h.
void* AsyncServiceCall::responsedata |
Definition at line 91 of file ua_client_internal.h.