Triggers BIOS_CLOCK_DATETIME manually.
Response: After the BIOS has received the system call, it will respond with BIOS_CLOCK_DATETIME.
llMessageLinked(LINK_ROOT, [ident]
, "BIOS_CLOCK_GET_DATETIME", "");
• target | LINK_ROOT |
• integer | [ident] |
• key | n/a |
Parameter | Description |
---|---|
[ident] |
Integer. Any integer. Will be returned with BIOS_CLOCK_DATETIME. Can be used to identify specific calls to the BIOS, or can be left as 0 if not needed. |