Package Exports
- tefify
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (tefify) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Biblioteca não oficial para comunicação Sitef
Requesitos:
- Nojdes v12.13.0
- node-gyp
- Build tools específicos de cada plataforma
const {CliSitef} = require('tefify');
const path = require('path');
//Aqui você especifica o caminho da dll, no exemplo usei windows
const dllPath = path.resolve(__dirname, './dlls/windows/6.x/64/CliSiTef64I')
const clisitef = CliSitef(dllPath)
clisitef.IniciaFuncaoSiTefInterativo(0,"1,00","", "","","","" )
clisitef.EscreveMensagemPermanentePinPad("Hello Tefify")O arquivo Clisitef.ini deve estar no mesmo diretorio da dll Consultar paramtros necessar