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
public class SHMSignalConnectionBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
SHMSignalConnectionBuilder()
Declaration
protected SHMSignalConnectionBuilder()
Properties
AdapterObject
Declaration
public SignalAdapter AdapterObject { get; set; }
Property Value
Type | Description |
---|---|
SignalAdapter |
Endian
Declaration
public SHMSignalConnectionBuilder.EndianType Endian { get; set; }
Property Value
Type | Description |
---|---|
SHMSignalConnectionBuilder.EndianType |
ResultName
Declaration
public string ResultName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SHMName
Declaration
public string SHMName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SHMSignalAccess
Declaration
public SHMSignalConnectionBuilder.SHMSignalAccessType SHMSignalAccess { get; set; }
Property Value
Type | Description |
---|---|
SHMSignalConnectionBuilder.SHMSignalAccessType |
SHMSignalName
Declaration
public string SHMSignalName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SHMSignalType
Declaration
public SHMSignalConnectionBuilder.DataType SHMSignalType { get; set; }
Property Value
Type | Description |
---|---|
SHMSignalConnectionBuilder.DataType |
SignalObject
Declaration
public NXObject SignalObject { get; set; }
Property Value
Type | Description |
---|---|
NXObject |
StreamIO
Declaration
public SHMSignalConnectionBuilder.StreamIOType StreamIO { get; set; }
Property Value
Type | Description |
---|---|
SHMSignalConnectionBuilder.StreamIOType |
Implements
System.Runtime.Remoting.Messaging.IMessageSink