Class ConnectedSockets
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ConnectedSockets
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.PartModel
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class ConnectedSockets : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
| Type | Description |
|---|---|
| APIBase |
Properties
Connection
Declaration
public Connection Connection { get; }
Property Value
| Type | Description |
|---|---|
| Connection |
SocketA
Declaration
public Socket SocketA { get; }
Property Value
| Type | Description |
|---|---|
| Socket |
SocketB
Declaration
public Socket SocketB { get; }
Property Value
| Type | Description |
|---|---|
| Socket |
Implements
System.IEquatable<T>