Skip to content

Commit 9b8e1bd

Browse files
committed
Initial Commit
1 parent 9b09d66 commit 9b8e1bd

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

src/ESPressio_IEvent.cpp

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
#include "ESPressio_IEvent.hpp"
2+
3+
uint16_t IEvent::_classId = 0;
4+
5+
uint16_t IEvent::GetClassID() {
6+
return _classId;
7+
}
8+
9+
void IEvent::tmpSetClassID(uint16_t classId) {
10+
_classId = classId;
11+
}

0 commit comments

Comments
 (0)