|
static final byte[] | classToByteArray (EchoObject eoj) |
|
static final byte[] | instanceToByteArray (EchoObject eoj) |
|
static byte[] | devicesToByteArray (DeviceObject[] devices, int index) |
|
static byte[] | devicesToByteArray (DeviceObject[] devices) |
|
static short | getEchoClassCode (byte classGroupCode, byte classCode) |
|
static int | getEchoObjectCode (byte classGroupCode, byte classCode, byte instanceCode) |
|
static int | getEchoObjectCode (short echoClassCode, byte instanceCode) |
|
static short | getEchoClassCodeFromObjectCode (int objectCode) |
|
static byte | getInstanceCodeFromObjectCode (int objectCode) |
|
static InetAddress | getLocalIpAddress () throws SocketException |
|
static NetworkInterface | getNetworkInterface () throws SocketException |
|
static String | toHexString (byte[] data) |
|
static String | toHexString (byte[] data, String sep) |
|
static String | toHexString (byte b) |
|
static String | toHexString (short s) |
|
static byte[] | propertiesToPropertyMap (byte[] properties) |
|
static byte[] | propertyMapToProperties (byte[] map) |
|
static byte[] | toByteArray (byte arg, int length) |
|
static byte[] | toByteArray (byte arg) |
|
static byte[] | toByteArray (short arg, int length) |
|
static byte[] | toByteArray (short arg) |
|
static byte[] | toByteArray (int arg, int length) |
|
static byte[] | toByteArray (int arg) |
|
static byte[] | toByteArray (long arg, int length) |
|
static byte[] | toByteArray (long arg) |
|
static byte | allocateSelfDeviceInstanceCode (short echoClassCode) |
|
Definition at line 34 of file EchoUtils.java.
static byte com.sonycsl.echo.EchoUtils.allocateSelfDeviceInstanceCode |
( |
short |
echoClassCode | ) |
|
|
static |
static final byte [] com.sonycsl.echo.EchoUtils.classToByteArray |
( |
EchoObject |
eoj | ) |
|
|
static |
static byte [] com.sonycsl.echo.EchoUtils.devicesToByteArray |
( |
DeviceObject[] |
devices, |
|
|
int |
index |
|
) |
| |
|
static |
static byte [] com.sonycsl.echo.EchoUtils.devicesToByteArray |
( |
DeviceObject[] |
devices | ) |
|
|
static |
static short com.sonycsl.echo.EchoUtils.getEchoClassCode |
( |
byte |
classGroupCode, |
|
|
byte |
classCode |
|
) |
| |
|
static |
static short com.sonycsl.echo.EchoUtils.getEchoClassCodeFromObjectCode |
( |
int |
objectCode | ) |
|
|
static |
static int com.sonycsl.echo.EchoUtils.getEchoObjectCode |
( |
byte |
classGroupCode, |
|
|
byte |
classCode, |
|
|
byte |
instanceCode |
|
) |
| |
|
static |
static int com.sonycsl.echo.EchoUtils.getEchoObjectCode |
( |
short |
echoClassCode, |
|
|
byte |
instanceCode |
|
) |
| |
|
static |
static byte com.sonycsl.echo.EchoUtils.getInstanceCodeFromObjectCode |
( |
int |
objectCode | ) |
|
|
static |
static InetAddress com.sonycsl.echo.EchoUtils.getLocalIpAddress |
( |
| ) |
throws SocketException |
|
static |
static NetworkInterface com.sonycsl.echo.EchoUtils.getNetworkInterface |
( |
| ) |
throws SocketException |
|
static |
static final byte [] com.sonycsl.echo.EchoUtils.instanceToByteArray |
( |
EchoObject |
eoj | ) |
|
|
static |
static byte [] com.sonycsl.echo.EchoUtils.propertiesToPropertyMap |
( |
byte[] |
properties | ) |
|
|
static |
static byte [] com.sonycsl.echo.EchoUtils.propertyMapToProperties |
( |
byte[] |
map | ) |
|
|
static |
static byte [] com.sonycsl.echo.EchoUtils.toByteArray |
( |
byte |
arg, |
|
|
int |
length |
|
) |
| |
|
static |
static byte [] com.sonycsl.echo.EchoUtils.toByteArray |
( |
byte |
arg | ) |
|
|
static |
static byte [] com.sonycsl.echo.EchoUtils.toByteArray |
( |
short |
arg, |
|
|
int |
length |
|
) |
| |
|
static |
static byte [] com.sonycsl.echo.EchoUtils.toByteArray |
( |
short |
arg | ) |
|
|
static |
static byte [] com.sonycsl.echo.EchoUtils.toByteArray |
( |
int |
arg, |
|
|
int |
length |
|
) |
| |
|
static |
static byte [] com.sonycsl.echo.EchoUtils.toByteArray |
( |
int |
arg | ) |
|
|
static |
static byte [] com.sonycsl.echo.EchoUtils.toByteArray |
( |
long |
arg, |
|
|
int |
length |
|
) |
| |
|
static |
static byte [] com.sonycsl.echo.EchoUtils.toByteArray |
( |
long |
arg | ) |
|
|
static |
static String com.sonycsl.echo.EchoUtils.toHexString |
( |
byte[] |
data | ) |
|
|
static |
static String com.sonycsl.echo.EchoUtils.toHexString |
( |
byte[] |
data, |
|
|
String |
sep |
|
) |
| |
|
static |
static String com.sonycsl.echo.EchoUtils.toHexString |
( |
byte |
b | ) |
|
|
static |
static String com.sonycsl.echo.EchoUtils.toHexString |
( |
short |
s | ) |
|
|
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/EchoUtils.java