|
open62541 1.3.15
Open source implementation of OPC UA
|
#include <ua_client_internal.h>
Public Member Functions | |
| LIST_ENTRY (AsyncServiceCall) pointers | |
Data Fields | |
| 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.
| AsyncServiceCall::LIST_ENTRY | ( | AsyncServiceCall | ) |
| UA_ClientAsyncServiceCallback AsyncServiceCall::callback |
Definition at line 86 of file ua_client_internal.h.
| UA_UInt32 AsyncServiceCall::requestId |
Definition at line 85 of file ua_client_internal.h.
| void* AsyncServiceCall::responsedata |
Definition at line 91 of file ua_client_internal.h.
| const UA_DataType* AsyncServiceCall::responseType |
Definition at line 87 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::userdata |
Definition at line 88 of file ua_client_internal.h.