Search Results for

    Show / Hide Table of Contents

    Struct SHMSignalProviderBuilder.SignalInfo

    Inherited Members
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen.Mechatronics
    Assembly: NXOpen.dll
    Syntax
    [Obsolete("Deprecated in NX2007.0.0.  Use NXOpen.Mechatronics.SHMSignalProviderBuilder.GenericServerTagInfo instead.")]
    public struct SignalInfo

    Constructors

    SignalInfo(NXObject, Boolean, String)

    Declaration
    public SignalInfo(NXObject SignalTag, bool BChecked, string Address)
    Parameters
    Type Name Description
    NXObject SignalTag
    System.Boolean BChecked
    System.String Address

    Fields

    Address

    Declaration
    public string Address
    Field Value
    Type Description
    System.String

    BChecked

    Declaration
    public bool BChecked
    Field Value
    Type Description
    System.Boolean

    SignalTag

    Declaration
    public NXObject SignalTag
    Field Value
    Type Description
    NXObject

    Methods

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.ValueType.ToString()
    In This Article
    Back to top Generated by DocFX