com.jpeterson.x10.module
Class CM11AX10EventTransmission

java.lang.Object
  |
  +--com.jpeterson.x10.module.CM11AStandardTransmission
        |
        +--com.jpeterson.x10.module.CM11AX10EventTransmission

public class CM11AX10EventTransmission
extends CM11AStandardTransmission

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

CM11AX10EventTransmission

public CM11AX10EventTransmission(X10Event event)
Create a CM11 transmission event to transmit the specified X10 event.
Parameters:
event - The X10 event to transmit.
Method Detail

getEvent

public X10Event getEvent()
Retrieve the X10 event
Returns:
The X10 event that this object was initialized with.

toString

public java.lang.String toString()
Create a string representation of the transmission.
Overrides:
toString in class CM11AStandardTransmission
Returns:
String representation of the transmission.