FourMS
Class ER412MessageComponent

java.lang.Object
  extended by FourMS.ER412MessageComponent

 class ER412MessageComponent
extends java.lang.Object

This class solely contains data which describes the components that consitute a single ER412 message .i.e. MFW101(101). Normally it will be created when we parse the incoming messages from a ER412 transmitter


Field Summary
 java.lang.String MechanismName
          This is the mechanism name which is associated with the message
 java.lang.String[] MessageParameters
          This array hold the parameters which are associated with the message
 int MessageType
          This is the message type for this message, for instance 101
 
Constructor Summary
ER412MessageComponent()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MessageType

public int MessageType
This is the message type for this message, for instance 101


MechanismName

public java.lang.String MechanismName
This is the mechanism name which is associated with the message


MessageParameters

public java.lang.String[] MessageParameters
This array hold the parameters which are associated with the message

Constructor Detail

ER412MessageComponent

ER412MessageComponent()