Platforms to show: All Mac Windows Linux Cross-Platform
Back to Rockey2MBS class.
Rockey2MBS.AUTO_MODE = 0
Function:
A constant for use in the Open method.
Type | Topic | Plugin | Version |
const | Dongle | MBS Dongle Plugin | 9.6 |
Rockey2MBS.HID_MODE = -1
Function:
A constant for use in the Open method.
Type | Topic | Plugin | Version |
const | Dongle | MBS Dongle Plugin | 9.6 |
Rockey2MBS.R2_MINOR = 16
Function:
The maximum number of dongles the plugin can handle.
Type | Topic | Plugin | Version |
const | Dongle | MBS Dongle Plugin | 9.6 |
Rockey2MBS.ROCKEY2_DISABLE_WRITE_PROTECT = false
Function:
One of the constants for the GenUID function.
Type | Topic | Plugin | Version |
const | Dongle | MBS Dongle Plugin | 9.6 |
Rockey2MBS.ROCKEY2_ENSABLE_WRITE_PROTECT = true
Function:
One of the constants for the GenUID function.
Type | Topic | Plugin | Version |
const | Dongle | MBS Dongle Plugin | 9.6 |
Rockey2MBS.RY2ERR_FLUSH_QUEUE = &hA010000F
Function:
One of the error constants.
Notes: Internal error (Windows error)
Type | Topic | Plugin | Version |
const | Dongle | MBS Dongle Plugin | 9.6 |
Notes: Internal error (Windows error)
Rockey2MBS.RY2ERR_FREE_PREPARSED_DATA = &hA010000E
Function:
One of the error constants.
Notes: Internal error (Windows error)
Type | Topic | Plugin | Version |
const | Dongle | MBS Dongle Plugin | 9.6 |
Notes: Internal error (Windows error)
Rockey2MBS.RY2ERR_GETCAPS = &hA010000D
Function:
One of the error constants.
Notes: Internal error (Windows error)
Type | Topic | Plugin | Version |
const | Dongle | MBS Dongle Plugin | 9.6 |
Notes: Internal error (Windows error)
Rockey2MBS.RY2ERR_GET_ATTRIBUTES = &hA010000B
Function:
One of the error constants.
Notes: Internal error (Windows error)
Type | Topic | Plugin | Version |
const | Dongle | MBS Dongle Plugin | 9.6 |
Notes: Internal error (Windows error)
Rockey2MBS.RY2ERR_GET_PREPARSED_DATA = &hA010000C
Function:
One of the error constants.
Notes: Internal error (Windows error)
Type | Topic | Plugin | Version |
const | Dongle | MBS Dongle Plugin | 9.6 |
Notes: Internal error (Windows error)
Rockey2MBS.RY2ERR_GET_SERIAL = &hA0100011
Function:
One of the error constants.
Notes: Internal error (Windows error)
Type | Topic | Plugin | Version |
const | Dongle | MBS Dongle Plugin | 9.6 |
Notes: Internal error (Windows error)
Rockey2MBS.RY2ERR_NOT_OPENED_DEVICE = &hA0100002
Function:
One of the error constants.
Notes: Need to call RY2_Open first to open the dongle, then call this function (operation error)
Type | Topic | Plugin | Version |
const | Dongle | MBS Dongle Plugin | 9.6 |
Notes: Need to call RY2_Open first to open the dongle, then call this function (operation error)
Rockey2MBS.RY2ERR_NO_SUCH_DEVICE = &hA0100001
Function:
One of the error constants.
Notes: Specified dongle is not found (parameter error)
Type | Topic | Plugin | Version |
const | Dongle | MBS Dongle Plugin | 9.6 |
Notes: Specified dongle is not found (parameter error)
Rockey2MBS.RY2ERR_OPEN_DEVICE = &hA0100007
Function:
One of the error constants.
Notes: Open device error (Windows error)
Type | Topic | Plugin | Version |
const | Dongle | MBS Dongle Plugin | 9.6 |
Notes: Open device error (Windows error)
Rockey2MBS.RY2ERR_READ_REPORT = &hA0100008
Function:
One of the error constants.
Notes: Read record error(Windows error)
Type | Topic | Plugin | Version |
const | Dongle | MBS Dongle Plugin | 9.6 |
Notes: Read record error(Windows error)
Rockey2MBS.RY2ERR_SETUP_DI_CLASS_DEVS = &hA0100010
Function:
One of the error constants.
Notes: Internal error (Windows error)
Type | Topic | Plugin | Version |
const | Dongle | MBS Dongle Plugin | 9.6 |
Notes: Internal error (Windows error)
Rockey2MBS.RY2ERR_SETUP_DI_GET_DEVICE_INTERFACE_DETAIL = &hA010000A
Function:
One of the error constants.
Notes: Internal error (Windows error)
Type | Topic | Plugin | Version |
const | Dongle | MBS Dongle Plugin | 9.6 |
Notes: Internal error (Windows error)
Rockey2MBS.RY2ERR_SUCCESS = 0
Function:
One of the error constants.
Notes: Success
Type | Topic | Plugin | Version |
const | Dongle | MBS Dongle Plugin | 9.6 |
Notes: Success
Rockey2MBS.RY2ERR_TOO_LONG_DEVICE_DETAIL = &hA0100012
Function:
One of the error constants.
Notes: Internal error
Type | Topic | Plugin | Version |
const | Dongle | MBS Dongle Plugin | 9.6 |
Notes: Internal error
Rockey2MBS.RY2ERR_TOO_LONG_SEED = &hA0100005
Function:
One of the error constants.
Notes: Seed character string is longer than 64 bytes when calling GenUID (parameter error)
Type | Topic | Plugin | Version |
const | Dongle | MBS Dongle Plugin | 9.6 |
Notes: Seed character string is longer than 64 bytes when calling GenUID (parameter error)
Rockey2MBS.RY2ERR_UNKNOWN_DEVICE = &hA0100020
Function:
One of the error constants.
Notes: Unknown device.
Type | Topic | Plugin | Version |
const | Dongle | MBS Dongle Plugin | 9.6 |
Notes: Unknown device.
Rockey2MBS.RY2ERR_UNKNOWN_ERROR = &hA010FFFF
Function:
One of the error constants.
Notes: Unknown error(hardware error)
Type | Topic | Plugin | Version |
const | Dongle | MBS Dongle Plugin | 9.6 |
Notes: Unknown error(hardware error)
Rockey2MBS.RY2ERR_VERIFY = &hA0100014
Function:
One of the error constants.
Notes: Verification error(hardware error)
Type | Topic | Plugin | Version |
const | Dongle | MBS Dongle Plugin | 9.6 |
Notes: Verification error(hardware error)
Rockey2MBS.RY2ERR_WRITE_PROTECT = &hA0100006
Function:
One of the error constants.
Notes: Tried to write to write-protected dongle(operation error)
Type | Topic | Plugin | Version |
const | Dongle | MBS Dongle Plugin | 9.6 |
Notes: Tried to write to write-protected dongle(operation error)
Rockey2MBS.RY2ERR_WRITE_REPORT = &hA0100009
Function:
One of the error constants.
Notes: Write record error(Windows error)
Type | Topic | Plugin | Version |
const | Dongle | MBS Dongle Plugin | 9.6 |
Notes: Write record error(Windows error)
Rockey2MBS.RY2ERR_WRONG_INDEX = &hA0100004
Function:
One of the error constants.
Notes: Block index error (parameter error)
Type | Topic | Plugin | Version |
const | Dongle | MBS Dongle Plugin | 9.6 |
Notes: Block index error (parameter error)
Rockey2MBS.RY2ERR_WRONG_REPORT_LENGTH = &hA0100013
Function:
One of the error constants.
Notes: Wrong report length.
Type | Topic | Plugin | Version |
const | Dongle | MBS Dongle Plugin | 9.6 |
Notes: Wrong report length.
Rockey2MBS.RY2ERR_WRONG_UID = &hA0100003
Function:
One of the error constants.
Notes: Wrong UID(parameter error)
Type | Topic | Plugin | Version |
const | Dongle | MBS Dongle Plugin | 9.6 |
Notes: Wrong UID(parameter error)
The items on this page are in the following plugins: MBS Dongle Plugin.
