mirror of
https://github.com/g4klx/DMRGateway.git
synced 2026-04-06 15:04:16 +00:00
Fix network ports datatype (unsigned int -> unsigned short). UDPSocket: fix old bug using m_port instead of m_port[x].
This commit is contained in:
parent
daa54d3d32
commit
d9a09a9364
14 changed files with 136 additions and 135 deletions
|
|
@ -46,7 +46,7 @@ class CDMRNetwork;
|
|||
|
||||
class CRemoteControl {
|
||||
public:
|
||||
CRemoteControl(CDMRGateway* host, const std::string address, unsigned int port);
|
||||
CRemoteControl(CDMRGateway* host, const std::string address, unsigned short port);
|
||||
~CRemoteControl();
|
||||
|
||||
bool open();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue