Show / Hide Table of Contents

Class SimCompConfig

Simulated component configuration.

Inheritance
System.Object
ComponentConfig
SimCompConfig
Inherited Members
ComponentConfig.Type
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>
Back to top Generated by DocFX