Package com.zebra.rfid.api3
Class TriggerWithTimeout
- java.lang.Object
-
- com.zebra.rfid.api3.TriggerWithTimeout
-
public class TriggerWithTimeout extends java.lang.Object
Triggers with timeout.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description short
getN()
Number of Tags or Number of Inventory Attempts.int
getTimeout()
Timeout for the operation.void
setN(short N)
Number of Tags or Number of Inventory Attempts.void
setTimeout(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.
-
-