Logo white

孙向锦 / VoteC5

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • VoteC5
  • ..
  • protocal
  • IProtocal.java
  • 初始化C5 Vote
    fac86401
    孙向锦 authored
    2019-02-20 09:51:20 +0800  
    Browse Code »
IProtocal.java 300 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
package com.sunvote.protocal;

/**
 * Created by Elvis on 2017/8/8.
 * Email:Eluis@psunsky.com
 * Description:
 * 协议
 * 建议参考中天电子各协议文档
 * 每个命令都有对应的协议对应。
 */

public interface IProtocal {
    //F5   AA   AA   LEN   有效数据 CRC1  CRC2



}