IOTConnect-Web/node_modules/mqtt/build/lib/PingTimer.d.ts
2024-05-09 09:49:52 +08:00

9 lines
202 B
TypeScript

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