Class TimeParameters
- java.lang.Object
-
- com.rfideas.pcproxapisdk.configuration.TimeParameters
-
- All Implemented Interfaces:
java.lang.Cloneable
public class TimeParameters extends java.lang.Object implements java.lang.Cloneable
-
-
Constructor Summary
Constructors Constructor Description TimeParameters()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
clone()
short
getExFeatures01()
Returns the ExFeatures01 part of TimeParameters.short
getiBitStrmTO()
Returns the iBitStrmTO part of TimeParameters.short
getiIDHoldTO()
Returns the iIDHoldTO part of TimeParameters.short
getiIDLockOutTm()
Returns the iIDLockOutTm part of TimeParameters.short
getiTPCfgFlg3()
Returns the iTPCfgFlg3 part of TimeParameters.short
getiUSBKeyPrsTm()
Returns the iUSBKeyPrsTm part of TimeParameters.short
getiUSBKeyRlsTm()
Returns the iUSBKeyRlsTm part of TimeParameters.void
setExFeatures01(short exFeatures01)
Sets the ExFeatures01 part of TimeParameters.void
setiBitStrmTO(short iBitStrmTO)
Sets the iBitStrmTO part of TimeParameters.void
setiIDHoldTO(short iIDHoldTO)
Sets the iIDHoldTO part of TimeParameters.void
setiIDLockOutTm(short iIDLockOutTm)
Sets the iIDLockOutTm part of TimeParameters.void
setiTPCfgFlg3(short iTPCfgFlg3)
Sets the iTPCfgFlg3 part of TimeParameters.void
setiUSBKeyPrsTm(short iUSBKeyPrsTm)
Sets the iUSBKeyPrsTm part of TimeParameters.void
setiUSBKeyRlsTm(short iUSBKeyRlsTm)
Sets the iUSBKeyRlsTm part of TimeParameters.
-
-
-
Method Detail
-
clone
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
- Overrides:
clone
in classjava.lang.Object
- Throws:
java.lang.CloneNotSupportedException
-
getiBitStrmTO
public short getiBitStrmTO()
Returns the iBitStrmTO part of TimeParameters. Note: Wiegand read times out after this msec time (4msec granularity)
-
setiBitStrmTO
public void setiBitStrmTO(short iBitStrmTO)
Sets the iBitStrmTO part of TimeParameters. Note: Wiegand read times out after this msec time (4msec granularity)
-
getiIDHoldTO
public short getiIDHoldTO()
Returns the iIDHoldTO part of TimeParameters. Note: Card ID remains valid for this msec time (50msec granularity)
-
setiIDHoldTO
public void setiIDHoldTO(short iIDHoldTO)
Sets the iIDHoldTO part of TimeParameters. Note: Card ID remains valid for this msec time (50msec granularity)
-
getiIDLockOutTm
public short getiIDLockOutTm()
Returns the iIDLockOutTm part of TimeParameters. Note: Squelch repetitive reader reports (usually > 1000) in msec (50msec granularity)
-
setiIDLockOutTm
public void setiIDLockOutTm(short iIDLockOutTm)
Sets the iIDLockOutTm part of TimeParameters. Note: Squelch repetitive reader reports (usually < 1000) in msec (50msec granularity)
-
getiUSBKeyPrsTm
public short getiUSBKeyPrsTm()
Returns the iUSBKeyPrsTm part of TimeParameters. Note: Set USB inter-key 'Press' time in msecs (4msec granularity)
-
setiUSBKeyPrsTm
public void setiUSBKeyPrsTm(short iUSBKeyPrsTm)
Sets the iUSBKeyPrsTm part of TimeParameters. Note: Set USB inter-key 'Press' time in msecs (4msec granularity)
-
getiUSBKeyRlsTm
public short getiUSBKeyRlsTm()
Returns the iUSBKeyRlsTm part of TimeParameters. Note: Set USB inter-key 'Release' time in msecs (4msec granularity)
-
setiUSBKeyRlsTm
public void setiUSBKeyRlsTm(short iUSBKeyRlsTm)
Sets the iUSBKeyRlsTm part of TimeParameters. Note: Set USB inter-key 'Release' time in msecs (4msec granularity)
-
getExFeatures01
public short getExFeatures01()
Returns the ExFeatures01 part of TimeParameters.
-
setExFeatures01
public void setExFeatures01(short exFeatures01)
Sets the ExFeatures01 part of TimeParameters.
-
getiTPCfgFlg3
public short getiTPCfgFlg3()
Returns the iTPCfgFlg3 part of TimeParameters. Note: Further Flags not related to Time at all (see tsCfgFlags3) It is recommended to use the Flags3 structure and not the bits in this byte.
-
setiTPCfgFlg3
public void setiTPCfgFlg3(short iTPCfgFlg3)
Sets the iTPCfgFlg3 part of TimeParameters. Note: It is recommended to use the Flags3 structure and not the bits in this byte. Further Flags not related to Time at all (see tsCfgFlags3)
-
-