def AwaServerDiscoverResponse_GetAttributeValueAsIntegerPointer(self, response, path, link, value):
self._lib.AwaServerDiscoverResponse_GetAttributeValueAsIntegerPointer.restype = c_int
mem = cast(value, POINTER(c_longlong))
return self._lib.AwaServerDiscoverResponse_GetAttributeValueAsIntegerPointer(byref(mem))
awa_gateway_server_api_wrapper.py 文件源码
python
阅读 21
收藏 0
点赞 0
评论 0
评论列表
文章目录