def AwaIntegerArray_GetValue(self, array, index):
self._lib.AwaIntegerArray_GetValue.restype = c_longlong
self._lib.AwaIntegerArray_GetValue.argtypes = [c_void_p, c_ulong]
return self._lib.AwaIntegerArray_GetValue(array, index)
awa_common_api_wrapper.py 文件源码
python
阅读 35
收藏 0
点赞 0
评论 0
评论列表
文章目录