Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我知道 IP 摄像机的 MAC 地址。那么,如何使用 C++ 查找 IP 摄像机的端口号?
unsigned short uiClientPort = socket().remote_endpoint().port();
希望这可以帮助你...