commit 08/10/2025
BarixConnection Activate Deactivate Relays
This commit is contained in:
@@ -102,4 +102,15 @@ class TCP_Barix_Command_Server {
|
||||
}
|
||||
return false
|
||||
}
|
||||
|
||||
/**
|
||||
* Get Socket by IP address
|
||||
* @param ip The IP address of the client
|
||||
* @return Socket if found, null otherwise
|
||||
*/
|
||||
fun getSocket(ip: String): Socket? {
|
||||
return socketMap[ip]
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user