This is the complete list of members for
com.phidgets.IRCodeInfo, including all inherited members.
bitCount | com.phidgets.IRCodeInfo | [package] |
carrierFrequency | com.phidgets.IRCodeInfo | [package] |
dutyCycle | com.phidgets.IRCodeInfo | [package] |
encoding | com.phidgets.IRCodeInfo | [private] |
ENCODING_BIPHASE | com.phidgets.IRCodeInfo | [static] |
ENCODING_PULSE | com.phidgets.IRCodeInfo | [static] |
ENCODING_RC5 | com.phidgets.IRCodeInfo | [static] |
ENCODING_RC6 | com.phidgets.IRCodeInfo | [static] |
ENCODING_SPACE | com.phidgets.IRCodeInfo | [static] |
ENCODING_UNKNOWN | com.phidgets.IRCodeInfo | [static] |
gap | com.phidgets.IRCodeInfo | [package] |
getBitCount() | com.phidgets.IRCodeInfo | [inline] |
getCarrierFrequency() | com.phidgets.IRCodeInfo | [inline] |
getDutyCycle() | com.phidgets.IRCodeInfo | [inline] |
getEncoding() | com.phidgets.IRCodeInfo | [inline] |
getGap() | com.phidgets.IRCodeInfo | [inline] |
getHeader() | com.phidgets.IRCodeInfo | [inline] |
getLength() | com.phidgets.IRCodeInfo | [inline] |
getMinRepeat() | com.phidgets.IRCodeInfo | [inline] |
getOne() | com.phidgets.IRCodeInfo | [inline] |
getRepeat() | com.phidgets.IRCodeInfo | [inline] |
getToggleMask() | com.phidgets.IRCodeInfo | [inline] |
getTrail() | com.phidgets.IRCodeInfo | [inline] |
getZero() | com.phidgets.IRCodeInfo | [inline] |
header | com.phidgets.IRCodeInfo | [private] |
IRCodeInfo(int bitCount) | com.phidgets.IRCodeInfo | [inline] |
IRCodeInfo(int encoding, int bitCount) | com.phidgets.IRCodeInfo | [inline] |
IRCodeInfo(int encoding, int bitCount, int[] header, int[] zero, int[] one, int trail, int gap) | com.phidgets.IRCodeInfo | [inline] |
IRCodeInfo(int encoding, int bitCount, int[] header, int[] zero, int[] one, int trail, int gap, int[] repeat) | com.phidgets.IRCodeInfo | [inline] |
IRCodeInfo(int encoding, int bitCount, int[] header, int[] zero, int[] one, int trail, int gap, int[] repeat, int minRepeat, IRCode toggleMask, int length, int carrierFrequency, int dutyCycle) | com.phidgets.IRCodeInfo | [inline] |
length | com.phidgets.IRCodeInfo | [package] |
LENGTH_CONSTANT | com.phidgets.IRCodeInfo | [static] |
LENGTH_UNKNOWN | com.phidgets.IRCodeInfo | [static] |
LENGTH_VARIABLE | com.phidgets.IRCodeInfo | [static] |
minRepeat | com.phidgets.IRCodeInfo | [package] |
one | com.phidgets.IRCodeInfo | [package] |
repeat | com.phidgets.IRCodeInfo | [package] |
toggleMask | com.phidgets.IRCodeInfo | [private] |
toString() | com.phidgets.IRCodeInfo | [inline] |
trail | com.phidgets.IRCodeInfo | [package] |
zero | com.phidgets.IRCodeInfo | [package] |