com.udi.insteon.client
Class InsteonEngineOps.InsteonResponse

java.lang.Object
  extended by com.udi.insteon.client.InsteonEngineOps.InsteonResponse
Enclosing class:
InsteonEngineOps

public class InsteonEngineOps.InsteonResponse
extends java.lang.Object


Constructor Summary
InsteonEngineOps.InsteonResponse(java.lang.String msg)
           
 
Method Summary
 int getCmd1()
           
 int getCmd2()
           
 java.util.ArrayList<java.lang.Integer> getData()
           
 int getFlags()
           
 java.lang.String getFrom()
           
 int getMsgType1()
           
 int getMsgType2()
           
 java.lang.String getTo()
           
 boolean isExtended()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InsteonEngineOps.InsteonResponse

public InsteonEngineOps.InsteonResponse(java.lang.String msg)
Method Detail

getMsgType1

public int getMsgType1()
Returns:
the msgType1

getMsgType2

public int getMsgType2()
Returns:
the msgType2

getFrom

public java.lang.String getFrom()
Returns:
the from

getTo

public java.lang.String getTo()
Returns:
the to

getFlags

public int getFlags()
Returns:
the flags

getCmd1

public int getCmd1()
Returns:
the cmd1

getCmd2

public int getCmd2()
Returns:
the cmd2

isExtended

public boolean isExtended()
Returns:
the isExtended

getData

public java.util.ArrayList<java.lang.Integer> getData()
Returns:
the data

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object