OPC Labs EasyOPC-UA Library
UAClientAdaptableParameters Interface Members
OpcLabs_EasyOpcUA ActiveX DLL > EasyUAAdaptableParameters Object : UAClientAdaptableParameters Interface
Description
Values that differentiate the OPC-UA clients.

 

IID (Interface ID): d2a18f5c-6863-4b26-89ed-0d81f4a2b7c6

 

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

Sets the object properties back to their defaults.

 

DISPID (Dispatch ID):

 

For more information, see Reset in .NET Reference.

Properties
Contains parameters that influence the behavior of the component on the discovery level.

 

DISPID (Dispatch ID):

 

For more information, see DiscoveryParameters in .NET Reference.

The display string for the current object.

 

DISPID (Dispatch ID): 0

 

For more information, see ToString in .NET Reference.

Contains parameters that influence the behavior of the component on the host level.

 

DISPID (Dispatch ID):

 

For more information, see HostParameters in .NET Reference.

Contains parameters that influence the behavior of the component on the monitored item level.

 

DISPID (Dispatch ID):

 

For more information, see MonitoredItemParameters in .NET Reference.

Contains parameters that influence the behavior of the component on the session level.

 

DISPID (Dispatch ID):

 

For more information, see SessionParameters in .NET Reference.

A symbolic name of the current parameter combination if it has a standard name. Empty otherwise.

 

DISPID (Dispatch ID):

 

For more information, see StandardName in .NET Reference.

Contains parameters that influence the behavior of the component on the subscription level.

 

DISPID (Dispatch ID):

 

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

See Also

EasyUAAdaptableParameters Object