7 June 2015
getnetworkdata (Commands) | |
---|---|
Type | Corrade progressive command |
Command | getnetworkdata |
Description | The getnetworkdata queries the NetworkManager class for the current Corrade bot. |
Permissions | land |
Parameters | group , password , data |
Last Changes | Release 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) ] ) ); |