Class SimCompConfig
Simulated component configuration.
Inherited Members
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)
System.Object.ToString()
Namespace: DelsysAPI.Configurations.Component
Assembly: DelsysAPI.dll
Syntax
public class SimCompConfig : ComponentConfig
Constructors
SimCompConfig(List<SimCompChannel>)
Default constructor.
Declaration
public SimCompConfig(List<SimCompChannel> Channels)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Collections.Generic.List<SimCompChannel> | Channels |
Fields
Channels
Declaration
public List<SimCompChannel> Channels
Field Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<SimCompChannel> |