Changeset 4620 for sample/pingpong/PingPongMessage.cpp
- Timestamp:
- Jun 29, 2009, 4:59:05 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sample/pingpong/PingPongMessage.cpp
r2410 r4620 10 10 } 11 11 12 PingPongMessage::PingPongMessage(uint 8_t _id) : id(_id) {12 PingPongMessage::PingPongMessage(uint16_t _id) : id(_id) { 13 13 } 14 14 … … 20 20 } 21 21 22 uint 8_t PingPongMessage::getid(){22 uint16_t PingPongMessage::getid(){ 23 23 return id; 24 24 }
Note:
See TracChangeset
for help on using the changeset viewer.