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)0x0263 |
static final byte | EPC_OPEN_CLOSE_SETTING1 = (byte)0xE0 |
static final byte | EPC_EXTENT_OF_OPENING1 = (byte)0xE1 |
static final byte | EPC_BLIND_ANGLE_SETTING = (byte)0xE2 |
static final byte | EPC_SHUTTER_SPEED = (byte)0xE3 |
static final byte | EPC_EXTENT_OF_OPENING2 = (byte)0xE4 |
static final byte | EPC_ELECTRIC_LOCK_SETTING = (byte)0xE5 |
static final byte | EPC_OPEN_CLOSE_SETTING2 = (byte)0xE7 |
![]() | |
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 ElectricStormWindow.java.
Getter com.sonycsl.echo.eoj.device.housingfacilities.ElectricStormWindow.get | ( | ) |
Definition at line 707 of file ElectricStormWindow.java.
|
protected |
Property name : Blind angle setting
EPC : 0xE2
Contents of property :
Blind angle
Value range (decimal notation) :
0x00.0xB4 (0.180°)
Data type : unsigned char
Data size : 1 byte
Unit : de g
Access rule :
Announce - undefined
Set - optional
Get - optional
Definition at line 310 of file ElectricStormWindow.java.
short com.sonycsl.echo.eoj.device.housingfacilities.ElectricStormWindow.getEchoClassCode | ( | ) |
Definition at line 61 of file ElectricStormWindow.java.
|
abstractprotected |
Property name : Electric lock setting
EPC : 0xE5
Contents of property :
Used to specify whether or not to activate the electric lock, and to acquire the current setting.
Value range (decimal notation) :
Activated = 0x41, deactivated = 0x42
Data type : unsigned char unsigned char
Data size : 1 byte 1 byte
Unit : ——
Access rule :
Announce - undefined
Set - mandatory
Get - mandatory
Announcement at status change
|
protected |
Property name : Extent of opening 1
EPC : 0xE1
Contents of property :
Used to specify the extent of opening by selecting a level from among the 8 predefined levels, and to acquire the current setting.
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 238 of file ElectricStormWindow.java.
|
protected |
Property name : Extent of opening 2
EPC : 0xE4
Contents of property :
Used to specify the extent of opening by selecting a level from among the 256 predefined levels, and to acquire the current setting.
Value range (decimal notation) :
0x00.0xFF (0.255)
Data type : unsigned char
Data size : 1 byte
Unit : —
Access rule :
Announce - undefined
Set - optional
Get - optional
Definition at line 454 of file ElectricStormWindow.java.
|
static |
Definition at line 2023 of file ElectricStormWindow.java.
|
static |
Definition at line 2027 of file ElectricStormWindow.java.
|
abstractprotected |
Property name : Open/close setting 1
EPC : 0xE0
Contents of property :
Open(ed)/close(d)/stop(ped)
Value range (decimal notation) :
Open(ed) = 0x41, close(d) = 0x42, stop(ped) = 0x43
Data type : unsigned char
Data size : 1 byte
Unit : —
Access rule :
Announce - undefined
Set - mandatory
Get - mandatory
Announcement at status change
|
protected |
Property name : Open/close setting 2
EPC : 0xE7
Contents of property :
Open/close
Value range (decimal notation) :
Open = 0x41, close = 0x42
Data type : unsigned char
Data size : 1 byte
Unit : —
Access rule :
Announce - undefined
Set - optional
Get - optional
Announcement at status change
Definition at line 614 of file ElectricStormWindow.java.
|
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 662 of file ElectricStormWindow.java.
|
protected |
Property name : Shutter speed
EPC : 0xE3
Contents of property :
Low/medium/high
Value range (decimal notation) :
Low = 0x41, medium = 0x42, high = 0x43
Data type : unsigned char
Data size : 1 byte
Unit : —
Access rule :
Announce - undefined
Set - optional
Get - optional
Definition at line 382 of file ElectricStormWindow.java.
Informer com.sonycsl.echo.eoj.device.housingfacilities.ElectricStormWindow.inform | ( | ) |
Definition at line 713 of file ElectricStormWindow.java.
|
protected |
Definition at line 718 of file ElectricStormWindow.java.
|
static |
Definition at line 2032 of file ElectricStormWindow.java.
|
static |
Definition at line 2036 of file ElectricStormWindow.java.
|
protected |
Property name : Blind angle setting
EPC : 0xE2
Contents of property :
Blind angle
Value range (decimal notation) :
0x00.0xB4 (0.180°)
Data type : unsigned char
Data size : 1 byte
Unit : de g
Access rule :
Announce - undefined
Set - optional
Get - optional
Definition at line 333 of file ElectricStormWindow.java.
|
protected |
Property name : Electric lock setting
EPC : 0xE5
Contents of property :
Used to specify whether or not to activate the electric lock, and to acquire the current setting.
Value range (decimal notation) :
Activated = 0x41, deactivated = 0x42
Data type : unsigned char unsigned char
Data size : 1 byte 1 byte
Unit : ——
Access rule :
Announce - undefined
Set - mandatory
Get - mandatory
Announcement at status change
Definition at line 561 of file ElectricStormWindow.java.
|
protected |
Property name : Extent of opening 1
EPC : 0xE1
Contents of property :
Used to specify the extent of opening by selecting a level from among the 8 predefined levels, and to acquire the current setting.
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 261 of file ElectricStormWindow.java.
|
protected |
Property name : Extent of opening 2
EPC : 0xE4
Contents of property :
Used to specify the extent of opening by selecting a level from among the 256 predefined levels, and to acquire the current setting.
Value range (decimal notation) :
0x00.0xFF (0.255)
Data type : unsigned char
Data size : 1 byte
Unit : —
Access rule :
Announce - undefined
Set - optional
Get - optional
Definition at line 477 of file ElectricStormWindow.java.
|
protected |
Property name : Open/close setting 1
EPC : 0xE0
Contents of property :
Open(ed)/close(d)/stop(ped)
Value range (decimal notation) :
Open(ed) = 0x41, close(d) = 0x42, stop(ped) = 0x43
Data type : unsigned char
Data size : 1 byte
Unit : —
Access rule :
Announce - undefined
Set - mandatory
Get - mandatory
Announcement at status change
Definition at line 189 of file ElectricStormWindow.java.
|
protected |
Property name : Open/close setting 2
EPC : 0xE7
Contents of property :
Open/close
Value range (decimal notation) :
Open = 0x41, close = 0x42
Data type : unsigned char
Data size : 1 byte
Unit : —
Access rule :
Announce - undefined
Set - optional
Get - optional
Announcement at status change
Definition at line 639 of file ElectricStormWindow.java.
|
protected |
Definition at line 679 of file ElectricStormWindow.java.
|
protected |
Property name : Shutter speed
EPC : 0xE3
Contents of property :
Low/medium/high
Value range (decimal notation) :
Low = 0x41, medium = 0x42, high = 0x43
Data type : unsigned char
Data size : 1 byte
Unit : —
Access rule :
Announce - undefined
Set - optional
Get - optional
Definition at line 405 of file ElectricStormWindow.java.
void com.sonycsl.echo.eoj.device.housingfacilities.ElectricStormWindow.onNew | ( | ) |
Definition at line 55 of file ElectricStormWindow.java.
Setter com.sonycsl.echo.eoj.device.housingfacilities.ElectricStormWindow.set | ( | ) |
Definition at line 696 of file ElectricStormWindow.java.
Setter com.sonycsl.echo.eoj.device.housingfacilities.ElectricStormWindow.set | ( | boolean | responseRequired | ) |
Definition at line 701 of file ElectricStormWindow.java.
|
protected |
Property name : Blind angle setting
EPC : 0xE2
Contents of property :
Blind angle
Value range (decimal notation) :
0x00.0xB4 (0.180°)
Data type : unsigned char
Data size : 1 byte
Unit : de g
Access rule :
Announce - undefined
Set - optional
Get - optional
Definition at line 287 of file ElectricStormWindow.java.
|
abstractprotected |
Property name : Electric lock setting
EPC : 0xE5
Contents of property :
Used to specify whether or not to activate the electric lock, and to acquire the current setting.
Value range (decimal notation) :
Activated = 0x41, deactivated = 0x42
Data type : unsigned char unsigned char
Data size : 1 byte 1 byte
Unit : ——
Access rule :
Announce - undefined
Set - mandatory
Get - mandatory
Announcement at status change
|
protected |
Property name : Extent of opening 1
EPC : 0xE1
Contents of property :
Used to specify the extent of opening by selecting a level from among the 8 predefined levels, and to acquire the current setting.
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 215 of file ElectricStormWindow.java.
|
protected |
Property name : Extent of opening 2
EPC : 0xE4
Contents of property :
Used to specify the extent of opening by selecting a level from among the 256 predefined levels, and to acquire the current setting.
Value range (decimal notation) :
0x00.0xFF (0.255)
Data type : unsigned char
Data size : 1 byte
Unit : —
Access rule :
Announce - undefined
Set - optional
Get - optional
Definition at line 431 of file ElectricStormWindow.java.
|
static |
Definition at line 2006 of file ElectricStormWindow.java.
|
static |
Definition at line 2010 of file ElectricStormWindow.java.
|
static |
Definition at line 2014 of file ElectricStormWindow.java.
|
static |
Definition at line 2018 of file ElectricStormWindow.java.
|
abstractprotected |
Property name : Open/close setting 1
EPC : 0xE0
Contents of property :
Open(ed)/close(d)/stop(ped)
Value range (decimal notation) :
Open(ed) = 0x41, close(d) = 0x42, stop(ped) = 0x43
Data type : unsigned char
Data size : 1 byte
Unit : —
Access rule :
Announce - undefined
Set - mandatory
Get - mandatory
Announcement at status change
|
protected |
Property name : Open/close setting 2
EPC : 0xE7
Contents of property :
Open/close
Value range (decimal notation) :
Open = 0x41, close = 0x42
Data type : unsigned char
Data size : 1 byte
Unit : —
Access rule :
Announce - undefined
Set - optional
Get - optional
Announcement at status change
Definition at line 589 of file ElectricStormWindow.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 89 of file ElectricStormWindow.java.
|
protected |
Definition at line 645 of file ElectricStormWindow.java.
|
protected |
Property name : Shutter speed
EPC : 0xE3
Contents of property :
Low/medium/high
Value range (decimal notation) :
Low = 0x41, medium = 0x42, high = 0x43
Data type : unsigned char
Data size : 1 byte
Unit : —
Access rule :
Announce - undefined
Set - optional
Get - optional
Definition at line 359 of file ElectricStormWindow.java.
|
protected |
Definition at line 39 of file ElectricStormWindow.java.
|
static |
Definition at line 28 of file ElectricStormWindow.java.
|
static |
Definition at line 32 of file ElectricStormWindow.java.
|
static |
Definition at line 35 of file ElectricStormWindow.java.
|
static |
Definition at line 31 of file ElectricStormWindow.java.
|
static |
Definition at line 34 of file ElectricStormWindow.java.
|
static |
Definition at line 30 of file ElectricStormWindow.java.
|
static |
Definition at line 36 of file ElectricStormWindow.java.
|
static |
Definition at line 33 of file ElectricStormWindow.java.