Class Socket
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
Socket
Inherited Members
APIBase.callPartialMethod<T>(String, (T1, T2)<Type, Object>, (T1, T2)<Type, Object>, (T1, T2)<Type, Object>, T)
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public abstract class Socket : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
ConnectedComponents
Declaration
public ReadOnlyCollection<Component> ConnectedComponents { get; }
Property Value
Type |
Description |
System.Collections.ObjectModel.ReadOnlyCollection<Component> |
|
Connections
Declaration
public ReadOnlyCollection<Connection> Connections { get; }
Property Value
Type |
Description |
System.Collections.ObjectModel.ReadOnlyCollection<Connection> |
|
Name
Declaration
public string Name { get; }
Property Value
Type |
Description |
System.String |
|
Owner
Declaration
public Component Owner { get; }
Property Value
Methods
ConnectionTo(Socket)
Declaration
public Connection ConnectionTo(Socket socket)
Parameters
Type |
Name |
Description |
Socket |
socket |
|
Returns
ConnectTo(Socket)
Declaration
public ComponentsConnectedResult ConnectTo(Socket socket)
Parameters
Type |
Name |
Description |
Socket |
socket |
|
Returns
ConnectTo(Component)
Declaration
public ComponentsConnectedResult ConnectTo(Component component)
Parameters
Returns
GetPossibleSocketsToConnectTo(Component)
Declaration
public ReadOnlyCollection<Socket> GetPossibleSocketsToConnectTo(Component componentToConnectTo)
Parameters
Type |
Name |
Description |
Component |
componentToConnectTo |
|
Returns
Type |
Description |
System.Collections.ObjectModel.ReadOnlyCollection<Socket> |
|
Implements
System.IEquatable<T>
Extension Methods