24 #ifndef LIBS_ACN_TRANSPORTHEADER_H_ 25 #define LIBS_ACN_TRANSPORTHEADER_H_ 46 : m_source(other.m_source),
47 m_transport_type(other.m_transport_type) {}
52 m_transport_type(type) {}
56 TransportType Transport()
const {
return m_transport_type; }
59 return (m_source == other.m_source &&
60 m_transport_type == other.m_transport_type);
64 m_source = other.m_source;
65 m_transport_type = other.m_transport_type;
70 TransportType m_transport_type;
74 #endif // LIBS_ACN_TRANSPORTHEADER_H_
Represents Socket Addresses.
The namespace containing all OLA symbols.
Definition: Credentials.cpp:44
An IPv4 SocketAddress.
Definition: SocketAddress.h:78