This is usually used in the onScan event where you use the plain scan result as the input. The fnc1Char parameter is optional and only used, if the scanner sends an different (visible) character instead of the default fnc1 (CHAR29).
Mandatory fields: gs1Code
Example Usages
let result =awaitbrixxApi.businessBrixx({ functionName:"Gs1Splitter", methodName:"Split", gs1Code:"011234567890123417210521109988" });console.log(result)
Example Usages with Split Char (FNC1)
Especially with keyboard wedge scanners, it is often usefull to use a visible character as the FNC1 char.
let result =awaitbrixxApi.businessBrixx({ functionName:"Gs1Splitter", methodName:"Split", gs1Code:"011234567890123417210521109988X211234", fnc1Char:'X' });console.log(result.applicationIdentifiers['10'])