Struct RfMode
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: DelsysAPI.dll
Syntax
Constructors
RfMode(List<Int32>, Int32, String, Int32, Int32, Int32, Int32)
Declaration
public RfMode(List<int> Types, int ModeNumber, string Description, int DIO0, int DIO1, int DIO2, int Bandwidth)
Parameters
| Type |
Name |
Description |
| System.Collections.Generic.List<System.Int32> |
Types |
|
| System.Int32 |
ModeNumber |
|
| System.String |
Description |
|
| System.Int32 |
DIO0 |
|
| System.Int32 |
DIO1 |
|
| System.Int32 |
DIO2 |
|
| System.Int32 |
Bandwidth |
|
Fields
Bandwidth
Declaration
Field Value
| Type |
Description |
| System.Int32 |
|
Description
Declaration
public string Description
Field Value
| Type |
Description |
| System.String |
|
DIO0
Declaration
Field Value
| Type |
Description |
| System.Int32 |
|
DIO1
Declaration
Field Value
| Type |
Description |
| System.Int32 |
|
DIO2
Declaration
Field Value
| Type |
Description |
| System.Int32 |
|
ModeNumber
Declaration
Field Value
| Type |
Description |
| System.Int32 |
|
Types
Declaration
Field Value
| Type |
Description |
| System.Collections.Generic.List<System.Int32> |
|