Platforms to show: All Mac Windows Linux Cross-Platform

Back to MatrixDongleMBS module.

Next items

MatrixDongleMBS.DongleCount(PortNr as Integer) as Integer
Type Topic Plugin Version macOS Windows Linux iOS Targets
method Dongle MBS Dongle Plugin 9.4 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Function: Returns the number of dongles available at the specified LPT or USB interface.
Notes: Please check the documentation of the dongle API for more details.

Some examples using this method:

MatrixDongleMBS.DongleDecryptData(UserCode as Integer, Data as memoryblock, DongleNr as Integer, PortNr as Integer) as Integer
Type Topic Plugin Version macOS Windows Linux iOS Targets
method Dongle MBS Dongle Plugin 9.4 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Function: Transmit a 8 bytes encrypted data block to the dongle. This is returned decrypted as clear data.
Notes: Please check the documentation of the dongle API for more details.
MatrixDongleMBS.DongleEncryptData(UserCode as Integer, Data as memoryblock, DongleNr as Integer, PortNr as Integer) as Integer
Type Topic Plugin Version macOS Windows Linux iOS Targets
method Dongle MBS Dongle Plugin 9.4 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Function: Transmit a 8 bytes clear data block to the dongle. This is returned in XTEA-encrypted form.
Notes: Please check the documentation of the dongle API for more details.
MatrixDongleMBS.DongleExit as Integer
Type Topic Plugin Version macOS Windows Linux iOS Targets
method Dongle MBS Dongle Plugin 9.4 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Function: Exits the dongle.
Notes: Please check the documentation of the dongle API for more details.
MatrixDongleMBS.DongleFind as Integer
Type Topic Plugin Version macOS Windows Linux iOS Targets
method Dongle MBS Dongle Plugin 9.4 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Function: Searches for the dongle and returns the LPT/USB interface at which it was found.
Notes: Please check the documentation of the dongle API for more details.

Some examples using this method:

MatrixDongleMBS.DongleFindEx(byref LPTNr1 as Integer, byref LPTAdr1 as Integer, byref DNGCnt1 as Integer, byref LPTNr2 as Integer, byref LPTAdr2 as Integer, byref DNGCnt2 as Integer, byref LPTNr3 as Integer, byref LPTAdr3 as Integer, byref DNGCnt3 as Integer) as Integer
Type Topic Plugin Version macOS Windows Linux iOS Targets
method Dongle MBS Dongle Plugin 9.4 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Function: Searches for all LPT ports and dongles and stores this information in a data buffer.
Notes: Please check the documentation of the dongle API for more details.
MatrixDongleMBS.DongleGetKeyFlag(UserCode as Integer, DongleNr as Integer, PortNr as Integer) as Integer
Type Topic Plugin Version macOS Windows Linux iOS Targets
method Dongle MBS Dongle Plugin 9.4 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Function: Checks whether a 128-bit XTEA key different to zero is available in the dongle.
Notes: Please check the documentation of the dongle API for more details.
MatrixDongleMBS.DongleMemSize(DongleNr as Integer, PortNr as Integer) as Integer
Type Topic Plugin Version macOS Windows Linux iOS Targets
method Dongle MBS Dongle Plugin 9.4 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Function: Returns the memory size of the dongle in Bytes.
Notes: Please check the documentation of the dongle API for more details.

Some examples using this method:

MatrixDongleMBS.DongleModel(DongleNr as Integer, PortNr as Integer) as Integer
Type Topic Plugin Version macOS Windows Linux iOS Targets
method Dongle MBS Dongle Plugin 9.4 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Function: Reads the model n umber of the hardware from the dongle.
Notes: Please check the documentation of the dongle API for more details.

Some examples using this method:

MatrixDongleMBS.DongleReadData(UserCode as Integer, Data as memoryblock, count as Integer, DongleNr as Integer, PortNr as Integer) as Integer
Type Topic Plugin Version macOS Windows Linux iOS Targets
method Dongle MBS Dongle Plugin 9.4 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Function: Reads the data from the Matrix-dongle beginning from the first memory field.
Notes: Please check the documentation of the dongle API for more details.

Some examples using this method:

MatrixDongleMBS.DongleReadDataEx(UserCode as Integer, Data as memoryblock, FPos as Integer, count as Integer, DongleNr as Integer, PortNr as Integer) as Integer
Type Topic Plugin Version macOS Windows Linux iOS Targets
method Dongle MBS Dongle Plugin 9.4 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Function: Reads the data from the Matrix-dongle beginning from the specifyed memory field.
Notes: Please check the documentation of the dongle API for more details.
MatrixDongleMBS.DongleReadSerNr(UserCode as Integer, DongleNr as Integer, PortNr as Integer) as Integer
Type Topic Plugin Version macOS Windows Linux iOS Targets
method Dongle MBS Dongle Plugin 9.4 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Function: Reads the unique serial number which is assigned to each Matrix-dongle.
Notes: Please check the documentation of the dongle API for more details.
MatrixDongleMBS.DongleSetLedFlag(a as Integer, b as Integer, c as Integer, d as Integer) as Integer
Type Topic Plugin Version macOS Windows Linux iOS Targets
method Dongle MBS Dongle Plugin 9.4 ✅ Yes ❌ No ✅ Yes ❌ No Desktop, Console & Web
Function: Sets the LED flag.
Notes: Please check the documentation of the dongle API for more details.
MatrixDongleMBS.DongleVersion(DongleNr as Integer, PortNr as Integer) as Integer
Type Topic Plugin Version macOS Windows Linux iOS Targets
method Dongle MBS Dongle Plugin 9.4 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Function: Reads the version number of the dongle.
Notes: Please check the documentation of the dongle API for more details.

Some examples using this method:

MatrixDongleMBS.DongleWriteData(UserCode as Integer, Data as memoryblock, count as Integer, DongleNr as Integer, PortNr as Integer) as Integer
Type Topic Plugin Version macOS Windows Linux iOS Targets
method Dongle MBS Dongle Plugin 9.4 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Function: Writes data into the Matrix-dongle beginning from the first memory field.
Notes: Please check the documentation of the dongle API for more details.

Some examples using this method:

MatrixDongleMBS.DongleWriteDataEx(UserCode as Integer, Data as memoryblock, FPos as Integer, count as Integer, DongleNr as Integer, PortNr as Integer) as Integer
Type Topic Plugin Version macOS Windows Linux iOS Targets
method Dongle MBS Dongle Plugin 9.4 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Function: Writes data into the Matrix-dongle beginning from the specifyed memory field.
Notes: Please check the documentation of the dongle API for more details.
MatrixDongleMBS.DongleWriteKey(UserCode as Integer, KeyData as memoryblock, DongleNr as Integer, PortNr as Integer) as Integer
Type Topic Plugin Version macOS Windows Linux iOS Targets
method Dongle MBS Dongle Plugin 9.4 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Function: Saves the 128-bit XTEA key in the dongle.
Notes: Please check the documentation of the dongle API for more details.
MatrixDongleMBS.GetConfigMatrixNet(Category as Integer) as Integer
Type Topic Plugin Version macOS Windows Linux iOS Targets
method Dongle MBS Dongle Plugin 9.4 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Function: Returns from Server-File parameters configured with the MxNet server program.
Notes: Please check the documentation of the dongle API for more details.
MatrixDongleMBS.GetDriverFlag(UserCode as Integer, DongleNr as Integer, PortNr as Integer) as Integer
Type Topic Plugin Version macOS Windows Linux iOS Targets
method Dongle MBS Dongle Plugin 9.4 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Function: Reads the current USB operating mode of the dongle "HID-Mode" or "Driver-Mode".
Notes: Please check the documentation of the dongle API for more details.
MatrixDongleMBS.GetPortAdr(LptNr as Integer) as Integer
Type Topic Plugin Version macOS Windows Linux iOS Targets
method Dongle MBS Dongle Plugin 9.4 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Function: Returns the address of the LPT port.
Notes: Please check the documentation of the dongle API for more details.
MatrixDongleMBS.GetVersionAPI as Integer
Type Topic Plugin Version macOS Windows Linux iOS Targets
method Dongle MBS Dongle Plugin 9.4 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Function: Returns the version number of the Matrix-API.
Notes: Please check the documentation of the dongle API for more details.
MatrixDongleMBS.GetVersionDRV as Integer
Type Topic Plugin Version macOS Windows Linux iOS Targets
method Dongle MBS Dongle Plugin 9.4 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Function: Returns the version number of the LPT driver.
Notes: Please check the documentation of the dongle API for more details.
MatrixDongleMBS.GetVersionDRV_USB as Integer
Type Topic Plugin Version macOS Windows Linux iOS Targets
method Dongle MBS Dongle Plugin 9.4 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Function: Returns the version number of the USB driver.
Notes: Please check the documentation of the dongle API for more details.
MatrixDongleMBS.InitMatrixAPI as Integer
Type Topic Plugin Version macOS Windows Linux iOS Targets
method Dongle MBS Dongle Plugin 9.4 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Function: Starts the Matrix API.
Notes: Please check the documentation of the dongle API for more details.

Some examples using this method:

MatrixDongleMBS.LogInMatrixNet(UserCode as Integer, AppSlot as Integer, DongleNr as Integer) as Integer
Type Topic Plugin Version macOS Windows Linux iOS Targets
method Dongle MBS Dongle Plugin 9.4 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Function: Logs on the network client and acquires/ refreshes the user slot in the server file.
Notes: Please check the documentation of the dongle API for more details.
MatrixDongleMBS.LogOutMatrixNet(UserCode as Integer, AppSlot as Integer, DongleNr as Integer) as Integer
Type Topic Plugin Version macOS Windows Linux iOS Targets
method Dongle MBS Dongle Plugin 9.4 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Function: Logs off the network client and releases the UserSlot in the server file again.
Notes: Please check the documentation of the dongle API for more details.
MatrixDongleMBS.PausePrinterActivity as Integer
Type Topic Plugin Version macOS Windows Linux iOS Targets
method Dongle MBS Dongle Plugin 9.4 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Function: Stops the Windows print-spooler. (under Win9.x / Win-NT / 2000 only)
Notes: Please check the documentation of the dongle API for more details.
MatrixDongleMBS.ReleaseMatrixAPI as Integer
Type Topic Plugin Version macOS Windows Linux iOS Targets
method Dongle MBS Dongle Plugin 9.4 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Function: Close the Matrix API.
Notes: Please check the documentation of the dongle API for more details.

Some examples using this method:

MatrixDongleMBS.ResumePrinterActivity as Integer
Type Topic Plugin Version macOS Windows Linux iOS Targets
method Dongle MBS Dongle Plugin 9.4 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Function: Releases the Windows print-spooler again. (under Win9.x / Win-NT / 2000 only)
Notes: Please check the documentation of the dongle API for more details.

Next items

The items on this page are in the following plugins: MBS Dongle Plugin.


💬 Ask a question or report a problem
The biggest plugin in space...