1 #ifndef MSGPLUGEVENT_H_
2 #define MSGPLUGEVENT_H_
5 #include "MsgMoteConnectionInfoList.h"
7 namespace remote
{ namespace protocols
{ namespace host_server
{
15 class MsgPlugEvent
: public BaseMsg
18 MsgPlugEvent(uint8_t type
);
19 MsgPlugEvent(uint8_t*& buffer
, uint32_t& buflen
);
20 virtual ~MsgPlugEvent();
22 uint8_t* write(uint8_t* buffer
, uint32_t& buflen
);
26 MsgMoteConnectionInfoList
& getInfoList();
29 uint8_t* read(uint8_t* buffer
, uint32_t& buflen
);
31 MsgMoteConnectionInfoList infoList
;
36 #endif /*MSGPLUGEVENT_H_*/