Class ConnectedSockets
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.PartModel
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class ConnectedSockets : APIBase, IEquatable<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>