|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectsophware.home.io.HomeReceiver
sophware.home.io.HomeTransceiver
sophware.home.insteon.InsteonPLCTransceiver
public class InsteonPLCTransceiver
InsteonPLCTransceiver implements the
HomeTransmitter
and HomeReceiver interfaces for the Smarthome PowerLinc V2
Controller.
Insteon Group broadcasts are automatically followed with Group Cleanup requests by the transceiver.
All X10Commands are echoed back as X10Events when successfully sent.
HomeTransmitter,
HomeReceiver| Constructor Summary | |
|---|---|
InsteonPLCTransceiver(HomeAccess access)
Creates an instance of the InsteonPLCTransceiver |
|
| Method Summary | |
|---|---|
InsteonAddress |
getAddress()
Get PLC address (the interface must be running) |
int |
getDeviceType()
Get PLC device type (the interface must be running) |
float |
getFirmwareRev()
Get firmware revision (the interface must be running) |
void |
start()
Starts event processing |
void |
stop()
Stops event processing |
int |
transmit(HomeCommand command)
Transmits the HomeCommand to the PLC |
| Methods inherited from class sophware.home.io.HomeReceiver |
|---|
getHome, setHome |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InsteonPLCTransceiver(HomeAccess access)
InsteonPLCTransceiver
access - the access interface| Method Detail |
|---|
public InsteonAddress getAddress()
public int getDeviceType()
public float getFirmwareRev()
public void start()
throws HomeException
start in interface HomeTransmitterstart in class HomeTransceiverHomeExceptionpublic int transmit(HomeCommand command)
HomeCommand to the PLC
command - the HomeCommand to be sent
public void stop()
stop in interface HomeTransmitterstop in class HomeTransceiver
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||