Package com.rfideas.pcproxapisdk
Class SdkData
- java.lang.Object
-
- com.rfideas.pcproxapisdk.SdkData
-
public class SdkData extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SdkData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description short
GetActiveID(int[] buffer, short bufferMaximumSize)
short
GetActiveID32(int[] buffer, short bufferMaximumSize)
boolean
GetQueuedID(short clearUID, short clearHold)
java.lang.String
GetQueuedID_index(short index)
-
-
-
Method Detail
-
GetActiveID
public short GetActiveID(int[] buffer, short bufferMaximumSize) throws SDKException
- Throws:
SDKException
-
GetActiveID32
public short GetActiveID32(int[] buffer, short bufferMaximumSize) throws SDKException
- Throws:
SDKException
-
GetQueuedID
public boolean GetQueuedID(short clearUID, short clearHold) throws SDKException
- Throws:
SDKException
-
GetQueuedID_index
public java.lang.String GetQueuedID_index(short index)
-
-