LSL Wiki Mirror 7-7-7 : remote_data

HomePage :: PageIndex :: RecentChanges :: RecentlyCommented :: UserSettings ::
remote_data(integer event_type, key channel, key message_id, string sender, integer idata, string sdata)

Triggered by various XML-RPC calls with event_type specifying the type of data (see table below).

event_type Value Description channel message_id sender idata sdata
REMOTE_DATA_CHANNEL 1 channel (requested via llOpenRemoteDataChannel) was created the opened channel NULL_KEY "" 0 ""
REMOTE_DATA_REQUEST 2 XML-RPC request is received channel the message was sent on NULL_KEY (for now) "" integer data string data (up to 255 characters)
REMOTE_DATA_REPLY
currently disabled
3 XML-RPC reply is received channel used in the llSendRemoteData request return value of llSendRemoteData "" integer data string data (up to 255 characters)


Events / XML-RPC
There are 3 comments on this page. [Display comments/form]