Class OPCUAClientBuilder
Inheritance
System.Object
System.MarshalByRefObject
OPCUAClientBuilder
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.Mechatronics
Assembly: NXOpen.dll
Syntax
public class OPCUAClientBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
OPCUAClientBuilder()
Declaration
protected OPCUAClientBuilder()
Properties
SelectedConfigurationName
Declaration
public string SelectedConfigurationName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SelectedConfigurationPart
Declaration
public Part SelectedConfigurationPart { get; set; }
Property Value
Type | Description |
---|---|
Part |
Methods
GetServerNames()
Declaration
[Obsolete("Deprecated in NX1953.0.0. Use Mechatronics.OPCUAClientBuilder.GetServers instead.")]
public string[] GetServerNames()
Returns
Type | Description |
---|---|
System.String[] |
GetServers()
Declaration
public OPCUAClientBuilder.ServerInfo[] GetServers()
Returns
Type | Description |
---|---|
OPCUAClientBuilder.ServerInfo[] |
GetServerTagsV2(String)
Declaration
public OPCUAClientBuilder.TagInfoV2[] GetServerTagsV2(string serverName)
Parameters
Type | Name | Description |
---|---|---|
System.String | serverName |
Returns
Type | Description |
---|---|
OPCUAClientBuilder.TagInfoV2[] |
SetServerNames(String[])
Declaration
[Obsolete("Deprecated in NX1953.0.0. Use Mechatronics.OPCUAClientBuilder.SetServers instead.")]
public void SetServerNames(string[] names)
Parameters
Type | Name | Description |
---|---|---|
System.String[] | names |
SetServers(OPCUAClientBuilder.ServerInfo[])
Declaration
public void SetServers(OPCUAClientBuilder.ServerInfo[] serverInfos)
Parameters
Type | Name | Description |
---|---|---|
OPCUAClientBuilder.ServerInfo[] | serverInfos |
SetServerTagsV2(String, OPCUAClientBuilder.TagInfoV2[])
Declaration
public void SetServerTagsV2(string serverName, OPCUAClientBuilder.TagInfoV2[] tagInfos)
Parameters
Type | Name | Description |
---|---|---|
System.String | serverName | |
OPCUAClientBuilder.TagInfoV2[] | tagInfos |
Implements
System.Runtime.Remoting.Messaging.IMessageSink