Get Network Data

7 June 2015

  • Release 8.22 - added.
getnetworkdata (Commands)
TypeCorrade progressive command
Commandgetnetworkdata
DescriptionThe getnetworkdata queries the NetworkManager class for the current Corrade bot.
Permissionsland
Parametersgroup, password, data
Last ChangesRelease 8.22 - added.

The getnetworkdata queries the NetworkManager class for the current Corrade bot.

Command Required Parameters Required Corrade Permissions Example
getnetworkdata group, password, data land
llInstantMessage(CORRADE,
    wasKeyValueEncode(
        [
            // get the circuit code
            // and the login message
            "command", "getnetworkdata",
            "group", wasURLEscape(GROUP),
            "data", wasListToCSV(
                [
                    "CircuitCode",
                    "LoginMessage"
                ]
            ),
            "password", wasURLEscape(PASSWORD),
            "callback", wasURLEscape(URL)
        ]
    )
);

secondlife/scripted_agents/corrade/api/commands/getnetworkdata.txt ยท Last modified: 2022/11/24 07:46 by 127.0.0.1

Access website using Tor Access website using i2p Wizardry and Steamworks PGP Key


For the contact, copyright, license, warranty and privacy terms for the usage of this website please see the contact, license, privacy, copyright.