def AwaServerSession_SetIPCAsUDP(self, session, address, port):
self._lib.AwaClientSession_SetIPCAsUDP.restype = c_int
self._lib.AwaClientSession_SetIPCAsUDP.argtypes = [c_void_p, c_char_p, c_ushort]
return self._lib.AwaServerSession_SetIPCAsUDP(session, address, port)
awa_gateway_server_api_wrapper.py 文件源码
python
阅读 24
收藏 0
点赞 0
评论 0
评论列表
文章目录