Classes | |
class | Getter |
class | Informer |
class | Proxy |
class | Receiver |
class | Setter |
Public Member Functions | |
void | onNew () |
short | getEchoClassCode () |
Setter | set () |
Setter | set (boolean responseRequired) |
Getter | get () |
Informer | inform () |
![]() | |
byte | getInstanceCode () |
void | allocateSelfDeviceInstanceCode () |
void | onNew () |
Setter | set () |
Setter | set (boolean responseRequired) |
Getter | get () |
Informer | inform () |
![]() | |
EchoObject () | |
void | onNew () |
void | onFound () |
final byte[] | getStatusChangeAnnouncementProperties () |
final byte[] | getSetProperties () |
final byte[] | getGetProperties () |
String | toString () |
final byte | getClassGroupCode () |
final byte | getClassCode () |
abstract byte | getInstanceCode () |
abstract short | getEchoClassCode () |
final int | getEchoObjectCode () |
final void | setNode (EchoNode node) |
final EchoNode | getNode () |
final void | removeNode () |
final boolean | isSelfObject () |
final boolean | isProxy () |
final void | setReceiver (Receiver receiver) |
final Receiver | getReceiver () |
final EchoFrame | onReceiveRequest (EchoFrame frame) |
Setter | set () |
Setter | set (boolean responseRequired) |
Getter | get () |
Informer | inform () |
Static Public Member Functions | |
static Setter | setG () |
static Setter | setG (byte instanceCode) |
static Setter | setG (boolean responseRequired) |
static Setter | setG (byte instanceCode, boolean responseRequired) |
static Getter | getG () |
static Getter | getG (byte instanceCode) |
static Informer | informG () |
static Informer | informG (byte instanceCode) |
Static Public Attributes | |
static final short | ECHO_CLASS_CODE = (short)0x0026 |
static final byte | EPC_DETECTION_THRESHOLD_LEVEL = (byte)0xB0 |
static final byte | EPC_MICROMOTION_DETECTION_STATUS = (byte)0xB1 |
static final byte | EPC_DETECTION_COUNTER = (byte)0xB2 |
static final byte | EPC_SAMPLING_COUNT = (byte)0xBC |
static final byte | EPC_SAMPLING_CYCLE = (byte)0xBD |
![]() | |
static final byte | EPC_OPERATION_STATUS = (byte)0x80 |
static final byte | EPC_INSTALLATION_LOCATION = (byte)0x81 |
static final byte | EPC_STANDARD_VERSION_INFORMATION = (byte)0x82 |
static final byte | EPC_IDENTIFICATION_NUMBER = (byte)0x83 |
static final byte | EPC_MEASURED_INSTANTANEOUS_POWER_CONSUMPTION = (byte)0x84 |
static final byte | EPC_MEASURED_CUMULATIVE_POWER_CONSUMPTION = (byte)0x85 |
static final byte | EPC_MANUFACTURERS_FAULT_CODE = (byte)0x86 |
static final byte | EPC_CURRENT_LIMIT_SETTING = (byte)0x87 |
static final byte | EPC_FAULT_STATUS = (byte)0x88 |
static final byte | EPC_FAULT_DESCRIPTION = (byte)0x89 |
static final byte | EPC_MANUFACTURER_CODE = (byte)0x8A |
static final byte | EPC_BUSINESS_FACILITY_CODE = (byte)0x8B |
static final byte | EPC_PRODUCT_CODE = (byte)0x8C |
static final byte | EPC_PRODUCTION_NUMBER = (byte)0x8D |
static final byte | EPC_PRODUCTION_DATE = (byte)0x8E |
static final byte | EPC_POWER_SAVING_OPERATION_SETTING = (byte)0x8F |
static final byte | EPC_REMOTE_CONTROL_SETTING = (byte)0x93 |
static final byte | EPC_CURRENT_TIME_SETTING = (byte)0x97 |
static final byte | EPC_CURRENT_DATE_SETTING = (byte)0x98 |
static final byte | EPC_POWER_LIMIT_SETTING = (byte)0x99 |
static final byte | EPC_CUMULATIVE_OPERATING_TIME = (byte)0x9A |
static final byte | EPC_STATUS_CHANGE_ANNOUNCEMENT_PROPERTY_MAP = (byte)0x9D |
static final byte | EPC_SET_PROPERTY_MAP = (byte)0x9E |
static final byte | EPC_GET_PROPERTY_MAP = (byte)0x9F |
static final byte[] | EDT_OPERATION_STATUS_ON = {(byte)0x30} |
static final byte[] | EDT_OPERATION_STATUS_OFF = {(byte)0x31} |
static final byte[] | EDT_STANDARD_VERSION_INFORMATION = {(byte)0x00, (byte)0x00, (byte)0x41, (byte)0x00} |
Additional Inherited Members | |
![]() | |
byte | mEchoInstanceCode = 0 |
Definition at line 26 of file MicromotionSensor.java.
Getter com.sonycsl.echo.eoj.device.sensor.MicromotionSensor.get | ( | ) |
Definition at line 506 of file MicromotionSensor.java.
|
protected |
Property name : Detection counter
EPC : 0xB2
Contents of property :
This property indicates micromotion detection count.
Value range (decimal notation) :
0x0000.0xFFFE (0.65534)
Data type : unsigned short
Data size : 2 bytes
Unit : -
Access rule :
Announce - undefined
Set - optional
Get - optional
Definition at line 278 of file MicromotionSensor.java.
|
protected |
Property name : Detection threshold level
EPC : 0xB0
Contents of property :
Specifies detection threshold level (8-step).
Value range (decimal notation) :
0x31.0x38
Data type : unsigned char
Data size : 1 byte
Unit : -
Access rule :
Announce - undefined
Set - optional
Get - optional
Definition at line 153 of file MicromotionSensor.java.
short com.sonycsl.echo.eoj.device.sensor.MicromotionSensor.getEchoClassCode | ( | ) |
Definition at line 54 of file MicromotionSensor.java.
|
static |
Definition at line 1470 of file MicromotionSensor.java.
|
static |
Definition at line 1474 of file MicromotionSensor.java.
|
abstractprotected |
Property name : Micromotion detection status
EPC : 0xB1
Contents of property :
This property indicates whether micromotion is detected or not.
Value range (decimal notation) :
Micromotion detected = 0x41 Micromotion not detected = 0x42
Data type : unsigned char
Data size : 1 byte
Unit : -
Access rule :
Announce - undefined
Set - undefined
Get - mandatory
Announcement at status change
|
abstractprotected |
Property name : Operation status
EPC : 0x80
Contents of property :
This property indicates the ON/OFF status.
Value range (decimal notation) :
ON=0x30, OFF=0x31
Data type : unsigned char
Data size : 1 byte
Unit : —
Access rule :
Announce - undefined
Set - optional
Get - mandatory
Announcement at status change
|
protected |
Definition at line 465 of file MicromotionSensor.java.
|
protected |
Property name : Sampling count
EPC : 0xBC
Contents of property :
This property indicates micromotion detection sampling count.
Value range (decimal notation) :
0x0000.0xFFFE (0.65534)
Data type : unsigned short
Data size : 2 bytes
Unit : -
Access rule :
Announce - undefined
Set - optional
Get - optional
Definition at line 350 of file MicromotionSensor.java.
|
protected |
Property name : Sampling cycle
EPC : 0xBD
Contents of property :
This property indicates micromotion detection sampling cycle.
Value range (decimal notation) :
0x0000.0xFFFE (0.65534)
Data type : unsigned short
Data size : 2 bytes
Unit : msec
Access rule :
Announce - undefined
Set - optional
Get - optional
Definition at line 422 of file MicromotionSensor.java.
Informer com.sonycsl.echo.eoj.device.sensor.MicromotionSensor.inform | ( | ) |
Definition at line 512 of file MicromotionSensor.java.
|
protected |
Definition at line 517 of file MicromotionSensor.java.
|
static |
Definition at line 1479 of file MicromotionSensor.java.
|
static |
Definition at line 1483 of file MicromotionSensor.java.
|
protected |
Property name : Detection counter
EPC : 0xB2
Contents of property :
This property indicates micromotion detection count.
Value range (decimal notation) :
0x0000.0xFFFE (0.65534)
Data type : unsigned short
Data size : 2 bytes
Unit : -
Access rule :
Announce - undefined
Set - optional
Get - optional
Definition at line 301 of file MicromotionSensor.java.
|
protected |
Property name : Detection threshold level
EPC : 0xB0
Contents of property :
Specifies detection threshold level (8-step).
Value range (decimal notation) :
0x31.0x38
Data type : unsigned char
Data size : 1 byte
Unit : -
Access rule :
Announce - undefined
Set - optional
Get - optional
Definition at line 176 of file MicromotionSensor.java.
|
protected |
Property name : Micromotion detection status
EPC : 0xB1
Contents of property :
This property indicates whether micromotion is detected or not.
Value range (decimal notation) :
Micromotion detected = 0x41 Micromotion not detected = 0x42
Data type : unsigned char
Data size : 1 byte
Unit : -
Access rule :
Announce - undefined
Set - undefined
Get - mandatory
Announcement at status change
Definition at line 229 of file MicromotionSensor.java.
|
protected |
Definition at line 480 of file MicromotionSensor.java.
|
protected |
Property name : Sampling count
EPC : 0xBC
Contents of property :
This property indicates micromotion detection sampling count.
Value range (decimal notation) :
0x0000.0xFFFE (0.65534)
Data type : unsigned short
Data size : 2 bytes
Unit : -
Access rule :
Announce - undefined
Set - optional
Get - optional
Definition at line 373 of file MicromotionSensor.java.
|
protected |
Property name : Sampling cycle
EPC : 0xBD
Contents of property :
This property indicates micromotion detection sampling cycle.
Value range (decimal notation) :
0x0000.0xFFFE (0.65534)
Data type : unsigned short
Data size : 2 bytes
Unit : msec
Access rule :
Announce - undefined
Set - optional
Get - optional
Definition at line 445 of file MicromotionSensor.java.
void com.sonycsl.echo.eoj.device.sensor.MicromotionSensor.onNew | ( | ) |
Definition at line 48 of file MicromotionSensor.java.
Setter com.sonycsl.echo.eoj.device.sensor.MicromotionSensor.set | ( | ) |
Definition at line 495 of file MicromotionSensor.java.
Setter com.sonycsl.echo.eoj.device.sensor.MicromotionSensor.set | ( | boolean | responseRequired | ) |
Definition at line 500 of file MicromotionSensor.java.
|
protected |
Property name : Detection counter
EPC : 0xB2
Contents of property :
This property indicates micromotion detection count.
Value range (decimal notation) :
0x0000.0xFFFE (0.65534)
Data type : unsigned short
Data size : 2 bytes
Unit : -
Access rule :
Announce - undefined
Set - optional
Get - optional
Definition at line 255 of file MicromotionSensor.java.
|
protected |
Property name : Detection threshold level
EPC : 0xB0
Contents of property :
Specifies detection threshold level (8-step).
Value range (decimal notation) :
0x31.0x38
Data type : unsigned char
Data size : 1 byte
Unit : -
Access rule :
Announce - undefined
Set - optional
Get - optional
Definition at line 130 of file MicromotionSensor.java.
|
static |
Definition at line 1453 of file MicromotionSensor.java.
|
static |
Definition at line 1457 of file MicromotionSensor.java.
|
static |
Definition at line 1461 of file MicromotionSensor.java.
|
static |
Definition at line 1465 of file MicromotionSensor.java.
|
protected |
Property name : Operation status
EPC : 0x80
Contents of property :
This property indicates the ON/OFF status.
Value range (decimal notation) :
ON=0x30, OFF=0x31
Data type : unsigned char
Data size : 1 byte
Unit : —
Access rule :
Announce - undefined
Set - optional
Get - mandatory
Announcement at status change
Definition at line 82 of file MicromotionSensor.java.
|
protected |
Definition at line 451 of file MicromotionSensor.java.
|
protected |
Property name : Sampling count
EPC : 0xBC
Contents of property :
This property indicates micromotion detection sampling count.
Value range (decimal notation) :
0x0000.0xFFFE (0.65534)
Data type : unsigned short
Data size : 2 bytes
Unit : -
Access rule :
Announce - undefined
Set - optional
Get - optional
Definition at line 327 of file MicromotionSensor.java.
|
protected |
Property name : Sampling cycle
EPC : 0xBD
Contents of property :
This property indicates micromotion detection sampling cycle.
Value range (decimal notation) :
0x0000.0xFFFE (0.65534)
Data type : unsigned short
Data size : 2 bytes
Unit : msec
Access rule :
Announce - undefined
Set - optional
Get - optional
Definition at line 399 of file MicromotionSensor.java.
|
protected |
Definition at line 37 of file MicromotionSensor.java.
|
static |
Definition at line 28 of file MicromotionSensor.java.
|
static |
Definition at line 32 of file MicromotionSensor.java.
|
static |
Definition at line 30 of file MicromotionSensor.java.
|
static |
Definition at line 31 of file MicromotionSensor.java.
|
static |
Definition at line 33 of file MicromotionSensor.java.
|
static |
Definition at line 34 of file MicromotionSensor.java.