Class SHMSignalClientBuilder
Inheritance
System.Object
System.MarshalByRefObject
SHMSignalClientBuilder
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 SHMSignalClientBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
SHMSignalClientBuilder()
Declaration
protected SHMSignalClientBuilder()
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
GetSHMInstance(String, out SHMSignalClientBuilder.EndianType, out String)
Declaration
public void GetSHMInstance(string instanceName, out SHMSignalClientBuilder.EndianType eEndianType, out string strStatus)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | instanceName | |
| SHMSignalClientBuilder.EndianType | eEndianType | |
| System.String | strStatus |
GetSignals(String)
Declaration
public SHMSignalClientBuilder.SHMSignal[] GetSignals(string configurationName)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | configurationName |
Returns
| Type | Description |
|---|---|
| SHMSignalClientBuilder.SHMSignal[] |
RefreshRegisteredInstances(String[])
Declaration
public void RefreshRegisteredInstances(string[] instanceNames)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String[] | instanceNames |
SetSHMInstance(String, SHMSignalClientBuilder.EndianType, String)
Declaration
public void SetSHMInstance(string instanceName, SHMSignalClientBuilder.EndianType eEndianType, string strStatus)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | instanceName | |
| SHMSignalClientBuilder.EndianType | eEndianType | |
| System.String | strStatus |
SetSignals(String, SHMSignalClientBuilder.SHMSignal[])
Declaration
public void SetSignals(string configurationName, SHMSignalClientBuilder.SHMSignal[] signalInfo)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | configurationName | |
| SHMSignalClientBuilder.SHMSignal[] | signalInfo |
Implements
System.Runtime.Remoting.Messaging.IMessageSink