Difference between revisions of "GenericMessage"

From Second Life Wiki
Jump to navigation Jump to search
(Gave details on how client uses message.)
(Added ParamList column to table)
Line 32: Line 32:
! Use
! Use
! Raw Method String
! Raw Method String
! ParamList
|-
|-
| Requesting avatar notes
| Requesting avatar notes
| avatarnotesrequest
| avatarnotesrequest
|
|-
|-
| Requesting avatar picks
| Requesting avatar picks
| avatarpicksrequest
| avatarpicksrequest
|
|-
|-
| Requesting avatar classifieds
| Requesting avatar classifieds
| avatarclassifiedsrequest
| avatarclassifiedsrequest
|
|-
|-
| Requesting pick info
| Requesting pick info
| pickinforequest
| pickinforequest
| Creator ID, Pick ID
|-
|-
| Setting autopilot target
| Setting autopilot target
| autopilot
| autopilot
| Global X, Global Y, Z
|-
|-
| Dumping list of temporary assets to simulator log (Gods only)
| Dumping list of temporary assets to simulator log (Gods only)
| dumptempassetdata
| dumptempassetdata
| List of avatar ID
|-
|-
| Clearing dumped list of temporary assets from simulator log (Gods only)
| Clearing dumped list of temporary assets from simulator log (Gods only)
| cleartempassetdata
| cleartempassetdata
|
|-
|-
| Request online notifications resend
| Request online notifications resend
| requestonlinenotification
| requestonlinenotification
| List of avatar ID
|}
|}



Revision as of 21:31, 6 March 2009

Message Layout

{
    GenericMessage	Low NotTrusted Zerocoded
	{
		AgentData 		Single
		{   AgentID     LLUUID  	}
		{	SessionID	LLUUID		}
		{	TransactionID	LLUUID	}
	}
	{
		MethodData 	Single
		{	Method		Variable 1 }
		{	Invoice		LLUUID	}
	}
	{
		ParamList		Variable
		{	Parameter	Variable 1 }
	}
}

Usage and Notes

Generic messages are used for short client/simulator communication through strings. These appear to have been used for only a very small number of situations where creating a new packet was avoided.(?)


Client sends this message for the following things:

Use Raw Method String ParamList
Requesting avatar notes avatarnotesrequest
Requesting avatar picks avatarpicksrequest
Requesting avatar classifieds avatarclassifiedsrequest
Requesting pick info pickinforequest Creator ID, Pick ID
Setting autopilot target autopilot Global X, Global Y, Z
Dumping list of temporary assets to simulator log (Gods only) dumptempassetdata List of avatar ID
Clearing dumped list of temporary assets from simulator log (Gods only) cleartempassetdata
Request online notifications resend requestonlinenotification List of avatar ID

Client will process the following messages.

Use Raw Method String
Setting the mute list as loaded(possibly clears it) emptymutelist
Clickthrough details for a classified classifiedclickthrough