llRemoteDataReply(key channel, key message_id, string sdata, integer idata)
Send an
XML-RPC reply to the request with
message_id on
channel with payload of string
sdata and integer
idata. The size of
sdata is limited to 254 characters.
This function is used to reply to XML-RPC requests received via the
remote_data event.
Note: This function
delays the
script for 3.0 seconds.
Functions /
XML-RPC