Searched defs:PandoraDevice (Results 1 – 3 of 3) sorted by relevance
41 public final class PandoraDevice extends ExternalResource { class48 public PandoraDevice(String networkAddress, int port) { in PandoraDevice() method in PandoraDevice53 public PandoraDevice() { in PandoraDevice() method in PandoraDevice
291 async def is_connected(device: PandoraDevice, connection: Connection) -> bool:
96 self, ref_device: PandoraDevice, ref_address_type: OwnAddressType, ear: Ear153 …async def is_device_connected(self, device: PandoraDevice, connection: Connection, timeout: float)…