Class regOnOff
Inheritance
System.Object
regOnOff
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 regOnOff
Constructors
regOnOff()
Declaration
public regOnOff()
regOnOff(Int32, Int32)
Declaration
public regOnOff(int msMaxOnTime, int msMinOffTime)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | msMaxOnTime | |
| System.Int32 | msMinOffTime |
Fields
msMaxOnTime
Declaration
public int msMaxOnTime
Field Value
| Type | Description |
|---|---|
| System.Int32 |
msMinOffTime
Declaration
public int msMinOffTime
Field Value
| Type | Description |
|---|---|
| System.Int32 |