Package com.rfideas.pcproxapisdk
Class CardAttributes
- java.lang.Object
-
- com.rfideas.pcproxapisdk.CardAttributes
-
public class CardAttributes extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CardAttributes()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
GetCardPriority(int configurationIndex)
int
GetCardType(int configurationIndex)
boolean
IsCardTypeInList(java.lang.String cardType)
boolean
SetCardTypePriority(int configurationIndex, int cardType, int cardPriority)
-
-
-
Method Detail
-
IsCardTypeInList
public boolean IsCardTypeInList(java.lang.String cardType)
-
GetCardType
public int GetCardType(int configurationIndex) throws SDKException
- Throws:
SDKException
-
GetCardPriority
public int GetCardPriority(int configurationIndex) throws SDKException
- Throws:
SDKException
-
SetCardTypePriority
public boolean SetCardTypePriority(int configurationIndex, int cardType, int cardPriority) throws SDKException
- Throws:
SDKException
-
-