public class RFIDLockState
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
Lock |
static int |
NoChange |
static int |
PermaLock |
static int |
PermaUnlock |
static int |
Unlock |
Constructor and Description |
---|
RFIDLockState() |
public static final int Lock
public static final int NoChange
public static final int PermaLock
public static final int PermaUnlock
public static final int Unlock