Package com.rfideas.pcproxapisdk
Class SepFldDataAttributes
- java.lang.Object
-
- com.rfideas.pcproxapisdk.SepFldDataAttributes
-
public class SepFldDataAttributes extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SepFldDataAttributes()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
GetSepFldData(int[] sepFldDataBuffer, int configurationIndex)
void
SetSepFldData(int[] sepFldDataBuffer, int configurationIndex)
-
-
-
Method Detail
-
GetSepFldData
public void GetSepFldData(int[] sepFldDataBuffer, int configurationIndex) throws SDKException
- Throws:
SDKException
-
SetSepFldData
public void SetSepFldData(int[] sepFldDataBuffer, int configurationIndex) throws SDKException
- Throws:
SDKException
-
-