24 #ifndef LIBS_ACN_TRANSPORTHEADER_H_
25 #define LIBS_ACN_TRANSPORTHEADER_H_
47 m_transport_type(type) {}
51 TransportType Transport()
const {
return m_transport_type; }
54 return (m_source == other.m_source &&
55 m_transport_type == other.m_transport_type);
59 m_source = other.m_source;
60 m_transport_type = other.m_transport_type;
65 TransportType m_transport_type;
69 #endif // LIBS_ACN_TRANSPORTHEADER_H_
Represents Socket Addresses.
The namespace containing all OLA symbols.
Definition: Credentials.cpp:44
An IPv4 SocketAddress.
Definition: SocketAddress.h:77