OPC Labs EasyOPC-UA Library
UAPubSubObjectDescriptor Interface Members
OpcLabs_EasyOpcUA ActiveX DLL > UAPubSubConnectionDescriptor Object : UAPubSubObjectDescriptor Interface
Description
Descriptor for an object in OPC UA PubSub.

 

IID (Interface ID): dde20692-3cf4-4282-9664-6f786c083afd

 

For more information, see _UAPubSubObjectDescriptor 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.

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.

Determines whether this PubSub object descriptor is strictly physical with specified transport profile URI string.

 

DISPID (Dispatch ID):

 

For more information, see IsStrictlyPhysical in .NET Reference.

Physicalizes the PubSub object descriptor, by removing the logical information from it.

 

DISPID (Dispatch ID):

 

For more information, see Physicalize in .NET Reference.

Determines whether this PubSub object requires a resolution (in order to obtain the necessary physical information) with specified transport profile URI string.

 

DISPID (Dispatch ID):

 

For more information, see RequiresResolution in .NET Reference.

Properties
Specifies additional properties for the configured PubSub object.

 

DISPID (Dispatch ID):

 

For more information, see CustomPropertyValueDictionary in .NET Reference.

The display string for the current object.

 

DISPID (Dispatch ID): 0

 

For more information, see ToString in .NET Reference.

Determines whether there is a logical name in this PubSub object descriptor.

 

DISPID (Dispatch ID):

 

For more information, see HasName in .NET Reference.

Determines whether this object represents a null PubSub object descriptor.

 

DISPID (Dispatch ID):

 

For more information, see IsNull in .NET Reference.

The logical name of the PubSub object, if available.

 

DISPID (Dispatch ID):

 

For more information, see Name 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 _UAPubSubObjectDescriptor in .NET Reference.

See Also

UAPubSubConnectionDescriptor Object