Class OutputConfig
Defines how data is presented to the user.
Inheritance
System.Object
OutputConfig
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
Assembly: DelsysAPI.dll
Syntax
public class OutputConfig
Constructors
OutputConfig()
Default constructor. Initializes a new structure of Channel Ids
Declaration
public OutputConfig()
Properties
NumChannels
How many output channels do we want?
Declaration
public int NumChannels { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Methods
MapOutputChannel(Int32, Channel)
Defines the channel index. When data is received from the API, data for the channel will appear at the chosen index.
Declaration
public Guid MapOutputChannel(int outputIdx, Channel c)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | outputIdx | Index at which we want to receive the channel's data |
| Channel | c | Channel that will be streaming the data |
Returns
| Type | Description |
|---|---|
| System.Guid |