Home
last modified time | relevance | path

Searched refs:_get_context_info_list (Results 1 – 1 of 1) sorted by relevance

/external/libiio/src/bindings/python/
Diio.py80 _get_context_info_list = _lib.iio_scan_context_get_info_list variable
81 _get_context_info_list.argtypes = (_ScanContextPtr, _POINTER(_POINTER(_ContextInfoPtr)))
82 _get_context_info_list.restype = c_ssize_t
83 _get_context_info_list.errcheck = _checkNegative
857 nb = _get_context_info_list(ctx, _byref(ptr));