The request is sent with the control address of the dump that you would like to get Class information about.
Transmit only
| Byte # | Value HEX | Description | Notes |
| 1 | F0 | Sysex ID (Start) | |
| 2 | 06 | Lexicon ID | |
| 3 | 0bbb bbbb | Product ID | |
| 4 | 0bbb bbbb | Device ID | 0-127 |
| 5 | 08 | Message type | Dump contents Types |
| 6,7 | 0n | Number of Classes | This is a 1 byte count of the Class numbers that will follow. |
| 8-11 | 0n | 1st Class ID | 16 bit Class number of the first Class in the dump |
| 12-15 | 0n | 2nd Class ID | 16 bit Class id number of the second Class in the dump |
| 16-n | 0n | nth Class ID | ... |
| -- | 0n | Number of control levels (2 bytes) | This field defines how many control levels are used in the requested dumps address. This is a 16 bit field so the address can have up to 64k digits (control levels) |
| -- | 0n | Control level 0 (A) (address) (2 bytes) | This is the first control level. It defines the level 0 (A) control address of the dump Class. The control level addresses are 16 bit fields so the control addresses can be 64k deep. Note that letters are used to help differentiate between levels and their values. |
| -- | 0n | Control level 1 (B) (address) (2 bytes) | same as previous |
| -- | 0n | Control level 2 (C) (address) (2 bytes) | same as previous |
| -- | 0n | --- up to Control level 65535 | same as previous |
| --- | 0n | Checksum | This is an optional "Checksum" field. The checksum is the low 7 bits of the sum of all preceeding bytes in the message following the "Message type". |
| F7 | End of Sysex |