Encodes a PUBCOMP packet (QoS 2, part 3: publish complete).
The packet identifier being completed.
The PUBCOMP bytes.
1.0.0
import { encodePubComp } from 'edgeport/mqtt';const bytes = encodePubComp(7); Copy
import { encodePubComp } from 'edgeport/mqtt';const bytes = encodePubComp(7);
Encodes a PUBCOMP packet (QoS 2, part 3: publish complete).