#include <ir.h>

Public Member Functions | |
| IR () | |
Protected Member Functions | |
| virtual void | codeHandler (unsigned char *data, int dataLength, int bitCount, int repeat) |
Protected Attributes | |
| CPhidgetIRHandle | ir_handle_ |
Static Private Member Functions | |
| static int | CodeHandler (CPhidgetIRHandle ir, void *userPtr, unsigned char *data, int dataLength, int bitCount, int repeat) |
| phidgets::IR::IR | ( | ) |
| void phidgets::IR::codeHandler | ( | unsigned char * | data, |
| int | dataLength, | ||
| int | bitCount, | ||
| int | repeat | ||
| ) | [protected, virtual] |
| int phidgets::IR::CodeHandler | ( | CPhidgetIRHandle | ir, |
| void * | userPtr, | ||
| unsigned char * | data, | ||
| int | dataLength, | ||
| int | bitCount, | ||
| int | repeat | ||
| ) | [static, private] |
CPhidgetIRHandle phidgets::IR::ir_handle_ [protected] |