hkontrol.module.hk
Class Command

java.lang.Object
  extended by hkontrol.module.hk.Command

public class Command
extends java.lang.Object


Field Summary
static Command AM_FM
           
static Command CHANNEL
           
static Command CLEAR
           
static Command COM_DOWN
           
static Command COM_SET
           
static Command COM_UP
           
static Command DELAY
           
static Command DELAY_DOWN
           
static Command DELAY_UP
           
static Command DIGIT_0
           
static Command DIGIT_1
           
static Command DIGIT_2
           
static Command DIGIT_3
           
static Command DIGIT_4
           
static Command DIGIT_5
           
static Command DIGIT_6
           
static Command DIGIT_7
           
static Command DIGIT_8
           
static Command DIGIT_9
           
static Command DIGITAL
           
static Command DIGITAL_DOWN
           
static Command DIGITAL_UP
           
static Command DIMMER
           
static Command DIRECT
           
static Command DOLBY
           
static Command DTS
           
static Command DTS_NEO_6
           
static Command FAROUDJA
           
static Command FMMODE
           
static Command LOGIC7
           
static Command MEMORY
           
static Command MULTIROOM
           
static Command MULTIROOM_DN
           
static Command MULTIROOM_UP
           
static Command MUTE
           
static Command NIGHT
           
static Command OSD
           
static Command OSD_LEFT
           
static Command OSD_RIGHT
           
static Command POWER_OFF
           
static Command POWER_ON
           
static Command PRESCAN
           
static Command PRESET_DOWN
           
static Command PRESET_UP
           
static Command RDS
           
static Command SLEEP
           
static Command SPEAKER
           
static Command SPEAKER_DOWN
           
static Command SPEAKER_UP
           
static Command SRC_6CH_8CH
           
static Command SRC_AVR
           
static Command SRC_CD
           
static Command SRC_DVD
           
static Command SRC_TAPE
           
static Command SRC_VID1
           
static Command SRC_VID2
           
static Command SRC_VID3
           
static Command SRC_VID4
           
static Command SRC_VID5
           
static Command STEREO
           
static Command SURR
           
static Command SURR_DOWN
           
static Command SURR_UP
           
static Command TEST_TONE
           
static Command TONE
           
static Command TUNE_DOWN
           
static Command TUNE_UP
           
static Command VOL_DOWN
           
static Command VOL_UP
           
 
Method Summary
 java.lang.String getName()
           
 void sendTo(java.io.OutputStream ostream)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DIGIT_0

public static final Command DIGIT_0

DIGIT_1

public static final Command DIGIT_1

DIGIT_2

public static final Command DIGIT_2

DIGIT_3

public static final Command DIGIT_3

DIGIT_4

public static final Command DIGIT_4

DIGIT_5

public static final Command DIGIT_5

DIGIT_6

public static final Command DIGIT_6

DIGIT_7

public static final Command DIGIT_7

DIGIT_8

public static final Command DIGIT_8

DIGIT_9

public static final Command DIGIT_9

AM_FM

public static final Command AM_FM

CHANNEL

public static final Command CHANNEL

CLEAR

public static final Command CLEAR

COM_DOWN

public static final Command COM_DOWN

COM_SET

public static final Command COM_SET

COM_UP

public static final Command COM_UP

DELAY

public static final Command DELAY

DELAY_DOWN

public static final Command DELAY_DOWN

DELAY_UP

public static final Command DELAY_UP

DIGITAL

public static final Command DIGITAL

DIGITAL_DOWN

public static final Command DIGITAL_DOWN

DIGITAL_UP

public static final Command DIGITAL_UP

DIMMER

public static final Command DIMMER

DIRECT

public static final Command DIRECT

DOLBY

public static final Command DOLBY

DTS

public static final Command DTS

DTS_NEO_6

public static final Command DTS_NEO_6

FAROUDJA

public static final Command FAROUDJA

FMMODE

public static final Command FMMODE

LOGIC7

public static final Command LOGIC7

MEMORY

public static final Command MEMORY

MULTIROOM

public static final Command MULTIROOM

MULTIROOM_DN

public static final Command MULTIROOM_DN

MULTIROOM_UP

public static final Command MULTIROOM_UP

MUTE

public static final Command MUTE

NIGHT

public static final Command NIGHT

OSD

public static final Command OSD

OSD_LEFT

public static final Command OSD_LEFT

OSD_RIGHT

public static final Command OSD_RIGHT

POWER_OFF

public static final Command POWER_OFF

POWER_ON

public static final Command POWER_ON

PRESCAN

public static final Command PRESCAN

PRESET_DOWN

public static final Command PRESET_DOWN

PRESET_UP

public static final Command PRESET_UP

RDS

public static final Command RDS

SLEEP

public static final Command SLEEP

SPEAKER

public static final Command SPEAKER

SPEAKER_DOWN

public static final Command SPEAKER_DOWN

SPEAKER_UP

public static final Command SPEAKER_UP

SRC_AVR

public static final Command SRC_AVR

SRC_6CH_8CH

public static final Command SRC_6CH_8CH

SRC_CD

public static final Command SRC_CD

SRC_DVD

public static final Command SRC_DVD

SRC_TAPE

public static final Command SRC_TAPE

SRC_VID1

public static final Command SRC_VID1

SRC_VID2

public static final Command SRC_VID2

SRC_VID3

public static final Command SRC_VID3

SRC_VID4

public static final Command SRC_VID4

SRC_VID5

public static final Command SRC_VID5

STEREO

public static final Command STEREO

SURR

public static final Command SURR

SURR_DOWN

public static final Command SURR_DOWN

SURR_UP

public static final Command SURR_UP

TEST_TONE

public static final Command TEST_TONE

TONE

public static final Command TONE

TUNE_DOWN

public static final Command TUNE_DOWN

TUNE_UP

public static final Command TUNE_UP

VOL_DOWN

public static final Command VOL_DOWN

VOL_UP

public static final Command VOL_UP
Method Detail

sendTo

public void sendTo(java.io.OutputStream ostream)
            throws java.io.IOException
Throws:
java.io.IOException

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getName

public java.lang.String getName()