Platforms to show: All Mac Windows Linux Cross-Platform

Back to SecureDongleXMBS module.

Next items

SecureDongleXMBS.HID_MODE = -1
Type Topic Plugin Version
const Dongle MBS Dongle Plugin 11.1
Function: The constant for default HID mode.
SecureDongleXMBS.SDXERR_FAILED_DECRYPTION = &hA010000E
Type Topic Plugin Version
const Dongle MBS Dongle Plugin 11.1
Function: One of the possible error codes for functions in this module.
Notes: Failed Decrypt string (Cryptography error)
SecureDongleXMBS.SDXERR_FAILED_ENCRYPTION = &hA010000C
Type Topic Plugin Version
const Dongle MBS Dongle Plugin 11.1
Function: One of the possible error codes for functions in this module.
Notes: Failed encrypt string (cryptography error)
SecureDongleXMBS.SDXERR_FAILED_WRITE_KEY = &hA010000D
Type Topic Plugin Version
const Dongle MBS Dongle Plugin 11.1
Function: One of the possible error codes for functions in this module.
Notes: Failed write key (cryptography error)
SecureDongleXMBS.SDXERR_FLUSH_QUEUE = &hA0100017
Type Topic Plugin Version
const Dongle MBS Dongle Plugin 11.1
Function: One of the possible error codes for functions in this module.
Notes: Internal error (Windows error)
SecureDongleXMBS.SDXERR_FREE_PREPARSED_DATA = &hA0100016
Type Topic Plugin Version
const Dongle MBS Dongle Plugin 11.1
Function: One of the possible error codes for functions in this module.
Notes: Internal error (Windows error)
SecureDongleXMBS.SDXERR_GENERATE_KEY = &hA010000A
Type Topic Plugin Version
const Dongle MBS Dongle Plugin 11.1
Function: One of the possible error codes for functions in this module.
Notes: Generate key error (cryptography error)
SecureDongleXMBS.SDXERR_GETCAPS = &hA0100015
Type Topic Plugin Version
const Dongle MBS Dongle Plugin 11.1
Function: One of the possible error codes for functions in this module.
Notes: Internal error (Windows error)
SecureDongleXMBS.SDXERR_GET_ATTRIBUTES = &hA0100013
Type Topic Plugin Version
const Dongle MBS Dongle Plugin 11.1
Function: One of the possible error codes for functions in this module.
Notes: Internal error (Windows error)
SecureDongleXMBS.SDXERR_GET_PREPARSED_DATA = &hA0100014
Type Topic Plugin Version
const Dongle MBS Dongle Plugin 11.1
Function: One of the possible error codes for functions in this module.
Notes: Internal error (Windows error)
SecureDongleXMBS.SDXERR_GET_SERIAL = &hA0100019
Type Topic Plugin Version
const Dongle MBS Dongle Plugin 11.1
Function: One of the possible error codes for functions in this module.
Notes: Internal error (Windows error)
SecureDongleXMBS.SDXERR_INVALID_KEY = &hA010000B
Type Topic Plugin Version
const Dongle MBS Dongle Plugin 11.1
Function: One of the possible error codes for functions in this module.
Notes: Invalid key (cryptography error)
SecureDongleXMBS.SDXERR_INVALID_LEN = &hA0100008
Type Topic Plugin Version
const Dongle MBS Dongle Plugin 11.1
Function: One of the possible error codes for functions in this module.
Notes: Invalid length (parameter error)
SecureDongleXMBS.SDXERR_NOT_OPENED_DEVICE = &hA0100002
Type Topic Plugin Version
const Dongle MBS Dongle Plugin 11.1
Function: One of the possible error codes for functions in this module.
Notes: Need to call SDX_Open first to open the SDX, then call this function (operation error)
SecureDongleXMBS.SDXERR_NO_SUCH_DEVICE = &hA0100001
Type Topic Plugin Version
const Dongle MBS Dongle Plugin 11.1
Function: One of the possible error codes for functions in this module.
Notes: Specified SDX is not found (parameter error)
SecureDongleXMBS.SDXERR_OPEN_DEVICE = &hA010000F
Type Topic Plugin Version
const Dongle MBS Dongle Plugin 11.1
Function: One of the possible error codes for functions in this module.
Notes: Open device error (Windows error)
SecureDongleXMBS.SDXERR_READ_REPORT = &hA0100010
Type Topic Plugin Version
const Dongle MBS Dongle Plugin 11.1
Function: One of the possible error codes for functions in this module.
Notes: Read record error (Windows error)
SecureDongleXMBS.SDXERR_SETUP_DI_CLASS_DEVS = &hA0100018
Type Topic Plugin Version
const Dongle MBS Dongle Plugin 11.1
Function: One of the possible error codes for functions in this module.
Notes: Internal error (Windows error)
SecureDongleXMBS.SDXERR_SETUP_DI_GET_DEVICE_INTERFACE_DETAIL = &hA0100012
Type Topic Plugin Version
const Dongle MBS Dongle Plugin 11.1
Function: One of the possible error codes for functions in this module.
Notes: Internal error (Windows error)
SecureDongleXMBS.SDXERR_SUCCESS = 0
Type Topic Plugin Version
const Dongle MBS Dongle Plugin 11.1
Function: One of the possible error codes for functions in this module.
Notes: Success
SecureDongleXMBS.SDXERR_TOO_LONG_DEVICE_DETAIL = &hA010001B
Type Topic Plugin Version
const Dongle MBS Dongle Plugin 11.1
Function: One of the possible error codes for functions in this module.
Notes: Internal error
SecureDongleXMBS.SDXERR_TOO_LONG_ENCRYPTION_DATA = &hA0100009
Type Topic Plugin Version
const Dongle MBS Dongle Plugin 11.1
Function: One of the possible error codes for functions in this module.
Notes: Cipher text length is to long (cryptography error)
SecureDongleXMBS.SDXERR_TOO_LONG_SEED = &hA0100005
Type Topic Plugin Version
const Dongle MBS Dongle Plugin 11.1
Function: One of the possible error codes for functions in this module.
Notes: Seed character string is longer than 64 bytes when calling GenUID (parameter error)
SecureDongleXMBS.SDXERR_UNKNOWN_DEVICE = &hA0100020
Type Topic Plugin Version
const Dongle MBS Dongle Plugin 11.1
Function: One of the possible error codes for functions in this module.
Notes: Unknown device.
SecureDongleXMBS.SDXERR_UNKNOWN_ERROR = &hA010FFFF
Type Topic Plugin Version
const Dongle MBS Dongle Plugin 11.1
Function: One of the possible error codes for functions in this module.
Notes: Unknown error (hardware error)
SecureDongleXMBS.SDXERR_VERIFY = &hA0100021
Type Topic Plugin Version
const Dongle MBS Dongle Plugin 11.1
Function: One of the possible error codes for functions in this module.
Notes: Verification error (hardware error)
SecureDongleXMBS.SDXERR_WRITE_PROTECT = &hA0100006
Type Topic Plugin Version
const Dongle MBS Dongle Plugin 11.1
Function: One of the possible error codes for functions in this module.
Notes: Tried to write to write-protected SDX (operation error)
SecureDongleXMBS.SDXERR_WRITE_REPORT = &hA0100011
Type Topic Plugin Version
const Dongle MBS Dongle Plugin 11.1
Function: One of the possible error codes for functions in this module.
Notes: Write record error (Windows error)
SecureDongleXMBS.SDXERR_WRONG_INDEX = &hA0100004
Type Topic Plugin Version
const Dongle MBS Dongle Plugin 11.1
Function: One of the possible error codes for functions in this module.
Notes: Block index error (parameter error)

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...