open62541 1.3.15
Open source implementation of OPC UA
Loading...
Searching...
No Matches
Public Member Functions | Data Fields
AsyncServiceCall Struct Reference

#include <ua_client_internal.h>

Public Member Functions

 LIST_ENTRY (AsyncServiceCall) pointers
 

Data Fields

UA_UInt32 requestId
 
UA_ClientAsyncServiceCallback callback
 
const UA_DataTyperesponseType
 
void * userdata
 
UA_DateTime start
 
UA_UInt32 timeout
 
void * responsedata
 

Detailed Description

Client.

Definition at line 83 of file ua_client_internal.h.

Member Function Documentation

◆ LIST_ENTRY()

AsyncServiceCall::LIST_ENTRY ( AsyncServiceCall  )

Field Documentation

◆ requestId

UA_UInt32 AsyncServiceCall::requestId

Definition at line 85 of file ua_client_internal.h.

◆ callback

UA_ClientAsyncServiceCallback AsyncServiceCall::callback

Definition at line 86 of file ua_client_internal.h.

◆ responseType

const UA_DataType* AsyncServiceCall::responseType

Definition at line 87 of file ua_client_internal.h.

◆ userdata

void* AsyncServiceCall::userdata

Definition at line 88 of file ua_client_internal.h.

◆ start

UA_DateTime AsyncServiceCall::start

Definition at line 89 of file ua_client_internal.h.

◆ timeout

UA_UInt32 AsyncServiceCall::timeout

Definition at line 90 of file ua_client_internal.h.

◆ responsedata

void* AsyncServiceCall::responsedata

Definition at line 91 of file ua_client_internal.h.


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