OPC Labs EasyOPC-UA Library
UAHeaderDataTypeSchema Interface Members
OpcLabs_EasyOpcUA ActiveX DLL > UADataSetMetaData Collection : UAHeaderDataTypeSchema Interface
Description
Provide OPC UA data type definitions for an OPC UA Binary encoded byte blob used outside an OPC UA server address space.

 

IID (Interface ID): 8ee117c9-d664-4c92-b028-9a1788d89cf7

 

For more information, see _UAHeaderDataTypeSchema in .NET Reference.

Methods
Creates a new object that is a copy of the current instance.

 

DISPID (Dispatch ID):

 

For more information, see Clone in .NET Reference.

Determines whether the specified object is equal to the current object.

 

DISPID (Dispatch ID):

 

For more information, see Equals in .NET Reference.

Finds data type descriptions for given data type IDs.

 

DISPID (Dispatch ID):

 

For more information, see FindDataTypeDescriptions in .NET Reference.

Returns a hash code for the current object.

 

DISPID (Dispatch ID):

 

For more information, see GetHashCode in .NET Reference.

Gets the Type of the current instance.

 

DISPID (Dispatch ID):

 

For more information, see GetType in .NET Reference.

Defines an array of namespace URIs.

 

DISPID (Dispatch ID):

 

For more information, see OpcLabs.EasyOpc.UA.DataTypeSchema.ComTypes._UAHeaderDataTypeSchema.SetNamespaceArray in .NET Reference.

Properties
The display string for the current object.

 

DISPID (Dispatch ID): 0

 

For more information, see ToString in .NET Reference.

Collection of enumeration or option set data type descriptions, keyed by data type ID.

 

DISPID (Dispatch ID):

 

For more information, see EnumDescriptions in .NET Reference.

Defines an array of namespace URIs.

 

DISPID (Dispatch ID):

 

For more information, see NamespaceArray in .NET Reference.

Collection of simple data type descriptions, keyed by data type ID.

 

DISPID (Dispatch ID):

 

For more information, see SimpleTypeDescriptions in .NET Reference.

Collection of structure and union data type descriptions, keyed by data type ID.

 

DISPID (Dispatch ID):

 

For more information, see StructureDescriptions in .NET Reference.

Returns a string that represents the current object.

 

DISPID (Dispatch ID):

 

For more information, see ToString in .NET Reference.

Remarks

For remarks, see _UAHeaderDataTypeSchema in .NET Reference.

See Also

UADataSetMetaData Collection