OpenECHO
 All Classes Namespaces Files Functions Variables
Classes | Public Member Functions | Static Public Member Functions | Static Public Attributes | Protected Member Functions | List of all members
com.sonycsl.echo.eoj.device.airconditioner.AirCleaner Class Referenceabstract
Inheritance diagram for com.sonycsl.echo.eoj.device.airconditioner.AirCleaner:
com.sonycsl.echo.eoj.device.DeviceObject com.sonycsl.echo.eoj.EchoObject

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 ()
 
- Public Member Functions inherited from com.sonycsl.echo.eoj.device.DeviceObject
byte getInstanceCode ()
 
void allocateSelfDeviceInstanceCode ()
 
void onNew ()
 
Setter set ()
 
Setter set (boolean responseRequired)
 
Getter get ()
 
Informer inform ()
 
- Public Member Functions inherited from com.sonycsl.echo.eoj.EchoObject
 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)0x0135
 
static final byte EPC_FILTER_CHANGE_NOTICE = (byte)0xE1
 
static final byte EPC_AIR_FLOW_RATE_SETTING = (byte)0xA0
 
static final byte EPC_SMOKE_CIGARETTE_DETECTION_STATUS = (byte)0xC1
 
static final byte EPC_OPTICAL_CATALYST_OPERATION_SETTING = (byte)0xC2
 
static final byte EPC_AIR_POLLUTION_DETECTION_STATUS = (byte)0xC0
 
- Static Public Attributes inherited from com.sonycsl.echo.eoj.device.DeviceObject
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}
 

Protected Member Functions

void setupPropertyMaps ()
 
abstract boolean setOperationStatus (byte[] edt)
 
abstract byte[] getOperationStatus ()
 
byte[] getFilterChangeNotice ()
 
boolean isValidFilterChangeNotice (byte[] edt)
 
boolean setAirFlowRateSetting (byte[] edt)
 
byte[] getAirFlowRateSetting ()
 
boolean isValidAirFlowRateSetting (byte[] edt)
 
byte[] getSmokeCigaretteDetectionStatus ()
 
boolean isValidSmokeCigaretteDetectionStatus (byte[] edt)
 
boolean setOpticalCatalystOperationSetting (byte[] edt)
 
byte[] getOpticalCatalystOperationSetting ()
 
boolean isValidOpticalCatalystOperationSetting (byte[] edt)
 
byte[] getAirPollutionDetectionStatus ()
 
boolean isValidAirPollutionDetectionStatus (byte[] edt)
 
synchronized boolean setProperty (EchoProperty property)
 
synchronized byte[] getProperty (byte epc)
 
synchronized boolean isValidProperty (EchoProperty property)
 
Informer inform (boolean multicast)
 
- Protected Member Functions inherited from com.sonycsl.echo.eoj.device.DeviceObject
void setupPropertyMaps ()
 
synchronized boolean setProperty (EchoProperty property)
 
synchronized byte[] getProperty (byte epc)
 
synchronized boolean isValidProperty (EchoProperty property)
 
boolean setOperationStatus (byte[] edt)
 
abstract byte[] getOperationStatus ()
 
boolean isValidOperationStatus (byte[] edt)
 
abstract boolean setInstallationLocation (byte[] edt)
 
abstract byte[] getInstallationLocation ()
 
boolean isValidInstallationLocation (byte[] edt)
 
byte[] getStandardVersionInformation ()
 
boolean isValidStandardVersionInformation (byte[] edt)
 
byte[] getIdentificationNumber ()
 
boolean isValidIdentificationNumber (byte[] edt)
 
byte[] getMeasuredInstantaneousPowerConsumption ()
 
boolean isValidMeasuredInstantaneousPowerConsumption (byte[] edt)
 
byte[] getMeasuredCumulativePowerConsumption ()
 
boolean isValidMeasuredCumulativePowerConsumption (byte[] edt)
 
byte[] getManufacturersFaultCode ()
 
boolean isValidManufacturersFaultCode (byte[] edt)
 
boolean setCurrentLimitSetting (byte[] edt)
 
byte[] getCurrentLimitSetting ()
 
boolean isValidCurrentLimitSetting (byte[] edt)
 
abstract byte[] getFaultStatus ()
 
boolean isValidFaultStatus (byte[] edt)
 
byte[] getFaultDescription ()
 
boolean isValidFaultDescription (byte[] edt)
 
abstract byte[] getManufacturerCode ()
 
boolean isValidManufacturerCode (byte[] edt)
 
byte[] getBusinessFacilityCode ()
 
boolean isValidBusinessFacilityCode (byte[] edt)
 
byte[] getProductCode ()
 
boolean isValidProductCode (byte[] edt)
 
byte[] getProductionNumber ()
 
boolean isValidProductionNumber (byte[] edt)
 
byte[] getProductionDate ()
 
boolean isValidProductionDate (byte[] edt)
 
boolean setPowerSavingOperationSetting (byte[] edt)
 
byte[] getPowerSavingOperationSetting ()
 
boolean isValidPowerSavingOperationSetting (byte[] edt)
 
boolean setRemoteControlSetting (byte[] edt)
 
byte[] getRemoteControlSetting ()
 
boolean isValidRemoteControlSetting (byte[] edt)
 
boolean setCurrentTimeSetting (byte[] edt)
 
byte[] getCurrentTimeSetting ()
 
boolean isValidCurrentTimeSetting (byte[] edt)
 
boolean setCurrentDateSetting (byte edt[])
 
byte[] getCurrentDateSetting ()
 
boolean isValidCurrentDateSetting (byte[] edt)
 
boolean setPowerLimitSetting (byte[] edt)
 
byte[] getPowerLimitSetting ()
 
boolean isValidPowerLimitSetting (byte[] edt)
 
byte[] getCumulativeOperatingTime ()
 
boolean isValidCumulativeOperatingTime (byte[] edt)
 
byte[] getStatusChangeAnnouncementPropertyMap ()
 
boolean isValidStatusChangeAnnouncementPropertyMap (byte[] edt)
 
byte[] getSetPropertyMap ()
 
boolean isValidSetPropertyMap (byte[] edt)
 
byte[] getGetPropertyMap ()
 
boolean isValidGetPropertyMap (byte[] edt)
 
Informer inform (boolean multicast)
 
- Protected Member Functions inherited from com.sonycsl.echo.eoj.EchoObject
void setupPropertyMaps ()
 
final void addStatusChangeAnnouncementProperty (byte epc)
 
final void removeStatusChangeAnnouncementProperty (byte epc)
 
final void clearStatusChangeAnnouncementProperties ()
 
final void addSetProperty (byte epc)
 
final void removeSetProperty (byte epc)
 
final void clearSetProperties ()
 
final void addGetProperty (byte epc)
 
final void removeGetProperty (byte epc)
 
final void clearGetProperties ()
 
synchronized boolean setProperty (EchoProperty property)
 
synchronized byte[] getProperty (byte epc)
 
synchronized boolean isValidProperty (EchoProperty property)
 
final void onReceiveSetRequest (EchoProperty property, EchoFrame response)
 
final void onReceiveGetRequest (byte epc, EchoFrame response)
 
Informer inform (boolean multicast)
 
InformerC informC (String address)
 

Additional Inherited Members

- Protected Attributes inherited from com.sonycsl.echo.eoj.device.DeviceObject
byte mEchoInstanceCode = 0
 

Detailed Description

Definition at line 26 of file AirCleaner.java.

Member Function Documentation

Getter com.sonycsl.echo.eoj.device.airconditioner.AirCleaner.get ( )

Definition at line 465 of file AirCleaner.java.

byte [] com.sonycsl.echo.eoj.device.airconditioner.AirCleaner.getAirFlowRateSetting ( )
protected

Property name : Air flow rate setting

EPC : 0xA0

Contents of property :
Sets air flow rate level and air flow rate auto status. The ventilation air flow rate is specified (8-step).

Value range (decimal notation) :
Ventilation air flow rate auto status
= 0x41
Ventilation air flow rate level
= 0x31.0x38

Data type : unsigned char

Data size : 1 byte

Unit : -

Access rule :
Announce - undefined
Set - optional
Get - optional

Definition at line 206 of file AirCleaner.java.

byte [] com.sonycsl.echo.eoj.device.airconditioner.AirCleaner.getAirPollutionDetectionStatus ( )
protected

Property name : Air pollution detection status

EPC : 0xC0

Contents of property :
This property indicates air pollution detection status

Value range (decimal notation) :
Air pollution detected = 0x41
Air pollution non-detected = 0x42

Data type : unsigned char

Data size : 1 byte

Unit : -

Access rule :
Announce - undefined
Set - undefined
Get - optional

Definition at line 382 of file AirCleaner.java.

short com.sonycsl.echo.eoj.device.airconditioner.AirCleaner.getEchoClassCode ( )

Definition at line 52 of file AirCleaner.java.

byte [] com.sonycsl.echo.eoj.device.airconditioner.AirCleaner.getFilterChangeNotice ( )
protected

Property name : Filter change notice

EPC : 0xE1

Contents of property :
Filter change time notice found/not found

Value range (decimal notation) :
Found = 0x41, Not found = 0x42

Data type : unsigned char

Data size : 1 byte

Unit : -

Access rule :
Announce - undefined
Set - undefined
Get - optional

Definition at line 128 of file AirCleaner.java.

static Getter com.sonycsl.echo.eoj.device.airconditioner.AirCleaner.getG ( )
static

Definition at line 1340 of file AirCleaner.java.

static Getter com.sonycsl.echo.eoj.device.airconditioner.AirCleaner.getG ( byte  instanceCode)
static

Definition at line 1344 of file AirCleaner.java.

abstract byte [] com.sonycsl.echo.eoj.device.airconditioner.AirCleaner.getOperationStatus ( )
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 - mandatory
Get - mandatory

Announcement at status change

byte [] com.sonycsl.echo.eoj.device.airconditioner.AirCleaner.getOpticalCatalystOperationSetting ( )
protected

Property name : Optical catalyst operation setting

EPC : 0xC2

Contents of property :
Optical catalyst ON/OFF status

Value range (decimal notation) :
Optical catalyst ON = 0x41 Optical catalyst OFF = 0x42

Data type : unsigned char

Data size : 1 byte

Unit : -

Access rule :
Announce - undefined
Set - optional
Get - optional

Definition at line 332 of file AirCleaner.java.

synchronized byte [] com.sonycsl.echo.eoj.device.airconditioner.AirCleaner.getProperty ( byte  epc)
protected

Definition at line 424 of file AirCleaner.java.

byte [] com.sonycsl.echo.eoj.device.airconditioner.AirCleaner.getSmokeCigaretteDetectionStatus ( )
protected

Property name : Smoke (cigarette) detection status

EPC : 0xC1

Contents of property :
This property indicates smoke (cigarette) detection status.

Value range (decimal notation) :
Smoke (cigarette) detection status found = 0x41
Smoke (cigarette) detection status not found = 0x42

Data type : unsigned char

Data size : 1 byte

Unit : -

Access rule :
Announce - undefined
Set - undefined
Get - optional

Definition at line 259 of file AirCleaner.java.

Informer com.sonycsl.echo.eoj.device.airconditioner.AirCleaner.inform ( )

Definition at line 471 of file AirCleaner.java.

Informer com.sonycsl.echo.eoj.device.airconditioner.AirCleaner.inform ( boolean  multicast)
protected

Definition at line 476 of file AirCleaner.java.

static Informer com.sonycsl.echo.eoj.device.airconditioner.AirCleaner.informG ( )
static

Definition at line 1349 of file AirCleaner.java.

static Informer com.sonycsl.echo.eoj.device.airconditioner.AirCleaner.informG ( byte  instanceCode)
static

Definition at line 1353 of file AirCleaner.java.

boolean com.sonycsl.echo.eoj.device.airconditioner.AirCleaner.isValidAirFlowRateSetting ( byte[]  edt)
protected

Property name : Air flow rate setting

EPC : 0xA0

Contents of property :
Sets air flow rate level and air flow rate auto status. The ventilation air flow rate is specified (8-step).

Value range (decimal notation) :
Ventilation air flow rate auto status
= 0x41
Ventilation air flow rate level
= 0x31.0x38

Data type : unsigned char

Data size : 1 byte

Unit : -

Access rule :
Announce - undefined
Set - optional
Get - optional

Definition at line 232 of file AirCleaner.java.

boolean com.sonycsl.echo.eoj.device.airconditioner.AirCleaner.isValidAirPollutionDetectionStatus ( byte[]  edt)
protected

Property name : Air pollution detection status

EPC : 0xC0

Contents of property :
This property indicates air pollution detection status

Value range (decimal notation) :
Air pollution detected = 0x41
Air pollution non-detected = 0x42

Data type : unsigned char

Data size : 1 byte

Unit : -

Access rule :
Announce - undefined
Set - undefined
Get - optional

Definition at line 406 of file AirCleaner.java.

boolean com.sonycsl.echo.eoj.device.airconditioner.AirCleaner.isValidFilterChangeNotice ( byte[]  edt)
protected

Property name : Filter change notice

EPC : 0xE1

Contents of property :
Filter change time notice found/not found

Value range (decimal notation) :
Found = 0x41, Not found = 0x42

Data type : unsigned char

Data size : 1 byte

Unit : -

Access rule :
Announce - undefined
Set - undefined
Get - optional

Definition at line 151 of file AirCleaner.java.

boolean com.sonycsl.echo.eoj.device.airconditioner.AirCleaner.isValidOpticalCatalystOperationSetting ( byte[]  edt)
protected

Property name : Optical catalyst operation setting

EPC : 0xC2

Contents of property :
Optical catalyst ON/OFF status

Value range (decimal notation) :
Optical catalyst ON = 0x41 Optical catalyst OFF = 0x42

Data type : unsigned char

Data size : 1 byte

Unit : -

Access rule :
Announce - undefined
Set - optional
Get - optional

Definition at line 355 of file AirCleaner.java.

synchronized boolean com.sonycsl.echo.eoj.device.airconditioner.AirCleaner.isValidProperty ( EchoProperty  property)
protected

Definition at line 439 of file AirCleaner.java.

boolean com.sonycsl.echo.eoj.device.airconditioner.AirCleaner.isValidSmokeCigaretteDetectionStatus ( byte[]  edt)
protected

Property name : Smoke (cigarette) detection status

EPC : 0xC1

Contents of property :
This property indicates smoke (cigarette) detection status.

Value range (decimal notation) :
Smoke (cigarette) detection status found = 0x41
Smoke (cigarette) detection status not found = 0x42

Data type : unsigned char

Data size : 1 byte

Unit : -

Access rule :
Announce - undefined
Set - undefined
Get - optional

Definition at line 283 of file AirCleaner.java.

void com.sonycsl.echo.eoj.device.airconditioner.AirCleaner.onNew ( )

Definition at line 46 of file AirCleaner.java.

Setter com.sonycsl.echo.eoj.device.airconditioner.AirCleaner.set ( )

Definition at line 454 of file AirCleaner.java.

Setter com.sonycsl.echo.eoj.device.airconditioner.AirCleaner.set ( boolean  responseRequired)

Definition at line 459 of file AirCleaner.java.

boolean com.sonycsl.echo.eoj.device.airconditioner.AirCleaner.setAirFlowRateSetting ( byte[]  edt)
protected

Property name : Air flow rate setting

EPC : 0xA0

Contents of property :
Sets air flow rate level and air flow rate auto status. The ventilation air flow rate is specified (8-step).

Value range (decimal notation) :
Ventilation air flow rate auto status
= 0x41
Ventilation air flow rate level
= 0x31.0x38

Data type : unsigned char

Data size : 1 byte

Unit : -

Access rule :
Announce - undefined
Set - optional
Get - optional

Definition at line 180 of file AirCleaner.java.

static Setter com.sonycsl.echo.eoj.device.airconditioner.AirCleaner.setG ( )
static

Definition at line 1323 of file AirCleaner.java.

static Setter com.sonycsl.echo.eoj.device.airconditioner.AirCleaner.setG ( byte  instanceCode)
static

Definition at line 1327 of file AirCleaner.java.

static Setter com.sonycsl.echo.eoj.device.airconditioner.AirCleaner.setG ( boolean  responseRequired)
static

Definition at line 1331 of file AirCleaner.java.

static Setter com.sonycsl.echo.eoj.device.airconditioner.AirCleaner.setG ( byte  instanceCode,
boolean  responseRequired 
)
static

Definition at line 1335 of file AirCleaner.java.

abstract boolean com.sonycsl.echo.eoj.device.airconditioner.AirCleaner.setOperationStatus ( byte[]  edt)
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 - mandatory
Get - mandatory

Announcement at status change

boolean com.sonycsl.echo.eoj.device.airconditioner.AirCleaner.setOpticalCatalystOperationSetting ( byte[]  edt)
protected

Property name : Optical catalyst operation setting

EPC : 0xC2

Contents of property :
Optical catalyst ON/OFF status

Value range (decimal notation) :
Optical catalyst ON = 0x41 Optical catalyst OFF = 0x42

Data type : unsigned char

Data size : 1 byte

Unit : -

Access rule :
Announce - undefined
Set - optional
Get - optional

Definition at line 309 of file AirCleaner.java.

synchronized boolean com.sonycsl.echo.eoj.device.airconditioner.AirCleaner.setProperty ( EchoProperty  property)
protected

Definition at line 412 of file AirCleaner.java.

void com.sonycsl.echo.eoj.device.airconditioner.AirCleaner.setupPropertyMaps ( )
protected

Definition at line 37 of file AirCleaner.java.

Member Data Documentation

final short com.sonycsl.echo.eoj.device.airconditioner.AirCleaner.ECHO_CLASS_CODE = (short)0x0135
static

Definition at line 28 of file AirCleaner.java.

final byte com.sonycsl.echo.eoj.device.airconditioner.AirCleaner.EPC_AIR_FLOW_RATE_SETTING = (byte)0xA0
static

Definition at line 31 of file AirCleaner.java.

final byte com.sonycsl.echo.eoj.device.airconditioner.AirCleaner.EPC_AIR_POLLUTION_DETECTION_STATUS = (byte)0xC0
static

Definition at line 34 of file AirCleaner.java.

final byte com.sonycsl.echo.eoj.device.airconditioner.AirCleaner.EPC_FILTER_CHANGE_NOTICE = (byte)0xE1
static

Definition at line 30 of file AirCleaner.java.

final byte com.sonycsl.echo.eoj.device.airconditioner.AirCleaner.EPC_OPTICAL_CATALYST_OPERATION_SETTING = (byte)0xC2
static

Definition at line 33 of file AirCleaner.java.

final byte com.sonycsl.echo.eoj.device.airconditioner.AirCleaner.EPC_SMOKE_CIGARETTE_DETECTION_STATUS = (byte)0xC1
static

Definition at line 32 of file AirCleaner.java.


The documentation for this class was generated from the following file: