High Performance OPC UA Server SDK  1.2.0.193
ua_responseheader Struct Reference

Common parameters for all responses. More...

#include <responseheader.h>

Public Member Functions

void ua_responseheader_init (struct ua_responseheader *h)
 
void ua_responseheader_clear (struct ua_responseheader *h)
 

Data Fields

ua_datetime timestamp
 The time the Server sent the response.
 
uint32_t request_handle
 The handle given by the Client to the request.
 
ua_statuscode service_result
 OPC UA defined result of the Service invocation. More...
 
struct ua_diagnosticinfo diag_info
 Diagnostic information for the Service invocation. More...
 
struct ua_stringtable string_table
 There is one string in this list for each unique namespace, symbolic identifier, and localized text string contained in all of the diagnostics information parameters contained in the response DiagnosticInfo. More...
 

Detailed Description

Common parameters for all responses.

Field Documentation

struct ua_diagnosticinfo diag_info

Diagnostic information for the Service invocation.

This parameter is empty if diagnostics information was not requested in the request header.

ua_statuscode service_result

OPC UA defined result of the Service invocation.

struct ua_stringtable string_table

There is one string in this list for each unique namespace, symbolic identifier, and localized text string contained in all of the diagnostics information parameters contained in the response DiagnosticInfo.

Each is identified within this table by its zero-based index.


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