Difference between revisions of "REMOTE DATA CHANNEL/fr"

From Second Life Wiki
Jump to navigation Jump to search
(Localized to french)
 
(Localized to french)
 
Line 13: Line 13:
{{LSL DefineRow||[[llSendRemoteData/fr|llSendRemoteData]]|Envoi des infos sur un canal XML-RPC}}
{{LSL DefineRow||[[llSendRemoteData/fr|llSendRemoteData]]|Envoi des infos sur un canal XML-RPC}}
|events=
|events=
{{LSL DefineRow||[[remote_data:FR|remote_data]]|Evènement généré à réception de données XML-RPC}}
{{LSL DefineRow||[[remote_data/fr|remote_data]]|Evènement généré à réception de données XML-RPC}}
|location='linden\indra\llcommon\lllslconstants.h' pour la donnée LSL_REMOTE_DATA_CHANNEL
|location='linden\indra\llcommon\lllslconstants.h' pour la donnée LSL_REMOTE_DATA_CHANNEL
|cat1=XML-RPC/fr
|cat1=XML-RPC/fr

Latest revision as of 13:17, 20 March 2008

Description

Constante: integer REMOTE_DATA_CHANNEL = 1;

La constante REMOTE_DATA_CHANNEL de type integer a la valeur 1

Articles connexes

Fonctions

•  llOpenRemoteDataChannel Ouvre un canal XML-RPC
•  llCloseRemoteDataChannel Ferme un canal XML-RPC
•  llRemoteDataReply Envoie une réponse à une question XML-

RPC

•  llRemoteDataSetRegion Ré-ouvre un canal en cas de changement de simulateur
•  llSendRemoteData Envoi des infos sur un canal XML-RPC

Evénement

•  remote_data Evènement généré à réception de données XML-RPC

Notes avancées

Emplacement dans le code source

'linden\indra\llcommon\lllslconstants.h' pour la donnée LSL_REMOTE_DATA_CHANNEL