public class InsteonEngineOps.InsteonResponse
extends java.lang.Object
Constructor and Description |
---|
InsteonResponse(java.lang.String msg) |
Modifier and Type | Method and Description |
---|---|
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() |
public int getMsgType1()
public int getMsgType2()
public java.lang.String getFrom()
public java.lang.String getTo()
public int getFlags()
public int getCmd1()
public int getCmd2()
public boolean isExtended()
public java.util.ArrayList<java.lang.Integer> getData()
public java.lang.String toString()
toString
in class java.lang.Object