Package edu.rit.mp
Class Status
java.lang.Object
edu.rit.mp.Status
Class Status provides the result of receiving a message in the Message
Protocol (MP).
- Version:
- 29-Dec-2005
- Author:
- Alan Kaminsky
-
Field Summary
-
Method Summary
-
Field Details
-
channel
The channel from which the message was received. -
tag
public int tagThe tag from the message that was received. -
length
public int lengthThe actual number of items in the message that was received.
-