addProperty(EchoProperty property) | com.sonycsl.echo.EchoFrame | |
addPropertyForResponse(byte epc) | com.sonycsl.echo.EchoFrame | |
addPropertyForResponse(byte epc, byte[] edt) | com.sonycsl.echo.EchoFrame | |
addPropertyForResponse(EchoProperty property) | com.sonycsl.echo.EchoFrame | |
copy() | 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) | com.sonycsl.echo.EchoFrame | protected |
ESV_GET | com.sonycsl.echo.EchoFrame | static |
ESV_GET_RES | com.sonycsl.echo.EchoFrame | static |
ESV_GET_SNA | com.sonycsl.echo.EchoFrame | static |
ESV_INF | com.sonycsl.echo.EchoFrame | static |
ESV_INF_REQ | com.sonycsl.echo.EchoFrame | static |
ESV_INF_SNA | com.sonycsl.echo.EchoFrame | static |
ESV_INFC | com.sonycsl.echo.EchoFrame | static |
ESV_INFC_RES | com.sonycsl.echo.EchoFrame | static |
ESV_SET_GET | com.sonycsl.echo.EchoFrame | static |
ESV_SET_GET_RES | com.sonycsl.echo.EchoFrame | static |
ESV_SET_GET_SNA | com.sonycsl.echo.EchoFrame | static |
ESV_SET_NO_RES | com.sonycsl.echo.EchoFrame | static |
ESV_SET_RES | com.sonycsl.echo.EchoFrame | static |
ESV_SETC | com.sonycsl.echo.EchoFrame | static |
ESV_SETC_SNA | com.sonycsl.echo.EchoFrame | static |
ESV_SETI | com.sonycsl.echo.EchoFrame | static |
ESV_SETI_SNA | com.sonycsl.echo.EchoFrame | static |
getDstEchoAddress() | com.sonycsl.echo.EchoFrame | |
getDstEchoClassCode() | com.sonycsl.echo.EchoFrame | |
getDstEchoInstanceCode() | com.sonycsl.echo.EchoFrame | |
getEchoFrameFromStream(String srcEchoAddress, DataInputStream in) | com.sonycsl.echo.EchoFrame | static |
getESV() | com.sonycsl.echo.EchoFrame | |
getFrameByteArray() | com.sonycsl.echo.EchoFrame | |
getProperties() | com.sonycsl.echo.EchoFrame | |
getPropertyList() | com.sonycsl.echo.EchoFrame | |
getSrcEchoAddress() | com.sonycsl.echo.EchoFrame | |
getSrcEchoClassCode() | com.sonycsl.echo.EchoFrame | |
getSrcEchoInstanceCode() | com.sonycsl.echo.EchoFrame | |
getTID() | com.sonycsl.echo.EchoFrame | |
MIN_FRAME_SIZE | com.sonycsl.echo.EchoFrame | static |
mPropertyList | com.sonycsl.echo.EchoFrame | protected |
setDstEchoAddress(String dstEchoAddress) | com.sonycsl.echo.EchoFrame | |
setDstEchoInstanceCode(byte dstEchoInstanceCode) | com.sonycsl.echo.EchoFrame | |
setTID(short tid) | com.sonycsl.echo.EchoFrame | |
toString() | com.sonycsl.echo.EchoFrame | |