manufacturerConfig.js 141 B

123456
  1. export const ProtocolFormat03 = [
  2. {k: 'head', s: 0, e: 2},
  3. {k: 'code', s: 2, e: 4},
  4. {k: 'length', s: 4, e: 6},
  5. {k: 'order', s: 6},
  6. ]