Package com.rfideas.pcproxapisdk
Class DeviceConfigurationMethods
- java.lang.Object
-
- com.rfideas.pcproxapisdk.DeviceConfigurationMethods
-
public class DeviceConfigurationMethods extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DeviceConfigurationMethods()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
ReadCfg(int configurationIndex, Reader reader)
void
WriteCfg(int configurationIndex, Reader reader)
-
-
-
Method Detail
-
ReadCfg
public void ReadCfg(int configurationIndex, Reader reader) throws SDKException, java.lang.CloneNotSupportedException
- Throws:
SDKException
java.lang.CloneNotSupportedException
-
WriteCfg
public void WriteCfg(int configurationIndex, Reader reader) throws SDKException, java.lang.InterruptedException, java.lang.CloneNotSupportedException
- Throws:
SDKException
java.lang.InterruptedException
java.lang.CloneNotSupportedException
-
-