Remote data/fr: Difference between revisions
Jump to navigation
Jump to search
Gally Young (talk | contribs) Localized to french |
Gally Young (talk | contribs) m proofread |
||
| Line 31: | Line 31: | ||
|also_header | |also_header | ||
|also_events | |also_events | ||
|also_functions={{LSL DefineRow||[[llRemoteDataReply/fr|llRemoteDataReply]]| | |also_functions={{LSL DefineRow||[[llRemoteDataReply/fr|llRemoteDataReply]]|Utilisé pour répondre à un appel XML-RPC}} | ||
|also_articles | |also_articles | ||
|also_footer | |also_footer | ||
Latest revision as of 13:13, 20 March 2008
| LSL Portail Francophone | LSL Portail Anglophone | Fonctions | Évènements | Types | Operateurs | Constantes | Contrôle d'exécution | Bibliothèque | Tutoriels |
Description
Event: remote_data( integer event_type, key canal, key message_id, string expediteur, integer i_donnée, string s_donnée ){ ; }| 31 | Event ID |
Evènement généré par des appels XML-RPC.
| • integer | event_type | |||
| • key | canal | |||
| • key | message_id | |||
| • string | expediteur | |||
| • integer | i_donnée | |||
| • string | s_donnée |
| Type d’évènements | Descriptions | |
|---|---|---|
| REMOTE_DATA_CHANNEL | 1 | |
| REMOTE_DATA_REQUEST | 2 | |
| REMOTE_DATA_REPLY | 3 | |
Exemples
Voir aussi
Fonctions
| • | llRemoteDataReply | – | Utilisé pour répondre à un appel XML-RPC |
Vous cherchez encore des informations ? Peut-être cette page du LSLwiki pourra vous renseigner.