Searched refs:LockdowndClient (Results 1 – 3 of 3) sorted by relevance
15 import { LockdowndClient } from './client/LockdowndClient';26 private lockdowndClient: LockdowndClient36 const lockdownClient = new LockdowndClient(lockdownSocket);50 const lockdownClient = new LockdowndClient(lockdownSocket);
7 import { LockdowndClient } from './client/LockdowndClient';46 const deviceValues = await new LockdowndClient(socket).getAllValues();
98 export class LockdowndClient extends ServiceClient<LockdownProtocolClient> { class