Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. typedef struct{
  2. UINT8 startCharacter;
  3. UINT16 frameCRCC;
  4. UINT16 ageCount;
  5. UINT8 senderID[3];
  6. }INFO_FRAME;
  7.  
  8. typedef struct{
  9. UINT8 startCharacter;
  10. UINT16 frameCRCC;
  11. UINT16 ageCount;
  12. UINT8 senderID[3];
  13. }INFO_FRAME tx_frame;
  14.  
  15. tx_frame={0x02,0x00,0x00,0x82,0x5E,0xE2};
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement