Difference between revisions of "CompletePingCheck"

From Second Life Wiki
Jump to navigation Jump to search
 
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
===Layout===
{{ProtocolNav}}
<pre>
==Message Layout==
<pre width=80>
{
{
         CompletePingCheck High NotTrusted Unencoded
         CompletePingCheck High NotTrusted Unencoded
Line 9: Line 10:
}
}
</pre>
</pre>
===Usage===
 
==Usage and Notes==
PingID should be the same value received from [[StartPingCheck]], to let the source know which ping was completed.
 
[[Category:Common Messages]]
[[Category:Messages]]

Latest revision as of 15:08, 11 September 2024

Message Layout

{
        CompletePingCheck High NotTrusted Unencoded
        {
                PingID Single
                {       PingID  U8      }
        }
}

Usage and Notes

PingID should be the same value received from StartPingCheck, to let the source know which ping was completed.