Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Public Attributes | List of all members
_ExtensionObjectParserEntry Struct Reference

Maps an extension object type ID to its complex-type parser and type name. More...

#include <opcua_identifiers.h>

Public Attributes

int iRequestId
 
fctComplexTypeParser pParser
 
const char * typeName
 

Detailed Description

Maps an extension object type ID to its complex-type parser and type name.

Member Data Documentation

◆ iRequestId

int _ExtensionObjectParserEntry::iRequestId

Numeric identifier of the extension object type.

◆ pParser

fctComplexTypeParser _ExtensionObjectParserEntry::pParser

Parser function invoked for this extension object.

◆ typeName

const char* _ExtensionObjectParserEntry::typeName

Human-readable name of the extension object type.


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