Skip to content

Get ackId

JblusItsMe edited this page Sep 17, 2023 · 3 revisions
api.getAckId(ip, port, function(error, result) {
    if(error) {
        console.error('Error: ', error);
    } else {
        console.log('AckID: ', result);
    }
});
AckID:  624
Clone this wiki locally