G7Opcode.swift 278 B

12345678910111213141516
  1. //
  2. // G7Opcode.swift
  3. // CGMBLEKit
  4. //
  5. // Created by Pete Schwamb on 9/24/22.
  6. // Copyright © 2022 LoopKit Authors. All rights reserved.
  7. //
  8. import Foundation
  9. enum G7Opcode: UInt8 {
  10. case authChallengeRx = 0x05
  11. case glucoseTx = 0x4e
  12. case backfillFinished = 0x59
  13. }