namespace Dfs.WayneChina.HengshanPayTerminal.Support { public enum LockUnlockOperation { Unlock = 0x00, Lock = 0x01, None = 0xFF } }