Second Life/Protocol/UDP/TeleportFinish
をテンプレートにして作成
[
トップ
] [
タイトル一覧
|
ページ一覧
|
新規
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
** [[EnableSimulator>../EnableSimulator]] [#l563a6c5]
*** 概要 [#fa719691]
- Sim -> Viewer
- データ受信可能な隣接Simの情報 (ハンドル,バイナリのIPア...
- v1.18.5 では,UDPで他のSimを指定する場合に,このパケッ...
- EnableSimulator は v1.20.x あたりから HT...
*** 構造 [#s9e3ff6e]
- 番号: (Low 151) ''FF FF 00 97''
EnableSimulator Low 151 Trusted Unencoded
{
SimulatorInfo Single
{ Handle U64 } // 8 octet
{ IP IPADDR } // IPアドレス(...
{ Port IPPORT } // ポート番号 2...
}
*** サンプル [#cc0135c9]
S->P [5301]: 0x40 seq = 64 UDP message is Low 151 Ena...
40 00 00 00 40 00 ff ff 00 97 00 f0 03 00 00 f7 @ . ....
03 00 3f d2 9c e9 32 cc . . ?...
40 00 00 00 40 00 ff ff 00 97 Header
00 f0 03 00 00 f7 03 00 Handle
3f d2 9c e9 IPア...
32 cc ポー...
*** サンプル 2[#cc0135c9]
S->P [5301]: 0x40 seq = 65 UDP message is Low 151 Ena...
40 00 00 00 41 00 ff ff 00 97 00 ef 03 00 00 f8 @ . ....
03 00 08 04 80 bd 2f 03 . . ....
** [[TeleportFinish>../TeleportFinish]] [#j80c4e48]
***概要 [#p5c08bd7]
- Sim->Viewer
- テレポートの終了(成功)とテレポート先のSimの情報を通知...
- v1.18.5 では実際には使用されていないようなので,サンプ...
*** 構造 [#wb152883]
- 番号:(Low 69) ''FF FF 00 45''
TeleportFinish Low 69 Trusted Unencoded
{
Info Single
{ AgentID LLUUID } // 16 octet
{ LocationID U32 } // 4 octet
{ SimIP IPADDR }
{ SimPort IPPORT }
{ RegionHandle U64 }
{ SeedCapability Variable 2 } // URL
{ SimAccess U8 }
{ TeleportFlags U32 }
}
40 00 00 00 41 00 ff ff 00 97 Header
00 ef 03 00 00 f8 03 00 Handle
08 04 80 bd IPア...
2f 03 ポー...
*** XML Sample
<pre>
<llsd>
<map>
<key>events</key>
<array>
<map>
<key>body</key>
<map>
<key>Info</key>
<array>
<map>
<key>AgentID</key>
<uuid>3158ca38-cd95-4a23-9e22...
<key>LocationID</key>
<binary encoding="base64">AAA...
<key>RegionHandle</key>
<binary encoding="base64">AAK...
<key>SeedCapability</key>
<string>https://sim3014.agni....
<key>SimAccess</key>
<integer>21</integer>
<key>SimIP</key>
<binary encoding="base64">2FI...
<key>SimPort</key>
<integer>13005</integer>
<key>TeleportFlags</key>
<binary encoding="base64">AAA...
</map>
</array>
</map>
<key>message</key>
<string>TeleportFinish</string>
</map>
</array>
<key>id</key>
<integer>490190901</integer>
</map>
</llsd>
</pre>
終了行:
** [[EnableSimulator>../EnableSimulator]] [#l563a6c5]
*** 概要 [#fa719691]
- Sim -> Viewer
- データ受信可能な隣接Simの情報 (ハンドル,バイナリのIPア...
- v1.18.5 では,UDPで他のSimを指定する場合に,このパケッ...
- EnableSimulator は v1.20.x あたりから HT...
*** 構造 [#s9e3ff6e]
- 番号: (Low 151) ''FF FF 00 97''
EnableSimulator Low 151 Trusted Unencoded
{
SimulatorInfo Single
{ Handle U64 } // 8 octet
{ IP IPADDR } // IPアドレス(...
{ Port IPPORT } // ポート番号 2...
}
*** サンプル [#cc0135c9]
S->P [5301]: 0x40 seq = 64 UDP message is Low 151 Ena...
40 00 00 00 40 00 ff ff 00 97 00 f0 03 00 00 f7 @ . ....
03 00 3f d2 9c e9 32 cc . . ?...
40 00 00 00 40 00 ff ff 00 97 Header
00 f0 03 00 00 f7 03 00 Handle
3f d2 9c e9 IPア...
32 cc ポー...
*** サンプル 2[#cc0135c9]
S->P [5301]: 0x40 seq = 65 UDP message is Low 151 Ena...
40 00 00 00 41 00 ff ff 00 97 00 ef 03 00 00 f8 @ . ....
03 00 08 04 80 bd 2f 03 . . ....
** [[TeleportFinish>../TeleportFinish]] [#j80c4e48]
***概要 [#p5c08bd7]
- Sim->Viewer
- テレポートの終了(成功)とテレポート先のSimの情報を通知...
- v1.18.5 では実際には使用されていないようなので,サンプ...
*** 構造 [#wb152883]
- 番号:(Low 69) ''FF FF 00 45''
TeleportFinish Low 69 Trusted Unencoded
{
Info Single
{ AgentID LLUUID } // 16 octet
{ LocationID U32 } // 4 octet
{ SimIP IPADDR }
{ SimPort IPPORT }
{ RegionHandle U64 }
{ SeedCapability Variable 2 } // URL
{ SimAccess U8 }
{ TeleportFlags U32 }
}
40 00 00 00 41 00 ff ff 00 97 Header
00 ef 03 00 00 f8 03 00 Handle
08 04 80 bd IPア...
2f 03 ポー...
*** XML Sample
<pre>
<llsd>
<map>
<key>events</key>
<array>
<map>
<key>body</key>
<map>
<key>Info</key>
<array>
<map>
<key>AgentID</key>
<uuid>3158ca38-cd95-4a23-9e22...
<key>LocationID</key>
<binary encoding="base64">AAA...
<key>RegionHandle</key>
<binary encoding="base64">AAK...
<key>SeedCapability</key>
<string>https://sim3014.agni....
<key>SimAccess</key>
<integer>21</integer>
<key>SimIP</key>
<binary encoding="base64">2FI...
<key>SimPort</key>
<integer>13005</integer>
<key>TeleportFlags</key>
<binary encoding="base64">AAA...
</map>
</array>
</map>
<key>message</key>
<string>TeleportFinish</string>
</map>
</array>
<key>id</key>
<integer>490190901</integer>
</map>
</llsd>
</pre>
ページ名: