Vulture/VApp/node_modules/mqtt/build/lib/PingTimer.d.ts

11 lines
254 B
TypeScript
Raw Permalink Normal View History

export default class PingTimer {
private keepalive;
private timer;
private checkPing;
private _setTimeout;
private _clearTimeout;
constructor(keepalive: number, checkPing: () => void);
clear(): void;
reschedule(): void;
}