<li><ahref="../../../../../../com/captainalm/lib/calmnet/packet/fragment/FragmentAllocationPacket.html"title="class in com.captainalm.lib.calmnet.packet.fragment"><spanclass="typeNameLink">Prev Class</span></a></li>
<li><ahref="../../../../../../com/captainalm/lib/calmnet/packet/fragment/FragmentMessageResponsePacket.html"title="class in com.captainalm.lib.calmnet.packet.fragment"><spanclass="typeNameLink">Next Class</span></a></li>
<li><ahref="../../../../../../com/captainalm/lib/calmnet/packet/fragment/FragmentPIDPacket.html"title="class in com.captainalm.lib.calmnet.packet.fragment">com.captainalm.lib.calmnet.packet.fragment.FragmentPIDPacket</a></li>
<li>
<ulclass="inheritance">
<li><ahref="../../../../../../com/captainalm/lib/calmnet/packet/fragment/FragmentPIDMSGPacket.html"title="class in com.captainalm.lib.calmnet.packet.fragment">com.captainalm.lib.calmnet.packet.fragment.FragmentPIDMSGPacket</a></li>
<dd><ahref="../../../../../../com/captainalm/lib/calmnet/packet/IPacket.html"title="interface in com.captainalm.lib.calmnet.packet">IPacket</a></dd>
</dl>
<hr>
<br>
<pre>public class <spanclass="typeNameLabel">FragmentMessagePacket</span>
extends <ahref="../../../../../../com/captainalm/lib/calmnet/packet/fragment/FragmentPIDMSGPacket.html"title="class in com.captainalm.lib.calmnet.packet.fragment">FragmentPIDMSGPacket</a></pre>
<divclass="block">This class provides a packet for sending a payload with a packetID and fragmentID.
The response packet is: <ahref="../../../../../../com/captainalm/lib/calmnet/packet/fragment/FragmentMessageResponsePacket.html"title="class in com.captainalm.lib.calmnet.packet.fragment"><code>FragmentMessageResponsePacket</code></a>.
<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colLast"scope="col">Method and Description</th>
</tr>
<trid="i0"class="altColor">
<tdclass="colFirst"><code><ahref="../../../../../../com/captainalm/lib/calmnet/packet/PacketProtocolInformation.html"title="class in com.captainalm.lib.calmnet.packet">PacketProtocolInformation</a></code></td>
<divclass="block">Gets the protocol information.</div>
</td>
</tr>
<trid="i1"class="rowColor">
<tdclass="colFirst"><code>static <ahref="../../../../../../com/captainalm/lib/calmnet/packet/PacketProtocolInformation.html"title="class in com.captainalm.lib.calmnet.packet">PacketProtocolInformation</a></code></td>
<h3>Methods inherited from class com.captainalm.lib.calmnet.packet.fragment.<ahref="../../../../../../com/captainalm/lib/calmnet/packet/fragment/FragmentPIDMSGPacket.html"title="class in com.captainalm.lib.calmnet.packet.fragment">FragmentPIDMSGPacket</a></h3>
<h3>Methods inherited from class com.captainalm.lib.calmnet.packet.fragment.<ahref="../../../../../../com/captainalm/lib/calmnet/packet/fragment/FragmentPIDPacket.html"title="class in com.captainalm.lib.calmnet.packet.fragment">FragmentPIDPacket</a></h3>
<dd><code><ahref="../../../../../../com/captainalm/lib/calmnet/packet/IPacket.html#isValid--">isValid</a></code> in interface <code><ahref="../../../../../../com/captainalm/lib/calmnet/packet/IPacket.html"title="interface in com.captainalm.lib.calmnet.packet">IPacket</a></code></dd>
<dd><code><ahref="../../../../../../com/captainalm/lib/calmnet/packet/fragment/FragmentPIDMSGPacket.html#isValid--">isValid</a></code> in class <code><ahref="../../../../../../com/captainalm/lib/calmnet/packet/fragment/FragmentPIDMSGPacket.html"title="class in com.captainalm.lib.calmnet.packet.fragment">FragmentPIDMSGPacket</a></code></dd>
<dt><spanclass="returnLabel">Returns:</span></dt>
<dd>Is the packet valid?</dd>
</dl>
</li>
</ul>
<aname="getProtocol--">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>getProtocol</h4>
<pre>public <ahref="../../../../../../com/captainalm/lib/calmnet/packet/PacketProtocolInformation.html"title="class in com.captainalm.lib.calmnet.packet">PacketProtocolInformation</a> getProtocol()</pre>
<divclass="block">Gets the protocol information.</div>
<dl>
<dt><spanclass="returnLabel">Returns:</span></dt>
<dd>The protocol information.</dd>
</dl>
</li>
</ul>
<aname="getTheProtocol--">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>getTheProtocol</h4>
<pre>public static <ahref="../../../../../../com/captainalm/lib/calmnet/packet/PacketProtocolInformation.html"title="class in com.captainalm.lib.calmnet.packet">PacketProtocolInformation</a> getTheProtocol()</pre>
<divclass="block">Gets the protocol information statically.</div>
<dl>
<dt><spanclass="returnLabel">Returns:</span></dt>
<dd>The protocol information.</dd>
</dl>
</li>
</ul>
<aname="savePayload--">
<!---->
</a>
<ulclass="blockListLast">
<liclass="blockList">
<h4>savePayload</h4>
<pre>public byte[] savePayload()
throws <ahref="../../../../../../com/captainalm/lib/calmnet/packet/PacketException.html"title="class in com.captainalm.lib.calmnet.packet">PacketException</a></pre>
<divclass="block">Saves the packet payload to a byte array.</div>
<dd><code><ahref="../../../../../../com/captainalm/lib/calmnet/packet/IPacket.html#savePayload--">savePayload</a></code> in interface <code><ahref="../../../../../../com/captainalm/lib/calmnet/packet/IPacket.html"title="interface in com.captainalm.lib.calmnet.packet">IPacket</a></code></dd>
<dd><code><ahref="../../../../../../com/captainalm/lib/calmnet/packet/fragment/FragmentPIDMSGPacket.html#savePayload--">savePayload</a></code> in class <code><ahref="../../../../../../com/captainalm/lib/calmnet/packet/fragment/FragmentPIDMSGPacket.html"title="class in com.captainalm.lib.calmnet.packet.fragment">FragmentPIDMSGPacket</a></code></dd>
<dt><spanclass="returnLabel">Returns:</span></dt>
<dd>The packet payload data.</dd>
<dt><spanclass="throwsLabel">Throws:</span></dt>
<dd><code><ahref="../../../../../../com/captainalm/lib/calmnet/packet/PacketException.html"title="class in com.captainalm.lib.calmnet.packet">PacketException</a></code> - An Exception has occurred.</dd>
<li><ahref="../../../../../../com/captainalm/lib/calmnet/packet/fragment/FragmentAllocationPacket.html"title="class in com.captainalm.lib.calmnet.packet.fragment"><spanclass="typeNameLink">Prev Class</span></a></li>
<li><ahref="../../../../../../com/captainalm/lib/calmnet/packet/fragment/FragmentMessageResponsePacket.html"title="class in com.captainalm.lib.calmnet.packet.fragment"><spanclass="typeNameLink">Next Class</span></a></li>