LlSendRemoteData: Difference between revisions

From Second Life Wiki
Jump to navigation Jump to search
Strife Onizuka (talk | contribs)
mNo edit summary
Jenna Huntsman (talk | contribs)
Added wiki 'deprecated' tag, asl XML-RPC is to be removed "at some point".
 
Line 12: Line 12:
|return_text=that is the message_id for the resulting {{LSLG|remote_data}} events.
|return_text=that is the message_id for the resulting {{LSLG|remote_data}} events.
|spec
|spec
|deprecated=LSL_http_server
|caveats
|caveats
|constants
|constants

Latest revision as of 06:19, 24 August 2022

Deprecated
(This function has been deprecated, please use LSL_http_server instead.)

Summary

Function: key llSendRemoteData( key channel, string dest, integer idata, string sdata );
3.0 Forced Delay
10.0 Energy

Send an XML-RPC request to dest through channel with payload of channel (in a string), integer idata and string sdata.
Returns a key that is the message_id for the resulting remote_data events.

• key channel
• string dest
• integer idata
• string sdata

Caveats

  • This function causes the script to sleep for 3.0 seconds.
  • This function has been deprecated, please use LSL_http_server instead.

Examples

Deep Notes

Signature

function key llSendRemoteData( key channel, string dest, integer idata, string sdata );