def AwaClientSession_IsObjectDefined(self, session, objectID):
self._lib.AwaClientSession_IsObjectDefined.restype = c_bool
self._lib.AwaClientSession_IsObjectDefined.argtypes = [c_void_p, c_int]
return self._lib.AwaClientSession_IsObjectDefined(session, objectID)
awa_gateway_client_api_wrapper.py 文件源码
python
阅读 22
收藏 0
点赞 0
评论 0
评论列表
文章目录