1 #ifndef URPACKET_HPP_IINCLUDED
2 #define URPACKET_HPP_IINCLUDED
9 const static uint8_t pt_ping
= 1L;
10 const static uint8_t pt_start
= 1L >> 1;
11 const static uint8_t pt_reset
= 1L >> 2;
12 const static uint8_t pt_data
= 1L >> 3;
25 URPacket ( uint8_t size
, uint8_t fromid
, uint8_t toid
);
27 const size_t size ( ) const;