Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
MatrixDongle.Find
Searches for the dongle and returns the LPT/USB interface at which it was found.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
MatrixDongle | 5.2 | ✅ Yes | ✅ Yes | ❌ No | ✅ Yes, on macOS and Windows | ❌ No |
Deprecated
This function was deprecated.
MBS( "MatrixDongle.Find" )
Parameters
none
Result
Returns number or error.
Description
Searches for the dongle and returns the LPT/USB interface at which it was found.The LPT port at which the dongle was found is returned: 1 for LPT1, 2 for LPT 2 or 3 for LPT3 or 85 for USB.
Note: This function only supplies the first port at which a dongle is found, regardless of whether other dongles are available at other LPT or USB interfaces.
Use MatrixDongle.Count function for more details.
Examples
Find dongles:
Set Field [MatrixDongle::FindResult; MBS( "MatrixDongle.Find" )]
See also
This function does not need a paid license.
Created 1st August 2015, last changed 31st July 2020
