|
class | Getter |
|
class | Informer |
|
class | Receiver |
|
class | Setter |
|
Definition at line 32 of file ProfileObject.java.
Getter com.sonycsl.echo.eoj.profile.ProfileObject.get |
( |
| ) |
|
byte [] com.sonycsl.echo.eoj.profile.ProfileObject.getDateOfManufacture |
( |
| ) |
|
|
protected |
Stipulated in 4 bytes
YYMD (1 byte/character)
YY:Year (0x07CF for 1999)
M:Month (0x0C for 12)
D:Day (0x14 for 20)
Data type : unsigned char×4
Data size : 4
Set : undefined
Get : optional
Definition at line 249 of file ProfileObject.java.
byte [] com.sonycsl.echo.eoj.profile.ProfileObject.getFaultStatus |
( |
| ) |
|
|
protected |
Indicates an encountered abnormality (sensor trouble, etc.).
Fault encountered = 0x41, no fault encountered = 0x42
Data type : unsigned char
Data size : 1
Set : undefined
Get : optional
Definition at line 165 of file ProfileObject.java.
byte [] com.sonycsl.echo.eoj.profile.ProfileObject.getGetPropertyMap |
( |
| ) |
|
|
protected |
See “ECHONET Device Objects: Detailed Specifications”.
Data type : unsigned char×(MAX17)
Data size : Max.17
Set : undefined
Get : mandatory
Definition at line 296 of file ProfileObject.java.
abstract byte [] com.sonycsl.echo.eoj.profile.ProfileObject.getManufacturerCode |
( |
| ) |
|
|
abstractprotected |
Stipulated in 3 bytes
(To be specified by ECHONET Consortium)
Data type : unsigned char×3
Data size : 3
Set : undefined
Get : mandatory
byte [] com.sonycsl.echo.eoj.profile.ProfileObject.getPlaceOfBusinessCode |
( |
| ) |
|
|
protected |
Stipulated in 3-byte place-of-business code
(Specified individually by each char×3 manufacturer)
Data type : unsigned char×3
Data size : 3
Set : undefined
Get : optional
Definition at line 196 of file ProfileObject.java.
byte [] com.sonycsl.echo.eoj.profile.ProfileObject.getProductCode |
( |
| ) |
|
|
protected |
Specified in ASCII code
(Specified individually by each manufacturer)
Data type : unsigned char×12
Data size : 12
Set : undefined
Get : optional
Definition at line 213 of file ProfileObject.java.
synchronized byte [] com.sonycsl.echo.eoj.profile.ProfileObject.getProperty |
( |
byte |
epc | ) |
|
|
protected |
byte [] com.sonycsl.echo.eoj.profile.ProfileObject.getSerialNumber |
( |
| ) |
|
|
protected |
Specified in ASCII code
(Specified individually by each manufacturer)
Data type : unsigned char×12
Data size : 12
Set : undefined
Get : optional
Definition at line 230 of file ProfileObject.java.
byte [] com.sonycsl.echo.eoj.profile.ProfileObject.getSetPropertyMap |
( |
| ) |
|
|
protected |
See “ECHONET Device Objects: Detailed Specifications”.
Data type : unsigned char×(MAX17)
Data size : Max.17
Set : undefined
Get : mandatory
Definition at line 281 of file ProfileObject.java.
byte [] com.sonycsl.echo.eoj.profile.ProfileObject.getStatusChangeAnnouncementPropertyMap |
( |
| ) |
|
|
protected |
See “ECHONET Device Objects: Detailed Specifications”.
Data type : unsigned char×(MAX17)
Data size : Max.17
Set : undefined
Get : mandatory
Definition at line 265 of file ProfileObject.java.
Informer com.sonycsl.echo.eoj.profile.ProfileObject.inform |
( |
| ) |
|
Informer com.sonycsl.echo.eoj.profile.ProfileObject.inform |
( |
boolean |
multicast | ) |
|
|
protected |
boolean com.sonycsl.echo.eoj.profile.ProfileObject.isValidDateOfManufacture |
( |
byte[] |
edt | ) |
|
|
protected |
boolean com.sonycsl.echo.eoj.profile.ProfileObject.isValidFaultStatus |
( |
byte[] |
edt | ) |
|
|
protected |
boolean com.sonycsl.echo.eoj.profile.ProfileObject.isValidGetPropertyMap |
( |
byte[] |
edt | ) |
|
|
protected |
boolean com.sonycsl.echo.eoj.profile.ProfileObject.isValidManufacturerCode |
( |
byte[] |
edt | ) |
|
|
protected |
boolean com.sonycsl.echo.eoj.profile.ProfileObject.isValidPlaceOfBusinessCode |
( |
byte[] |
edt | ) |
|
|
protected |
boolean com.sonycsl.echo.eoj.profile.ProfileObject.isValidProductCode |
( |
byte[] |
edt | ) |
|
|
protected |
synchronized boolean com.sonycsl.echo.eoj.profile.ProfileObject.isValidProperty |
( |
EchoProperty |
property | ) |
|
|
protected |
boolean com.sonycsl.echo.eoj.profile.ProfileObject.isValidSerialNumber |
( |
byte[] |
edt | ) |
|
|
protected |
boolean com.sonycsl.echo.eoj.profile.ProfileObject.isValidSetPropertyMap |
( |
byte[] |
edt | ) |
|
|
protected |
boolean com.sonycsl.echo.eoj.profile.ProfileObject.isValidStatusChangeAnnouncementPropertyMap |
( |
byte[] |
edt | ) |
|
|
protected |
void com.sonycsl.echo.eoj.profile.ProfileObject.onNew |
( |
| ) |
|
Setter com.sonycsl.echo.eoj.profile.ProfileObject.set |
( |
| ) |
|
Setter com.sonycsl.echo.eoj.profile.ProfileObject.set |
( |
boolean |
responseRequired | ) |
|
synchronized boolean com.sonycsl.echo.eoj.profile.ProfileObject.setProperty |
( |
EchoProperty |
property | ) |
|
|
protected |
void com.sonycsl.echo.eoj.profile.ProfileObject.setupPropertyMaps |
( |
| ) |
|
|
protected |
final byte com.sonycsl.echo.eoj.profile.ProfileObject.EPC_DATE_OF_MANUFACTURE = (byte)0x8E |
|
static |
final byte com.sonycsl.echo.eoj.profile.ProfileObject.EPC_FAULT_STATUS = (byte)0x88 |
|
static |
final byte com.sonycsl.echo.eoj.profile.ProfileObject.EPC_GET_PROPERTY_MAP = (byte)0x9F |
|
static |
final byte com.sonycsl.echo.eoj.profile.ProfileObject.EPC_MANUFACTURER_CODE = (byte)0x8A |
|
static |
final byte com.sonycsl.echo.eoj.profile.ProfileObject.EPC_PLACE_OF_BUSINESS_CODE = (byte)0x8B |
|
static |
final byte com.sonycsl.echo.eoj.profile.ProfileObject.EPC_PRODUCT_CODE = (byte)0x8C |
|
static |
final byte com.sonycsl.echo.eoj.profile.ProfileObject.EPC_SERIAL_NUMBER = (byte)0x8D |
|
static |
final byte com.sonycsl.echo.eoj.profile.ProfileObject.EPC_SET_PROPERTY_MAP = (byte)0x9E |
|
static |
final byte com.sonycsl.echo.eoj.profile.ProfileObject.EPC_STATUS_CHANGE_ANNOUNCEMENT_PROPERTY_MAP = (byte)0x9D |
|
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/eoj/profile/ProfileObject.java