Difference between revisions of "Riven BLST resources"

From A look inside The Link @ wiki
Jump to: navigation, search
(import)
 
(explained the record structure)
Line 1: Line 1:
They control which hotspots should be enabled and which disabled within the card. The record size is 6 bytes:
+
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"

Revision as of 19:25, 8 February 2008

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.