|
| EchoFrame (short srcEchoClassCode, byte srcEchoInstanceCode, String srcEchoAddress, short dstEchoClassCode, byte dstEchoInstanceCode, String dstEchoAddress, byte esv, short tid, List< EchoProperty > propertyList) |
|
ECHONET Liteの電文(フレーム)を作るクラス
Definition at line 37 of file EchoFrame.java.
com.sonycsl.echo.EchoFrame.EchoFrame |
( |
short |
srcEchoClassCode, |
|
|
byte |
srcEchoInstanceCode, |
|
|
short |
dstEchoClassCode, |
|
|
byte |
dstEchoInstanceCode, |
|
|
String |
dstEchoAddress, |
|
|
byte |
esv |
|
) |
| |
com.sonycsl.echo.EchoFrame.EchoFrame |
( |
String |
srcEchoAddress, |
|
|
byte[] |
data |
|
) |
| |
com.sonycsl.echo.EchoFrame.EchoFrame |
( |
short |
srcEchoClassCode, |
|
|
byte |
srcEchoInstanceCode, |
|
|
String |
srcEchoAddress, |
|
|
short |
dstEchoClassCode, |
|
|
byte |
dstEchoInstanceCode, |
|
|
String |
dstEchoAddress, |
|
|
byte |
esv, |
|
|
short |
tid, |
|
|
List< EchoProperty > |
propertyList |
|
) |
| |
|
protected |
void com.sonycsl.echo.EchoFrame.addProperty |
( |
EchoProperty |
property | ) |
|
void com.sonycsl.echo.EchoFrame.addPropertyForResponse |
( |
byte |
epc | ) |
|
void com.sonycsl.echo.EchoFrame.addPropertyForResponse |
( |
byte |
epc, |
|
|
byte[] |
edt |
|
) |
| |
void com.sonycsl.echo.EchoFrame.addPropertyForResponse |
( |
EchoProperty |
property | ) |
|
EchoFrame com.sonycsl.echo.EchoFrame.copy |
( |
| ) |
|
String com.sonycsl.echo.EchoFrame.getDstEchoAddress |
( |
| ) |
|
short com.sonycsl.echo.EchoFrame.getDstEchoClassCode |
( |
| ) |
|
byte com.sonycsl.echo.EchoFrame.getDstEchoInstanceCode |
( |
| ) |
|
static EchoFrame com.sonycsl.echo.EchoFrame.getEchoFrameFromStream |
( |
String |
srcEchoAddress, |
|
|
DataInputStream |
in |
|
) |
| throws IOException, InterruptedException |
|
static |
byte com.sonycsl.echo.EchoFrame.getESV |
( |
| ) |
|
byte [] com.sonycsl.echo.EchoFrame.getFrameByteArray |
( |
| ) |
|
EchoProperty [] com.sonycsl.echo.EchoFrame.getProperties |
( |
| ) |
|
List<EchoProperty> com.sonycsl.echo.EchoFrame.getPropertyList |
( |
| ) |
|
String com.sonycsl.echo.EchoFrame.getSrcEchoAddress |
( |
| ) |
|
short com.sonycsl.echo.EchoFrame.getSrcEchoClassCode |
( |
| ) |
|
byte com.sonycsl.echo.EchoFrame.getSrcEchoInstanceCode |
( |
| ) |
|
short com.sonycsl.echo.EchoFrame.getTID |
( |
| ) |
|
void com.sonycsl.echo.EchoFrame.setDstEchoAddress |
( |
String |
dstEchoAddress | ) |
|
void com.sonycsl.echo.EchoFrame.setDstEchoInstanceCode |
( |
byte |
dstEchoInstanceCode | ) |
|
void com.sonycsl.echo.EchoFrame.setTID |
( |
short |
tid | ) |
|
String com.sonycsl.echo.EchoFrame.toString |
( |
| ) |
|
final byte com.sonycsl.echo.EchoFrame.ESV_GET = 0x62 |
|
static |
final byte com.sonycsl.echo.EchoFrame.ESV_GET_RES = 0x72 |
|
static |
final byte com.sonycsl.echo.EchoFrame.ESV_GET_SNA = 0x52 |
|
static |
final byte com.sonycsl.echo.EchoFrame.ESV_INF = 0x73 |
|
static |
final byte com.sonycsl.echo.EchoFrame.ESV_INF_REQ = 0x63 |
|
static |
final byte com.sonycsl.echo.EchoFrame.ESV_INF_SNA = 0x53 |
|
static |
final byte com.sonycsl.echo.EchoFrame.ESV_INFC = 0x74 |
|
static |
final byte com.sonycsl.echo.EchoFrame.ESV_INFC_RES = 0x7A |
|
static |
final byte com.sonycsl.echo.EchoFrame.ESV_SET_GET = 0x6E |
|
static |
final byte com.sonycsl.echo.EchoFrame.ESV_SET_GET_RES = 0x7E |
|
static |
final byte com.sonycsl.echo.EchoFrame.ESV_SET_GET_SNA = 0x5E |
|
static |
final byte com.sonycsl.echo.EchoFrame.ESV_SET_NO_RES = 0x70 |
|
static |
final byte com.sonycsl.echo.EchoFrame.ESV_SET_RES = 0x71 |
|
static |
final byte com.sonycsl.echo.EchoFrame.ESV_SETC = 0x61 |
|
static |
final byte com.sonycsl.echo.EchoFrame.ESV_SETC_SNA = 0x51 |
|
static |
final byte com.sonycsl.echo.EchoFrame.ESV_SETI = 0x60 |
|
static |
final byte com.sonycsl.echo.EchoFrame.ESV_SETI_SNA = 0x50 |
|
static |
final int com.sonycsl.echo.EchoFrame.MIN_FRAME_SIZE = 12 |
|
static |
The documentation for this class was generated from the following file:
- C:/Users/0000124930/Documents/Dropbox/Projects/1404_OpenECHOforProcessing2/Deliver/OpenECHO/src/com/sonycsl/echo/EchoFrame.java