Package RFIDReader
Class RFIDLockState
java.lang.Object
RFIDReader.RFIDLockState
public class RFIDLockState
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description static int
Lock
static int
NoChange
static int
PermaLock
static int
PermaUnlock
static int
Unlock
-
Constructor Summary
Constructors Constructor Description RFIDLockState()
-
Method Summary
-
Field Details
-
NoChange
public static final int NoChange- See Also:
- Constant Field Values
-
Lock
public static final int Lock- See Also:
- Constant Field Values
-
Unlock
public static final int Unlock- See Also:
- Constant Field Values
-
PermaLock
public static final int PermaLock- See Also:
- Constant Field Values
-
PermaUnlock
public static final int PermaUnlock- See Also:
- Constant Field Values
-
-
Constructor Details
-
RFIDLockState
public RFIDLockState()
-