Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
12.2
12.3
12.4
12.5
13.0
13.1
13.2
13.3
13.4
13.5
Statistic
FMM
Blog
Split values read from smart card.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
SmartCard | 8.5 | ✅ Yes | ✅ Yes | ❌ No | ✅ Yes, on macOS and Windows | ❌ No |
Parameter | Description | Example |
---|---|---|
Input | The hex encoded input string. |
Returns JSON or error.
"128": | "MILLER, JOE", |
"130": | "19651201", |
"131": | "123456789012", |
"132": | "\u0001" |
Split file data:
Set Variable [ $json ; Value: MBS("SmartCard.SplitValues"; Card::FileData) ]
If [ MBS("IsError") ]
Set Field [ Card::JSON ; "" ]
Else
Set Field [ Card::JSON ; MBS("JSON.Colorize"; $json) ]
End If
This function checks for a license.
Created 19th October 2018, last changed 6th December 2019