Home
last modified time | relevance | path

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

/external/libiio/src/bindings/python/
Diio.py260 _c_get_id = _lib.iio_channel_get_id variable
261 _c_get_id.restype = c_char_p
262 _c_get_id.argtypes = (_ChannelPtr, )
263 _c_get_id.errcheck = _checkNull
428 self._id = _c_get_id(self._channel).decode('ascii')