libMVRgdtf 40bc00a
A library for GDTF and MVR
|
#include <mvrxchange_server.h>
Public Member Functions | |
MVRxchangeServer (CMVRxchangeServiceImpl *impl) | |
~MVRxchangeServer () | |
uint16_t | GetPort () const |
uint32_t | GetIP () const |
void | AddSession (const std::shared_ptr< MVRxchangeSession > &) |
void | CloseSession (const std::shared_ptr< MVRxchangeSession > &) |
bool | isRunning () const |
MVRxchangeServer::MVRxchangeServer | ( | CMVRxchangeServiceImpl * | impl | ) |
MVRxchangeServer::~MVRxchangeServer | ( | ) |
void MVRxchangeServer::AddSession | ( | const std::shared_ptr< MVRxchangeSession > & | p | ) |
void MVRxchangeServer::CloseSession | ( | const std::shared_ptr< MVRxchangeSession > & | p | ) |
uint32_t MVRxchangeServer::GetIP | ( | ) | const |
uint16_t MVRxchangeServer::GetPort | ( | ) | const |
|
inline |