Search Results for

    Show / Hide Table of Contents

    Class UDPSignalClientBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    UDPSignalClientBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    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 UDPSignalClientBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    UDPSignalClientBuilder()

    Declaration
    protected UDPSignalClientBuilder()

    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

    GetConnectionInformation(String, Part, out Int32, out String, out Int32, out String, out Int32, out String, out Int32, out Int32, out Double, out UDPSignalClientBuilder.Signal[])

    Declaration
    [Obsolete("Deprecated in NX1926.0.0.  Please use NXOpen.Mechatronics.UDPSignalClientBuilder.GetConnectionInformationV2 instead.")]
    public void GetConnectionInformation(string connectionName, Part ownerPart, out int castMode, out string remoteIP, out int remotePort, out string localIP, out int localPort, out string groupIP, out int rcvBufSize, out int sendBufSize, out double updateTime, out UDPSignalClientBuilder.Signal[] signals)
    Parameters
    Type Name Description
    System.String connectionName
    Part ownerPart
    System.Int32 castMode
    System.String remoteIP
    System.Int32 remotePort
    System.String localIP
    System.Int32 localPort
    System.String groupIP
    System.Int32 rcvBufSize
    System.Int32 sendBufSize
    System.Double updateTime
    UDPSignalClientBuilder.Signal[] signals

    GetConnectionInformationEx(String, Part, out Int32, out String, out Int32, out String, out Int32, out String, out Int32, out Int32, out Double, out UDPSignalClientBuilder.SignalEx[])

    Declaration
    [Obsolete("Deprecated in NX1926.0.0.  Please use NXOpen.Mechatronics.UDPSignalClientBuilder.GetConnectionInformationV2 instead.")]
    public void GetConnectionInformationEx(string connectionName, Part ownerPart, out int castMode, out string remoteIP, out int remotePort, out string localIP, out int localPort, out string groupIP, out int rcvBufSize, out int sendBufSize, out double updateTime, out UDPSignalClientBuilder.SignalEx[] signals)
    Parameters
    Type Name Description
    System.String connectionName
    Part ownerPart
    System.Int32 castMode
    System.String remoteIP
    System.Int32 remotePort
    System.String localIP
    System.Int32 localPort
    System.String groupIP
    System.Int32 rcvBufSize
    System.Int32 sendBufSize
    System.Double updateTime
    UDPSignalClientBuilder.SignalEx[] signals

    GetConnectionInformationV2(String, Part, out Int32, out String, out Int32, out Int32, out String, out TCPClientBuilder.JaTcpclientEndiantype, out Int32, out Int32, out Double, out UDPSignalClientBuilder.SignalEx[])

    Declaration
    public void GetConnectionInformationV2(string connectionName, Part ownerPart, out int castMode, out string remoteIP, out int remotePort, out int localPort, out string groupIP, out TCPClientBuilder.JaTcpclientEndiantype eEndian, out int rcvBufSize, out int sendBufSize, out double updateTime, out UDPSignalClientBuilder.SignalEx[] signals)
    Parameters
    Type Name Description
    System.String connectionName
    Part ownerPart
    System.Int32 castMode
    System.String remoteIP
    System.Int32 remotePort
    System.Int32 localPort
    System.String groupIP
    TCPClientBuilder.JaTcpclientEndiantype eEndian
    System.Int32 rcvBufSize
    System.Int32 sendBufSize
    System.Double updateTime
    UDPSignalClientBuilder.SignalEx[] signals

    GetConnectionNames(out Part[])

    Declaration
    public string[] GetConnectionNames(out Part[] ownerParts)
    Parameters
    Type Name Description
    Part[] ownerParts
    Returns
    Type Description
    System.String[]

    SetConnectionInformation(String, Part, Int32, String, Int32, String, Int32, String, Int32, Int32, Double, UDPSignalClientBuilder.Signal[])

    Declaration
    [Obsolete("Deprecated in NX1926.0.0.  Please use NXOpen.Mechatronics.UDPSignalClientBuilder.SetConnectionInformationV2 instead.")]
    public void SetConnectionInformation(string connectionName, Part ownerPart, int castMode, string remoteIP, int remotePort, string localIP, int localPort, string groupIP, int rcvBufSize, int sendBufSize, double updateTime, UDPSignalClientBuilder.Signal[] signals)
    Parameters
    Type Name Description
    System.String connectionName
    Part ownerPart
    System.Int32 castMode
    System.String remoteIP
    System.Int32 remotePort
    System.String localIP
    System.Int32 localPort
    System.String groupIP
    System.Int32 rcvBufSize
    System.Int32 sendBufSize
    System.Double updateTime
    UDPSignalClientBuilder.Signal[] signals

    SetConnectionInformationEx(String, Part, Int32, String, Int32, String, Int32, String, Int32, Int32, Double, UDPSignalClientBuilder.SignalEx[])

    Declaration
    [Obsolete("Deprecated in NX1926.0.0.  Please use NXOpen.Mechatronics.UDPSignalClientBuilder.SetConnectionInformationV2 instead.")]
    public void SetConnectionInformationEx(string connectionName, Part ownerPart, int castMode, string remoteIP, int remotePort, string localIP, int localPort, string groupIP, int rcvBufSize, int sendBufSize, double updateTime, UDPSignalClientBuilder.SignalEx[] signals)
    Parameters
    Type Name Description
    System.String connectionName
    Part ownerPart
    System.Int32 castMode
    System.String remoteIP
    System.Int32 remotePort
    System.String localIP
    System.Int32 localPort
    System.String groupIP
    System.Int32 rcvBufSize
    System.Int32 sendBufSize
    System.Double updateTime
    UDPSignalClientBuilder.SignalEx[] signals

    SetConnectionInformationV2(String, Part, Int32, String, Int32, Int32, String, TCPClientBuilder.JaTcpclientEndiantype, Int32, Int32, Double, UDPSignalClientBuilder.SignalEx[])

    Declaration
    public void SetConnectionInformationV2(string connectionName, Part ownerPart, int castMode, string remoteIP, int remotePort, int localPort, string groupIP, TCPClientBuilder.JaTcpclientEndiantype eEndian, int rcvBufSize, int sendBufSize, double updateTime, UDPSignalClientBuilder.SignalEx[] signals)
    Parameters
    Type Name Description
    System.String connectionName
    Part ownerPart
    System.Int32 castMode
    System.String remoteIP
    System.Int32 remotePort
    System.Int32 localPort
    System.String groupIP
    TCPClientBuilder.JaTcpclientEndiantype eEndian
    System.Int32 rcvBufSize
    System.Int32 sendBufSize
    System.Double updateTime
    UDPSignalClientBuilder.SignalEx[] signals

    SetConnectionNames(Part[], String[])

    Declaration
    public void SetConnectionNames(Part[] ownerParts, string[] names)
    Parameters
    Type Name Description
    Part[] ownerParts
    System.String[] names

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In This Article
    Back to top Generated by DocFX