Class CHANNEL_TIMING
Inheritance
System.Object
CHANNEL_TIMING
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 CHANNEL_TIMING
Constructors
CHANNEL_TIMING(UInt16, UInt16, UInt16, UInt16)
Declaration
public CHANNEL_TIMING(ushort regMaxDwellTime, ushort channelOnTime, ushort channelOffTime, ushort noHopchannelOffTime)
Parameters
| Type | Name | Description |
|---|---|---|
| System.UInt16 | regMaxDwellTime | |
| System.UInt16 | channelOnTime | |
| System.UInt16 | channelOffTime | |
| System.UInt16 | noHopchannelOffTime |
Fields
channelOffTime
Declaration
public ushort channelOffTime
Field Value
| Type | Description |
|---|---|
| System.UInt16 |
channelOnTime
Declaration
public ushort channelOnTime
Field Value
| Type | Description |
|---|---|
| System.UInt16 |
noHopchannelOffTime
Declaration
public ushort noHopchannelOffTime
Field Value
| Type | Description |
|---|---|
| System.UInt16 |
regMaxDwellTime
Declaration
public ushort regMaxDwellTime
Field Value
| Type | Description |
|---|---|
| System.UInt16 |