diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-10-18 16:27:07 -0400 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-10-18 16:27:07 -0400 |
| commit | fbf6ab5d4db0eae980f14c1b94e46599aec9376d (patch) | |
| tree | 094b8fc01bb4d3995fc7b6e835c35e1877b13e06 /node/MAC.hpp | |
| parent | e13d4df9ab956f6c30c854c94a5e90a55903abb3 (diff) | |
| download | infinitytier-fbf6ab5d4db0eae980f14c1b94e46599aec9376d.tar.gz infinitytier-fbf6ab5d4db0eae980f14c1b94e46599aec9376d.zip | |
Bug fixes: inverted sense bug, printf format bug.
Diffstat (limited to 'node/MAC.hpp')
| -rw-r--r-- | node/MAC.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
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]; |
