Searched refs:_c_get_id (Results 1 – 1 of 1) sorted by relevance
260 _c_get_id = _lib.iio_channel_get_id variable261 _c_get_id.restype = c_char_p262 _c_get_id.argtypes = (_ChannelPtr, )263 _c_get_id.errcheck = _checkNull428 self._id = _c_get_id(self._channel).decode('ascii')