Class ComponentsConnectedResult
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ComponentsConnectedResult
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.PartModel
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class ComponentsConnectedResult : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
ConnectionFailed
Declaration
public bool ConnectionFailed { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
CreatedSocketConnection
Declaration
public ConnectedSockets CreatedSocketConnection { get; }
Property Value
Type | Description |
---|---|
ConnectedSockets |
FailureMessage
Declaration
public string FailureMessage { get; }
Property Value
Type | Description |
---|---|
System.String |
WasConnectionCreated
Declaration
public bool WasConnectionCreated { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<T>