U1.doc

  • Uploaded by: pradeek
  • 0
  • 0
  • December 2019
  • PDF

This document was uploaded by user and they confirmed that they have the permission to share it. If you are author or own the copyright of this book, please report to us by using this DMCA report form. Report DMCA


Overview

Download & View U1.doc as PDF for free.

More details

  • Words: 65
  • Pages: 1
struct unsuback_packet { uint8_t packet_type; uint8_t rem_len; //variable header packet identifier uint8_t PI_MSB; uint8_t PI_LSB; }unsuback_pkt; struct ping_request_packet{ uint8_t packet_type; uint8_t rem_len;//rem_len is 0 here //no variable header and payload }*ping_request_pkt; struct ping_response_packet{ uint8_t packet_type; uint8_t rem_len;//rem_len is 0 here //no variable header and payload }*ping_response_pkt; struct disconnect_packet{ uint8_t packet_type; uint8_t rem_len;//rem_len is 0 here //no variable header and payload }*disconnect_pkt; #endif /* SRC_STRUCTS_H_ */

More Documents from "pradeek"