com.udi.insteon.client
Class InsteonEngineOps.InsteonResponse
java.lang.Object
com.udi.insteon.client.InsteonEngineOps.InsteonResponse
- Enclosing class:
- InsteonEngineOps
public class InsteonEngineOps.InsteonResponse
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
InsteonEngineOps.InsteonResponse
public InsteonEngineOps.InsteonResponse(java.lang.String msg)
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