6 #ifndef NET_REMOTE_CONFIGURATION_HPP_
7 #define NET_REMOTE_CONFIGURATION_HPP_
11 class NetRemoteConfiguration {
14 const static uint8_t KEY = 0x5A;
19 READ_CONFIG_REPLY = 0x11,
21 WRITE_CONFIG_REPLY = 0x13,
23 WRITE_MAC_REPLY = 0x15,
29 NetDefs::MAC_ADDR macAddr;
41 NetDefs::NET_CONFIG config;
45 NetDefs::MAC_ADDR macAddr;
49 static void processFrame(NetDefs::FRAME& frame,
int len);
50 static void sendReply(NetDefs::FRAME& frame, PKT* pkt);