Package com.rfideas.pcproxapisdk
Class AdvancedAttributes
- java.lang.Object
-
- com.rfideas.pcproxapisdk.AdvancedAttributes
-
public class AdvancedAttributes extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description AdvancedAttributes()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
GetAZERTYShiftLock(int configurationIndex)
boolean
GetExtendedPrecisionMath(int configurationIndex)
void
SetAZERTYShiftLock(boolean AZERTYShiftLock, int configurationIndex)
void
SetExtendedPrecisionMath(boolean extendedPrecisionMath, int configurationIndex)
-
-
-
Method Detail
-
GetAZERTYShiftLock
public boolean GetAZERTYShiftLock(int configurationIndex) throws SDKException
- Throws:
SDKException
-
SetAZERTYShiftLock
public void SetAZERTYShiftLock(boolean AZERTYShiftLock, int configurationIndex) throws SDKException
- Throws:
SDKException
-
GetExtendedPrecisionMath
public boolean GetExtendedPrecisionMath(int configurationIndex) throws SDKException
- Throws:
SDKException
-
SetExtendedPrecisionMath
public void SetExtendedPrecisionMath(boolean extendedPrecisionMath, int configurationIndex) throws SDKException
- Throws:
SDKException
-
-