@seriousme/opifex
Version:
MQTT client & server for Deno & NodeJS
8 lines • 346 B
TypeScript
import type { Context } from "../context.ts";
/**
* Handles PINGREQ packet by responding with a PINGRESP packet
* @param ctx - The connection context containing send method
* @returns Promise that resolves when PINGRESP is sent
*/
export declare function handlePingreq(ctx: Context): Promise<void>;
//# sourceMappingURL=handlePingreq.d.ts.map