A class for storing an IR code. See your product manual for more specific API details, supported functionality, units, etc.
| PhidgetIRCode | A class for storing an IR code. | 
| Properties | |
| Code | Gets the IR code string. | 
| BitCount | Gets the bit count of the IR Code | 
| Repeat | Gets the repeat state for this code. | 
Gets the IR code string.
public function get Code():String 
Gets the bit count of the IR Code
public function get BitCount():int 
Gets the repeat state for this code.
public function get Repeat():Boolean