mirror of
https://github.com/g4klx/DMRGateway
synced 2025-12-21 21:45:39 +08: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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user