You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

13 lines
285 B

var nbind = require('nbind')
var ZT = nbind.init().lib.ZT
module.exports = {
accept: ZT.accept,
bindPort: ZT.bind,
getDeviceId: ZT.getDeviceId,
getIpV4Address: ZT.getIpV4Address,
listen: ZT.listen,
running: ZT.running,
simpleStart: ZT.simpleStart,
socket: ZT.socket
}