SEC_PROGRAMMABLE_LOCAL
(edit this)
  • System usage: #define SEC_PROGRAMMABLE_LOCAL 205
  • Application usage: #define APP_SEC_PROGRAMMABLE_LOCAL -1205
  • Processed by: security manager (_submission)**

Description:

Performs a security check for local access. If the check passes, llMessageLinked(LINK_THIS, <success number>, <output string parameter>, id) is executed. If the check fails, llMessageLinked(LINK_THIS, <fail number>, <output string parameter> id) is executed. The fail branch is optional and is signified by a comma in the first space-separated token of the input string parameter, followed by the corresponding number. There is no way to specify an alternate output string parameter.

This message is the most versatile and powerful way of checking and reacting to security mechanisms and underlies foreign device authentication via the light bus, navigation channel, and RLV relay.

Parameter format: input string parameter: <success number>[,<fail number>] <output string parameter>