com.amx.duet.impl.globalcache.gc100.dr1_0_0
Class GlobalCacheGC100AdvancedEvents

java.lang.Object
  extended bycom.amx.duet.devicesdk.base.TypeSafeEnumBase
      extended bycom.amx.duet.impl.globalcache.gc100.dr1_0_0.GlobalCacheGC100AdvancedEvents

public class GlobalCacheGC100AdvancedEvents
extends com.amx.duet.devicesdk.base.TypeSafeEnumBase

Author:
Cnina

Field Summary
static GlobalCacheGC100AdvancedEvents DIGITAL_INPUT_STATE
          Advanced Event received when the device reports the digital input state.
static GlobalCacheGC100AdvancedEvents IR_COMMAND_COMPLETE
          Advanced Event received when the device has finished issuing an IR sequence.
static GlobalCacheGC100AdvancedEvents SERIAL_OVERFLOW
          Advanced Event received when there is an RS232 overflow reported by the device.
static GlobalCacheGC100AdvancedEvents UNKNOWN_COMMAND
          Advanced Event received when the device has encountered a problem and does not understand a command sent to it.
static java.util.List VALUES
           
 
Fields inherited from class com.amx.duet.devicesdk.base.TypeSafeEnumBase
INVALID
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class com.amx.duet.devicesdk.base.TypeSafeEnumBase
equals, fromString, getName, hashCode
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

UNKNOWN_COMMAND

public static final GlobalCacheGC100AdvancedEvents UNKNOWN_COMMAND
Advanced Event received when the device has encountered a problem and does not understand a command sent to it. The event object is of type String and contains the protocol command sent to the device that generated the error.


IR_COMMAND_COMPLETE

public static final GlobalCacheGC100AdvancedEvents IR_COMMAND_COMPLETE
Advanced Event received when the device has finished issuing an IR sequence. The event object is of type GlobalCacheGC100IR and contains the handle/ID of the IR sequence and the IR port.


DIGITAL_INPUT_STATE

public static final GlobalCacheGC100AdvancedEvents DIGITAL_INPUT_STATE
Advanced Event received when the device reports the digital input state. The event object is of type GlobalCacheGC100DigitalInput.


SERIAL_OVERFLOW

public static final GlobalCacheGC100AdvancedEvents SERIAL_OVERFLOW
Advanced Event received when there is an RS232 overflow reported by the device. This message is received only when the device reports such a state. The event object is null.


VALUES

public static final java.util.List VALUES
Method Detail

toString

public java.lang.String toString()