Bug fixes: inverted sense bug, printf format bug.

This commit is contained in:
Adam Ierymenko 2013-10-18 16:27:07 -04:00
parent e13d4df9ab
commit fbf6ab5d4d
3 changed files with 10 additions and 7 deletions

View file

@ -140,6 +140,9 @@ public:
Utils::unhex(s,data,6);
}
/**
* @return MAC address in standard :-delimited hex format
*/
inline std::string toString() const
{
char tmp[32];