Class SHMSignalConnectionBuilder
Inheritance
System.Object
System.MarshalByRefObject
SHMSignalConnectionBuilder
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
[Obsolete("Deprecated in NX1899.0.0. Please use NXOpen.Mechatronics.SignalMappingConnectionBuilder instead.")]
public class SHMSignalConnectionBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
SHMSignalConnectionBuilder()
Declaration
protected SHMSignalConnectionBuilder()
Properties
AdapterObject
Declaration
[Obsolete("Deprecated in NX1899.0.0. Please use NXOpen.Mechatronics.SignalMappingConnectionBuilder.Adapter instead.")]
public SignalAdapter AdapterObject { get; set; }
Property Value
Type | Description |
---|---|
SignalAdapter |
Endian
Declaration
[Obsolete("Deprecated in NX1899.0.0. This method has no replacement. It is no longer supported.")]
public SHMSignalConnectionBuilder.EndianType Endian { get; set; }
Property Value
Type | Description |
---|---|
SHMSignalConnectionBuilder.EndianType |
ResultName
Declaration
[Obsolete("Deprecated in NX1899.0.0. This method has no replacement. It is no longer supported.")]
public string ResultName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SHMName
Declaration
[Obsolete("Deprecated in NX1899.0.0. Please use NXOpen.Mechatronics.SignalMappingConnectionBuilder.ConfigurationName instead.")]
public string SHMName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SHMSignalAccess
Declaration
[Obsolete("Deprecated in NX1899.0.0. This method has no replacement. It is no longer supported.")]
public SHMSignalConnectionBuilder.SHMSignalAccessType SHMSignalAccess { get; set; }
Property Value
Type | Description |
---|---|
SHMSignalConnectionBuilder.SHMSignalAccessType |
SHMSignalName
Declaration
[Obsolete("Deprecated in NX1899.0.0. Please use NXOpen.Mechatronics.SignalMappingConnectionBuilder.ExternalSignalName instead.")]
public string SHMSignalName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SHMSignalType
Declaration
[Obsolete("Deprecated in NX1899.0.0. This method has no replacement. It is no longer supported.")]
public SHMSignalConnectionBuilder.DataType SHMSignalType { get; set; }
Property Value
Type | Description |
---|---|
SHMSignalConnectionBuilder.DataType |
SignalObject
Declaration
[Obsolete("Deprecated in NX1899.0.0. Please use NXOpen.Mechatronics.SignalMappingConnectionBuilder.Signal instead.")]
public NXObject SignalObject { get; set; }
Property Value
Type | Description |
---|---|
NXObject |
StreamIO
Declaration
[Obsolete("Deprecated in NX1899.0.0. This method has no replacement. It is no longer supported.")]
public SHMSignalConnectionBuilder.StreamIOType StreamIO { get; set; }
Property Value
Type | Description |
---|---|
SHMSignalConnectionBuilder.StreamIOType |
Implements
System.Runtime.Remoting.Messaging.IMessageSink