IOTConnect-Web/node_modules/mqtt/build/lib/PingTimer.d.ts

9 lines
202 B
TypeScript
Raw Normal View History

2024-05-09 01:49:52 +00:00
export default class PingTimer {
private keepalive;
private timer;
private checkPing;
constructor(keepalive: number, checkPing: () => void);
clear(): void;
reschedule(): void;
}