Difference between revisions of "Remote data"

From Second Life Wiki
Jump to navigation Jump to search
(Mark as deprecated)
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{LSL_Event|event_id=31|event_delay|event=remote_data
{{LSL_Event|event_id=31|event_delay|event=remote_data
|p1_type=integer|p1_name=event_type|p1_desc
|p1_type=integer|p1_name=event_type|p1_desc
|p2_type=key|p2_name=channel|p2_desc
|p2_type=key|p2_name=channel|p2_subtype=channel|p2_desc
|p3_type=key|p3_name=message_id|p3_desc
|p3_type=key|p3_name=message_id|p3_desc
|p4_type=string|p4_name=sender|p4_desc
|p4_type=string|p4_name=sender|p4_desc
|p5_type=integer|p5_name=idata|p5_desc
|p5_type=integer|p5_name=idata|p5_desc
|p6_type=string|p6_name=sdata|p6_desc
|p6_type=string|p6_name=sdata|p6_desc
|event_desc=Triggered by various XML-RPC calls.
|event_desc=Triggered by various {{LSLGC|XML-RPC}} calls.
|constants={{{!}}
|deprecated=LSL_http_server
!Event Type
|constants={{{!}} {{Prettytable}}
{{!}}-{{Hl2}}
!colspan="2"{{!}}Event Type
!Description
!Description
!Value
{{!}}-
{{!}}-
{{!}} {{LSLG|REMOTE_DATA_CHANNEL}}
{{!}} {{LSLG|REMOTE_DATA_CHANNEL}}
{{!}} 1
{{!}}  
{{!}}  
{{!}} 1
{{!}}-
{{!}}-
{{!}} {{LSLG|REMOTE_DATA_REQUEST}}
{{!}} {{LSLG|REMOTE_DATA_REQUEST}}
{{!}} 2
{{!}}  
{{!}}  
{{!}} 2
{{!}}-
{{!}}-
{{!}} {{LSLG|REMOTE_DATA_REPLY}}
{{!}} {{LSLG|REMOTE_DATA_REPLY}}
{{!}} 3
{{!}}  
{{!}}  
{{!}} 3
{{!}}}
{{!}}}
|spec
|spec
Line 30: Line 31:
|also_header
|also_header
|also_events
|also_events
|also_functions
|also_functions={{LSL DefineRow||[[llRemoteDataReply]]}}
|also_articles
|also_articles
|also_footer
|also_footer

Latest revision as of 16:49, 9 February 2023

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

Description

Event: remote_data( integer event_type, key channel, key message_id, string sender, integer idata, string sdata ){ ; }

Triggered by various XML-RPC calls.

• integer event_type
• key channel
• key message_id
• string sender
• integer idata
• string sdata
Event Type Description
REMOTE_DATA_CHANNEL 1
REMOTE_DATA_REQUEST 2
REMOTE_DATA_REPLY 3

Caveats

All Issues ~ Search JIRA for related Bugs

Examples

See Also

Functions

•  llRemoteDataReply

Deep Notes

Signature

event void remote_data( integer event_type, key channel, key message_id, string sender, integer idata, string sdata );