Added UDP getDestPort function
This commit is contained in:
parent
50e8c7638a
commit
aedc8df494
2 changed files with 28 additions and 8 deletions
|
@ -141,6 +141,7 @@ namespace Socket {
|
|||
void setBlocking(bool blocking);
|
||||
void SetDestination(std::string hostname, uint32_t port);
|
||||
void GetDestination(std::string & hostname, uint32_t & port);
|
||||
uint32_t getDestPort() const;
|
||||
bool Receive();
|
||||
void SendNow(const std::string & data);
|
||||
void SendNow(const char * data);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue