Requests a list of [user]
strings for all RAM memory banks, or a single [user]
string for a specified [memory_bank]
.
Response: After the memory controller has processed the system call, it will respond with BIOS_RAM_LISTED.
llMessageLinked(LINK_ROOT, [memory_bank]
, "BIOS_RAM_ALLOCATE", "");
• target | LINK_ROOT |
• integer | [memory_bank] |
• key | n/a |
Parameter | Description |
---|---|
[memory_bank] |
Integer. Must be either 0 or a [memory_bank] number.If this is a positive, non-zero integer, BIOS_RAM_LISTED will only return the [user] for the specified [memory_bank] , or a blank string if it is unallocated or an invalid memory bank.Otherwise, BIOS_RAM_LISTED will return a list of all [user] strings for all memory banks. |