OPC Labs EasyOPC-UA Library
UAPubSubConnectionDescriptor Object Members
Overview 
OpcLabs_EasyOpcUA ActiveX DLL : UAPubSubConnectionDescriptor Object
Public 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.

 

DISPID (Dispatch ID):

 

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

Logicalizes the PubSub connection descriptor, by removing the physical information from it.

 

DISPID (Dispatch ID):

 

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

Sets the PubSub connection descriptor to use Ethernet packet capture data from a given file.

 

DISPID (Dispatch ID):

 

For more information, see UseEthernetCaptureFile in .NET Reference.

Sets the PubSub connection descriptor to use UDP packet capture data from a given file.

 

DISPID (Dispatch ID):

 

For more information, see UseUdpCaptureFile in .NET Reference.

Public Properties
Broker specific transport mapping specific parameters (optional).

 

DISPID (Dispatch ID):

 

For more information, see BrokerConnectionTransportParameters in .NET Reference.

Transport mapping specific parameters (optional).

 

DISPID (Dispatch ID):

 

For more information, see ConnectionTransportParameters in .NET Reference.

Specifies additional properties for the configured PubSub object.

 

DISPID (Dispatch ID):

 

For more information, see CustomPropertyValueDictionary in .NET Reference.

Datagram specific transport mapping specific parameters (optional).

 

DISPID (Dispatch ID):

 

For more information, see DatagramConnectionTransportParameters in .NET Reference.

The display string for the current object.

 

DISPID (Dispatch ID): 0

 

For more information, see ToString in .NET Reference.

The connection transport parameters that are effectively being used for this descriptor.

 

DISPID (Dispatch ID):

 

For more information, see EffectiveConnectionTransportParameters in .NET Reference.

The effective transport profile URI string being used by this PubSub connection descriptor.

 

DISPID (Dispatch ID):

 

For more information, see EffectiveTransportProfileUriString 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 the descriptor has a non-null network address specified.

 

DISPID (Dispatch ID):

 

For more information, see HasNetworkAddress in .NET Reference.

The transport profile URI string implied by the network address, if achievable.

 

DISPID (Dispatch ID):

 

For more information, see ImpliedTransportProfileUriString in .NET Reference.

The transport profile URI string inferred from the network address, if possible.

 

DISPID (Dispatch ID):

 

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

Contains the network address information for the communication middleware.

 

DISPID (Dispatch ID):

 

For more information, see NetworkAddress in .NET Reference.

Network address information in the form of a resource descriptor (can be represented as URL string).

 

DISPID (Dispatch ID):

 

For more information, see ResourceAddress in .NET Reference.

Returns a string that represents the current object.

 

DISPID (Dispatch ID):

 

For more information, see ToString in .NET Reference.

The name of the transport profile.

 

DISPID (Dispatch ID):

 

For more information, see TransportProfileName in .NET Reference.

Indicates the transport protocol mapping and the message mapping used. A URI string.

 

DISPID (Dispatch ID):

 

For more information, see TransportProfileUriString in .NET Reference.

See Also

UAPubSubConnectionDescriptor Object