Difference between revisions of "Riven BLST resources"
From A look inside The Link @ wiki
(import) |
MartinSmits (Talk | contribs) m (add link block to other riven resources) |
||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
− | They control which hotspots should be enabled and which disabled within the card. The record size is 6 bytes: | + | <noinclude>{{Riven}}</noinclude> |
+ | They control which hotspots should be enabled and which disabled within the card. | ||
+ | |||
+ | Each BLST resource is a list of records; it starts with an unsigned short record count, followed by that many records. The record size is 6 bytes and follows this structure: | ||
{| class="structure" | {| class="structure" | ||
Line 9: | Line 12: | ||
|} | |} | ||
− | BLST records must be "activated" from scripts, with command 43. | + | BLST records must be "activated" from scripts, with command 43. Note that hotspots may exist without an associated BLST record. In that case, unless they are marked as Zip Mode hotspots and Zip Mode is off, they should just be enabled when entering the card. |
Latest revision as of 16:51, 10 February 2009
Riven | |||
Mohawk | Overview | ||
BLST | CARD | FLST | HSPT |
MLST | NAME | PLST | RMAP |
SFXE | SLST | tBMP | tMOV |
tWAV | VARS | VERS | ZIPS |
Scripts | Variables | ||
External commands |
They control which hotspots should be enabled and which disabled within the card.
Each BLST resource is a list of records; it starts with an unsigned short record count, followed by that many records. The record size is 6 bytes and follows this structure:
unsigned short | index | Record index, starting from 1 |
unsigned short | enabled | Hotspot state, 0 or 1 |
unsigned short | hotspot_id | Matches the blst_id field of the corresponding hotspot record |
BLST records must be "activated" from scripts, with command 43. Note that hotspots may exist without an associated BLST record. In that case, unless they are marked as Zip Mode hotspots and Zip Mode is off, they should just be enabled when entering the card.