source: source/ariba/utility/addressing/mac_address.cpp@ 7468

Last change on this file since 7468 was 5284, checked in by mies, 15 years ago

+ added new transport modules and adapted ariba to them
+ exchange endpoint descriptors an link establishment
+ clean up of base communication
+ link establishment with in the presence of multiple endpoints
+ local discovery for ipv6, ipv4 and bluetooth mac addresses

File size: 212 bytes
Line 
1#include "mac_address.hpp"
2
3namespace ariba {
4namespace addressing {
5
6const uint16_t mac_address_info::type_id = 0xFF28;
7const std::string mac_address_info::type_name = "mac";
8
9}} // namespace ariba::addressing
10
Note: See TracBrowser for help on using the repository browser.