Sets the sound, which is used upon successful barcode scan. This setting is not persistent and is best to configure it upon connect.
@note A sample beep containing of 2 tones, each with 400ms duration, first one 2000Hz and second - 5000Hz will look int beepData[]=2000,400,5000,400
@param {BOOL} enabled turns on or off beeping
@param {List
Fine-tunes which part of the card data will be masked, and which will be sent in clear text for display/print purposes
@param {bool} showExpiration If set to TRUE, expiration date will be shown in clear text, otherwise will be masked
@param {bool} showServiceCode if set to TRUE, service code will be shown in clear text, otherwise will be masked
@param {int} unmaskedDigitsAtStart the number of digits to show in clear text at the start of the PAN, range from 0 to 6 (default is 4)
@param {int} unmaskedDigitsAtEnd the number of digits to show in clear text at the end of the PAN, range from 0, to 4 (default is 4)
@param {int} unmaskedDigitsAfter the number of digits to unmask after the PAN, i.e. 4 will give you the expiration, 7 will give expiration and service code (default is 0)
Set encryption type
@param {int} encryption algorithm used
@param {int} keyID the ID of the key to use. The key needs to be suitable for the provided algorithm.
@param {Map} params optional algorithm parameters.
Get information of a specific firmware file. Info will be passed to success function
@param {string} resourcePath The path to resource file with "platforms/ios/www/resources" as the root folder, your files must be copied to here. If you have "platforms/ios/www/resources/test.txt", only pass "test.txt" as resourcePath parameter.
Set IPC device sleep timer
@param {int} timeIdle this is the idle time, connected or not, after which Linea will turn off. The default value is 5400 seconds (90 minutes)
@param {int} timeDisconnected this is the time with no active program connection, after which Linea will turn off. The default value is 30 seconds
This must be the first function that gets called, and a valid develop key must be passed in, and validated, BEFORE any other functions get executed.
@param {string} key The developer key given by IPC
Update firmware
@param {string} resourcePath The path to resource file with "platforms/ios/www/resources" as the root folder, your files must be copied to here. If you have "platforms/ios/www/resources/test.txt", only pass "test.txt" as resourcePath parameter.