Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

17 rader
365 B

  1. using System;
  2. using System.Collections.Generic;
  3. using System.Text;
  4. namespace JT809.Protocol.Extensions.JT1078.Enums
  5. {
  6. public enum JT809_JT1078_0x1B00_0x1B01_Result:byte
  7. {
  8. 成功 = 0x00,
  9. 失败 = 0x01,
  10. 不支持 = 0x02,
  11. 会话结束 = 0x03,
  12. 时效口令错误 = 0x04,
  13. 不满足跨域条件 = 0x05,
  14. }
  15. }