Class UDPSignalServerBuilder
Inheritance
System.Object
System.MarshalByRefObject
UDPSignalServerBuilder
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 UDPSignalServerBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
UDPSignalServerBuilder()
Declaration
protected UDPSignalServerBuilder()
Properties
SelectedConfigurationName
Declaration
public string SelectedConfigurationName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
GetConnectionInformation(String, out Int32, out String, out Int32, out String, out Int32, out String, out Int32, out Int32, out Double, out UDPSignalServerBuilder.Signal[])
Declaration
public void GetConnectionInformation(string connectionName, 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 UDPSignalServerBuilder.Signal[] signals)
Parameters
Type | Name | Description |
---|---|---|
System.String | connectionName | |
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 | |
UDPSignalServerBuilder.Signal[] | signals |
GetInstanceNames()
Declaration
public string[] GetInstanceNames()
Returns
Type | Description |
---|---|
System.String[] |
SetConnectionInformation(String, Int32, String, Int32, String, Int32, String, Int32, Int32, Double, UDPSignalServerBuilder.Signal[])
Declaration
public void SetConnectionInformation(string connectionName, int castMode, string remoteIP, int remotePort, string localIP, int localPort, string groupIP, int rcvBufSize, int sendBufSize, double updateTime, UDPSignalServerBuilder.Signal[] signals)
Parameters
Type | Name | Description |
---|---|---|
System.String | connectionName | |
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 | |
UDPSignalServerBuilder.Signal[] | signals |
SetConnectionNames(String[])
Declaration
public void SetConnectionNames(string[] names)
Parameters
Type | Name | Description |
---|---|---|
System.String[] | names |
Implements
System.Runtime.Remoting.Messaging.IMessageSink