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:
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
11.3
11.4
Statistic
FMM
Blog
Initializes the matrix dongle API.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
MatrixDongle | 5.2 | ✅ Yes | ✅ Yes | ❌ No | ✅ Yes, on macOS and Windows | ❌ No |
This function was deprecated.
Parameter | Description | Example |
---|---|---|
LibraryPath | The native file path to the matrix library file. | $path |
Returns OK or error.
Initialize dongle functions:
If [MBS( "SystemInfo.isMacOSX" ) = 1]
Set Variable [$path; Value:MatrixDongle::LibraryPathMac]
Else
Set Variable [$path; Value:MatrixDongle::LibraryPathWin]
End If
Set Variable [$r; Value:MBS("MatrixDongle.Initialize"; $path)]
If [MBS("iserror")]
Show Custom Dialog ["Failed to initialize"; $r]
Else
Show Custom Dialog ["Initialize OK"; "The dongle functions are ready to use."]
End If
Created 1st August 2015, last changed 31st July 2020
MatrixDongle.GetVersionDRV.USB - MatrixDongle.Initialized
Feedback: Report problem or ask question.