added max-age and content-format
Fork of mbedConnectorInterface by
Diff: api/Options.cpp
- Revision:
- 4:84159d67d32d
- Parent:
- 2:853f9ecc12df
- Child:
- 15:8ada80242804
diff -r 11b2f4e58378 -r 84159d67d32d api/Options.cpp --- a/api/Options.cpp Wed Jan 28 11:52:09 2015 +0000 +++ b/api/Options.cpp Wed Jan 28 12:11:22 2015 +0000 @@ -70,7 +70,7 @@ } // NODE Radio Channel List -uint32_t Options::setRadioChannelList() +uint32_t Options::getRadioChannelList() { return this->m_channel_list; } @@ -88,7 +88,7 @@ } // NODE MAC Address -uint8_t *Options::setMACAddress() +uint8_t *Options::getMACAddress() { return this->m_mac_address; }