def AwaClientSession_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.AwaClientSession_SetIPCAsUDP(session, address, port)
awa_gateway_client_api_wrapper.py 文件源码
python
阅读 25
收藏 0
点赞 0
评论 0
评论列表
文章目录