iOS AILinkBleSDK - 蓝牙SDK
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ELMeatProbeBoxBleHeader.h 631B

1234567891011121314151617181920212223
  1. //
  2. // ELMeatProbeBoxBleHeader.h
  3. // Pods
  4. //
  5. // Created by LarryZhang on 2023/3/30.
  6. //
  7. #ifndef ELMeatProbeBoxBleHeader_h
  8. #define ELMeatProbeBoxBleHeader_h
  9. typedef NS_ENUM(UInt8, ELMeatProbeBoxCMD) {
  10. ELMeatProbeBoxCMDAppGetStatus_Type01 = 0x01, //0x01:Type:APP 获取设备状态
  11. ELMeatProbeBoxCMDMcuUploadStatus_Type02 = 0x02, //0x02:Type:设备上报设备数据
  12. ELMeatProbeBoxCMDCustomData_Type03 = 0x03, //0x03:Type:APP 设置、获取设备相关信息
  13. ELMeatProbeBoxCMDAppSwitchUnit_Type04 = 0x04, //0x04:Type:切换单位
  14. };
  15. #endif /* ELMeatProbeBoxBleHeader_h */