Search Results for

    Show / Hide Table of Contents

    Class GenericServerTagInfo

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TransientObject
    GenericServerTagInfo
    Implements
    IMessageSink
    IDisposable
    Inherited Members
    TransientObject.Dispose()
    TransientObject.ToString()
    TransientObject.PrintTestData(string)
    TransientObject.PrintTestData(string, int)
    TransientObject.Handle
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.Mechatronics
    Assembly: NXOpen.dll
    Syntax
    public class GenericServerTagInfo : TransientObject, IMessageSink, IDisposable

    Constructors

    GenericServerTagInfo(nint)

    Declaration
    protected GenericServerTagInfo(nint ptr)
    Parameters
    Type Name Description
    nint ptr

    Properties

    Address

    Declaration
    public string Address { get; set; }
    Property Value
    Type Description
    string

    Checked

    Declaration
    public bool Checked { get; set; }
    Property Value
    Type Description
    bool

    ExtDataType

    Declaration
    public GenericSignal.ExternalDataTypes ExtDataType { get; set; }
    Property Value
    Type Description
    GenericSignal.ExternalDataTypes

    TagId

    Declaration
    public NXObject TagId { get; set; }
    Property Value
    Type Description
    NXObject

    Methods

    FreeResource()

    Declaration
    protected override void FreeResource()
    Overrides
    TransientObject.FreeResource()

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IDisposable
    In this article
    Back to top Generated by DocFX