Package com.zebra.rfid.api3
Class TriggerWithTimeout
- java.lang.Object
-
- com.zebra.rfid.api3.TriggerWithTimeout
-
public class TriggerWithTimeout extends java.lang.ObjectTriggers with timeout.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description shortgetN()Number of Tags or Number of Inventory Attempts.intgetTimeout()Timeout for the operation.voidsetN(short N)Number of Tags or Number of Inventory Attempts.voidsetTimeout(int timeout)Timeout for the operation.
-
-
-
Method Detail
-
getN
public short getN()
Number of Tags or Number of Inventory Attempts.
-
setN
public void setN(short N)
Number of Tags or Number of Inventory Attempts.
-
getTimeout
public int getTimeout()
Timeout for the operation.
-
setTimeout
public void setTimeout(int timeout)
Timeout for the operation.
-
-