| 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) |