From fbf6ab5d4db0eae980f14c1b94e46599aec9376d Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Fri, 18 Oct 2013 16:27:07 -0400 Subject: Bug fixes: inverted sense bug, printf format bug. --- node/MAC.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'node/MAC.hpp') diff --git a/node/MAC.hpp b/node/MAC.hpp index b1864511..87363a44 100644 --- a/node/MAC.hpp +++ b/node/MAC.hpp @@ -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]; -- cgit v1.2.3