Package com.rfideas.pcproxapisdk
Class FlagAttributes
- java.lang.Object
-
- com.rfideas.pcproxapisdk.FlagAttributes
-
public class FlagAttributes extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description FlagAttributes()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConfigurationFlags
GetFlags(int configurationIndex)
ConfigurationFlags2
GetFlags2(int configurationIndex)
ConfigurationFlags3
GetFlags3(int configurationIndex)
void
SetFlags(ConfigurationFlags configurationFlags, int configurationIndex)
void
SetFlags2(ConfigurationFlags2 configurationFlags2, int configurationIndex)
void
SetFlags3(ConfigurationFlags3 configurationFlags3, int configurationIndex)
-
-
-
Method Detail
-
GetFlags
public ConfigurationFlags GetFlags(int configurationIndex) throws SDKException, java.lang.CloneNotSupportedException
- Throws:
SDKException
java.lang.CloneNotSupportedException
-
SetFlags
public void SetFlags(ConfigurationFlags configurationFlags, int configurationIndex) throws SDKException
- Throws:
SDKException
-
GetFlags2
public ConfigurationFlags2 GetFlags2(int configurationIndex) throws SDKException, java.lang.CloneNotSupportedException
- Throws:
SDKException
java.lang.CloneNotSupportedException
-
SetFlags2
public void SetFlags2(ConfigurationFlags2 configurationFlags2, int configurationIndex) throws SDKException
- Throws:
SDKException
-
GetFlags3
public ConfigurationFlags3 GetFlags3(int configurationIndex) throws SDKException, java.lang.CloneNotSupportedException
- Throws:
SDKException
java.lang.CloneNotSupportedException
-
SetFlags3
public void SetFlags3(ConfigurationFlags3 configurationFlags3, int configurationIndex) throws SDKException, java.lang.CloneNotSupportedException
- Throws:
SDKException
java.lang.CloneNotSupportedException
-
-