open62541 1.3.12
Open source implementation of OPC UA
Loading...
Searching...
No Matches
AsyncServiceCall Struct Reference

#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_DataTyperesponseType
 
void * userdata
 
UA_DateTime start
 
UA_UInt32 timeout
 
void * responsedata
 

Detailed Description

Client.

Definition at line 83 of file ua_client_internal.h.

Field Documentation

◆ le_next

struct AsyncServiceCall* AsyncServiceCall::le_next

Definition at line 84 of file ua_client_internal.h.

◆ le_prev

struct AsyncServiceCall** AsyncServiceCall::le_prev

Definition at line 84 of file ua_client_internal.h.

◆ [struct]

struct { ... } AsyncServiceCall::pointers

◆ 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: