| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IMessageParse
Interface of each message parser object. Where a message parser object converts messages of a single protocol to a machine understandable representation.
| Method Summary | |
|---|---|
 AbstractMessage | 
MessageParse(byte[] MessagePacket)
Takes a Message packet which is a byte array and transfers it into a object that describes each message in terms of its name/type and the message fields with their value.  | 
 AbstractMessage | 
MessageParse(byte[] MessagePacket,
             java.util.ArrayList<java.lang.String> Extension)
Takes a Message packet which is a byte array and transfers it into a object that describes each message in terms of its name/type and the message fields with their value.  | 
| Method Detail | 
|---|
AbstractMessage MessageParse(byte[] MessagePacket)
MessagePacket - The message packet in bytes
AbstractMessage MessageParse(byte[] MessagePacket,
                             java.util.ArrayList<java.lang.String> Extension)
MessagePacket - The message packet in bytesExtension - The set of strings that add information to the parser
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||