|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.jpeterson.x10.module.CM11AStandardTransmission | +--com.jpeterson.x10.module.CM11AX10EventTransmission
Create a CM11 transmission event to transmit an X10 event.
Fields inherited from class com.jpeterson.x10.module.CM11AStandardTransmission |
packet |
Constructor Summary | |
CM11AX10EventTransmission(X10Event event)
Create a CM11 transmission event to transmit the specified X10 event. |
Method Summary | |
X10Event |
getEvent()
Retrieve the X10 event |
java.lang.String |
toString()
Create a string representation of the transmission. |
Methods inherited from class com.jpeterson.x10.module.CM11AStandardTransmission |
getChecksum,
getNumAttempts,
setMaxAttempts,
transmit |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public CM11AX10EventTransmission(X10Event event)
event
- The X10 event to transmit.Method Detail |
public X10Event getEvent()
public java.lang.String toString()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |