Home
last modified time | relevance | path

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

/dports/print/hplip/hplip-3.20.6/pcard/
H A Dphotocard.py187 data = self.device.readPCard(2)
196 data = self.device.readPCard(6)
204 data = self.device.readPCard(total_to_read)
250 data = self.device.readPCard(2)
/dports/print/hplip/hplip-3.20.6/base/
H A Ddevice.py2085 …def readPCard(self, bytes_to_read, stream=None, timeout=prop.read_timeout, allow_short_read=False): member in Device