Class chan_s
Inheritance
System.Object
chan_s
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: rfid.api
Assembly: rfid.netcore.dll
Syntax
public class chan_s
Constructors
chan_s(Int32, Int32, Int32)
Declaration
public chan_s(int index, int frq, int maxPwrValue)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | index | |
| System.Int32 | frq | |
| System.Int32 | maxPwrValue |
Fields
frq
Declaration
public int frq
Field Value
| Type | Description |
|---|---|
| System.Int32 |
index
Declaration
public int index
Field Value
| Type | Description |
|---|---|
| System.Int32 |
maxPwrValue
Declaration
public int maxPwrValue
Field Value
| Type | Description |
|---|---|
| System.Int32 |