1 #ifndef __BMAIPAddress_h__ 2 #define __BMAIPAddress_h__ 13 struct sockaddr_in address;
14 socklen_t addressLength;
std::string getClientAddressAndPort()
Get the client network address and port as xxx.xxx.xxx.xxx:ppppp.
Definition: BMAIPAddress.cpp:16
int getClientPort()
Get the client network port number.
Definition: BMAIPAddress.cpp:23
Definition: BMAIPAddress.h:7
std::string getClientAddress()
Get the client network address as xxx.xxx.xxx.xxx.
Definition: BMAIPAddress.cpp:11
Definition: BMAObject.h:6