Bug fixes: inverted sense bug, printf format bug.
This commit is contained in:
parent
e13d4df9ab
commit
fbf6ab5d4d
3 changed files with 10 additions and 7 deletions
|
@ -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];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue