Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
EIDSDK.Initialize
Initializes the SDK.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
EIDSDK | 10.0 | ❌ No | ❌ No | ❌ No | ❌ No | ✅ Yes |
MBS( "EIDSDK.Initialize" )
Parameters
none
Result
Returns OK or error.
Description
Initializes the SDK.This is for Zetes bluetooth card reader.
Please embed libeID-SDK.a into your FileMaker iOS SDK project.
Add bluetooth accessory devices to the provision profile, NSBluetoothPeripheralUsageDescription to info.plist as well as UISupportedExternalAccessoryProtocols with entry for "com.zetes.sipirom".
If needed we could add more functions to read certificates and raw ID files.
Examples
Initialize in start script:
Set Variable [ $r ; Value: MBS( "EIDSDK.Initialize" ) ]
See also
This function is free to use.
Created 13th November 2019, last changed 13th November 2019
