llOpenRemoteDataChannel
LSLvoid llOpenRemoteDataChannel()
Requests a channel to listen for XML-RPC calls. (Deprecated: XML-RPC should not be used. Use http-in instead.)\ Will trigger a remote_data event with type = REMOTE_DATA_CHANNEL and a channel ID (key) once it is available.\ This channel ID must be referenced in the XML-RPC call to the script (from the internet) -- so the key must somehow get to the external XML-RPC client.
Takes no parameters.
The Linden Scripting Library — what every SL-compatible grid provides.