Changes

424 bytes added ,  17:36, 18 September 2021
Line 500: Line 500:  
== Application-defined structures ==
 
== Application-defined structures ==
 
Most SMALLARRAY and BIGARRAY values follow an application-defined structure to store data in a structured way. The type SMALLARRAY or BIGARRAY gives no indication of what kind of data is stored, only that it may not exceed 255 or 65535 bytes in size.
 
Most SMALLARRAY and BIGARRAY values follow an application-defined structure to store data in a structured way. The type SMALLARRAY or BIGARRAY gives no indication of what kind of data is stored, only that it may not exceed 255 or 65535 bytes in size.
 +
 +
=== BT.CDIF ===
 +
{| class="wikitable"
 +
|-
 +
! Offset
 +
! Type
 +
! Size
 +
! Value
 +
|-
 +
| <code>0x0000</code>
 +
| Word
 +
| <code>0x0002</code>
 +
| Array Size (minus 1); here: <code>0x0204</code> for 0x0205 bytes
 +
|-
 +
| <code>0x0002</code>
 +
| Byte
 +
| <code>0x0001</code>
 +
| Number of ? devices
 +
|-
 +
| <code>0x0003</code>
 +
| ?
 +
| <code>0x0056</code>
 +
| Entry
 +
|-
 +
| <code>0x0059</code>
 +
| until
 +
| <code>0x0207</code>
 +
| Repeats up to a total of 6 entries.
 +
|}
    
=== BT.DINF ===
 
=== BT.DINF ===
17

edits