|
- using System;
- using System.Collections.Generic;
- using System.Text;
-
- namespace JT809.Protocol.Extensions.JT1078.Enums
- {
- public enum JT809_JT1078_0x1B00_0x1B01_Result:byte
- {
- 成功 = 0x00,
- 失败 = 0x01,
- 不支持 = 0x02,
- 会话结束 = 0x03,
- 时效口令错误 = 0x04,
- 不满足跨域条件 = 0x05,
- }
- }
|