Difference between revisions of "LlRemoteDataReply"

From Second Life Wiki
Jump to navigation Jump to search
m
(Added wiki 'deprecated' tag, asl XML-RPC is to be removed "at some point".)
 
Line 10: Line 10:
|return_text
|return_text
|spec
|spec
|deprecated=LSL_http_server
|caveats
|caveats
|constants
|constants

Latest revision as of 06:17, 24 August 2022

Emblem-important.png Deprecated
(This function has been deprecated, please use LSL_http_server instead.)

Summary

Function: llRemoteDataReply( key channel, key message_id, string sdata, integer idata );

Send an XML-RPC reply on channel to message_id with payload of string sdata and integer idata

• key channel
• key message_id
• string sdata
• integer idata

Caveats

  • This function causes the script to sleep for 3.0 seconds.
  • This function has been deprecated, please use LSL_http_server instead.
All Issues ~ Search JIRA for related Bugs

Examples

See Also

Events

•  remote_data

Deep Notes

Search JIRA for related Issues

Signature

function void llRemoteDataReply( key channel, key message_id, string sdata, integer idata );